.gallery {
	padding: 10px;
}

.gallery ul {
	list-style: none;
}

.gallery ul li {
	display: inline;
}

.gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
	margin-right: 12px;
}

.gallery ul a:hover img {
	border: 5px solid #009bff;
	border-width: 5px 5px 20px;
	color: #fff;
}

.gallery ul a:hover {
	color: #fff;
}

/* #content h2{ */
/* 	margin:0; */
/* 	padding:0; */
/* 	margin-right:10px; */
/* 	margin-top:20px; */
/* 	color:#009bff; */
/* } */
/* #content p{ */
/* 	font:10px Tahoma; */
/* 	margin:10px; */
/* 	padding:0; */
/* 	color:#999; */
/* } */
.empty_gallery {
	text-align: center;
	height: 450px;
	line-height: 450px;
}
#content_inner {
	padding: 20px 20px 50px 20px;
	line-height: 27px;
	text-align: justify;
	min-height: 500px;
}

#content_inner ul,#content_inner ol {
	margin: 10px 40px 10px 0;
}

#content-top {
	width: 950px;
	height: 30px;
}

#content-bottom {
	width: 950px;
	height: 30px;
}
#slide_show{
	height:500px;
}