/* styling on this home gallery layout */

.galleria li{display:block;overflow:hidden;float:left;margin:0 0 0 0}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}

.gallery_demo{width:auto; height:auto;margin:0 auto;}

.gallery_demo li{
	width:52px;
	height:auto;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 2px;
	border: 1px solid #787878;
	background-color:#FFFFFF;
}
	
#main_image{
	min-height:320px;
	height:auto!important;
	height: 320px;
	width:460px;
	float: left;
}
	#main_image img{
	height: auto;
	width: auto;
	padding: 2px;
	border: 1px solid #357BB7;
	background-color:#FFFFFF;
}	
    
#thumbnails_holder {
	float: right;
	height: auto;
	width: 450px;
}

ul {
	margin: 0px;
	padding: 0px;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	float: left;
	height: auto;
	width: 385px;
	padding-top: 10px;
}

a.gallerybloc:link, a.gallerybloc:visited, a.gallerybloc:active {
	font-family: "Century Gothic", Verdana, Arial, Helvetica-Normal, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	color: #3d6587;
	text-decoration: none;
	background-color: #EBEBEB;
	float: left;
	height: auto;
	width: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

a.gallerybloc:hover {
	color: #20303C;
	text-decoration: underline;
}