.galleria{
	list-style:none;
	width:70px;
	}

.galleria li{
	display:block;
	width:60px;
	height:60px;
	overflow:hidden;
	float:left;
	margin:0px 10px 0px 0px;
	}

.galleria li a{display:none}

.galleria li div{
	position:absolute;
	display:none;
	top:0;
	left:180px}

.galleria li div img{cursor:pointer}

.galleria li.active div img,.galleria li.active div{display:block}

.galleria li img.thumb{
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto}

.galleria li .caption{
	display:block; 
	width:700px !important;}

* html .galleria li div span{width:80px} /* MSIE bug */

/*FORMATTING*/


.caption{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	width:535px !important;
	height:30px;
	padding:5px;
	color:#FFF;
	position:relative;
	top:-340px;
	right:0px;

}	
.demo{margin:0px;
	width:702px;
	height:391px;
	overflow:hidden;
	}

.gallery_demo{/*placement of thumbnails*/
	width:70px;
	margin:10px 20px 0px 0px; 
	float:right;
	}

.gallery_demo li{/*style for the thumbnails*/
	width:60px;
	height:60px; 
	margin:2px; 
	border:5px solid #FFF; 
	background-color:#fff; }

.gallery_demo li div{/*left:240px*/
}

.gallery_demo li div .caption{
	font-family: Arial;
	font-size: 30px;
	font-style: normal;
	
}
	
#main_image{
	padding:10px 0px 0px 17px; 
	height:360px !important; 
	width:545px;
}
	
#main_image img{margin-bottom:0px !important;}
