#module_gallery a{
	text-decoration:none;
}
#module_gallery a:hover{
	text-decoration:underline;
}
.gallery_published{
	font-size:0.923em;
	clear:both;
	text-align:right;
}
#gallery_box_short img,#module_gallery .odd_row img,#module_gallery .even_row img{
	float:left;
	margin-right:10px;
}
#gallery_close{
	float:right;
	background:url(../gfx/close.gif) no-repeat;
	cursor:pointer;
	padding:3px 0px 4px 24px;
}
#gallery_title{
	float:left;
}
#gallery_description{
	text-align:center;
	margin-top:30px;
	padding-bottom:5px;
	clear:both;
}
#gallery_previous{
	float:left;
	width:80px;
	height:400px;
	background:url(../gfx/previous.gif) no-repeat right center;
	cursor:pointer;
}
#gallery_next{
	float:left;
	width:80px;
	height:400px;
	background:url(../gfx/next.gif) no-repeat left center;
	cursor:pointer;
}
#gallery_photo{
	float:left;
	width:640px;
	height:400px;
	text-align:center;
	padding-bottom:10px;
}
#gallery_thumbs_box{
	clear:both;
	width:672px;
	margin:auto;
}
#gallery_thumbs{
	white-space:nowrap;
}
#gallery{
	font-size:1px;
}
#gallery img,#gallery_thumbs img{
	border:solid 1px #003663;
	margin:3px 5px 2px 0px;
	cursor:pointer;
}
#gallery img.active,#gallery_thumbs img.active{
	border:solid 1px #ff9d0a;
}
.gallery_list_box{
	float:left;
	width:315px;
	padding:0px 10px 10px 0px;
}
.gallery_list_box img{
	float:left;
	margin-right:10px;
	border:solid 1px #003663;
}
.gallery_list_box p{
	margin:0px;
}