.galleria{list-style:none;width:200px; overflow:hidden; z-index:9; }
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:10px 10px 10px 0;}
.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:none}
* html .galleria li div span{width:400px} /* MSIE bug */






/* GALLERY STYLES */

ul.thumbs {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	max-height: 678px;
	width: 204px;
	overflow: hidden;
	
	
}

ul.thumbs li {
	float: left;
	width: 66px;
	height: 66px;
	margin: 0 2px 2px 0;
	

}

#photo-display {
	float:right;
	width: 600px;
	height: 754px;
	text-align: center;
	
}

#photo-display img {
	display: block;
	margin: 0 auto;
	padding: 0;
}

#main_image {
	text-align: center;
}

a#prev, a#next {
	position: absolute;
	display: block;
	width: 300px;
	height: 540px;
	margin: 0;
	border: 0;
	z-index: 22;
}

a#next {
	width: 300px;
	margin-left: 300px;
	
}

a#prev {
	width: 300px;
	margin-left: 20px;
}




a#prev:hover {
	background: transparent url(../images/arrow-prev.png) no-repeat left 200px;
	z-index: 500;
	
	
}

a#next:hover {
	background: transparent url(../images/arrow-next.png) no-repeat right 200px;
	z-index: 500;
	
}

#btn-holder {
	margin-left: 1017px;
	margin-top: -23px;
	width: 19px;
	height: 23px;
}

a#btn-info {
	display: block;
	width: 19px;
	height: 23px;
	text-indent: -99999px;
	cursor: pointer;
	background: transparent url(../images/btn-info.png) no-repeat left top;
}

#info-box {
	display: none;
	position: absolute;
	width: 306px;
	height: 180px;
	margin-left: 865px;
	margin-top: 477px;
	padding: 25px;
	text-shadow: #000 0 0 0;
	background: transparent url(../images/black-bg.png) repeat top left;
	z-index: 100;
}

#info-box h4 {
	font-size: 14px;
	text-transform: uppercase;
	color: #959595;
	margin: 0;
	padding: 0;
}

#info-box p {
	margin: 15px 0;
	color: #d5d5d5;
}

#info-box div {
	margin: 20px 0;
}

#info-box div a {
	color: #959595;
	font-size: 10px;
	text-transform: uppercase;
}

#info-box div a:hover {
	color: #fff;
}

#info-box #close-btn {
	position: absolute;
	cursor: pointer;
	margin-left: 315px;
	margin-top: -17px;
	width: 19px;
	height: 21px;
	background: transparent url(../images/close-btn.png) no-repeat top left;
}




	*{margin:0;padding:0}
	
	
	a{color:#348;text-decoration:none;outline:none;}
	a:hover{color:#67a;}
	
	.demo{position:relative;margin-top:-102px; margin-left:0px;
	z-index:2; height:753px; background-color:#FFF;}
	
	@media screen and (-webkit-min-device-pixel-ratio:0) {
    .demo { margin-top:-112px; }
	}
	

	.gallery_demo{width:518px;margin:0 auto; position:absolute; top:120px; left: 620px; float:right; }
	.gallery_demo li{width:62px;height:53px;border:0px double #111;margin: 0px 1px 1px 0px;background:#000;}
	
	
	.gallery_demo li div{left:240px}
	.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}
	
	#main_image{margin:0 auto 0px 0px; width:600px; height:754px; min-height:754px; height:auto !important;  } 

	#main_image img{margin-bottom:0px;}
	
	.nav{padding-top:0px; padding-left:480px; clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase; }
	
	.info{text-align:left;width:700px;margin:30px auto;border-top:1px dotted #221;padding-top:30px;}
	.info p{margin-top:1.6em;}
	
	
		/* Show only to IE6 */
* html .gallery_demo {
	margin-left:-225px;
}

/* Show only to IE6 */
* html a#next {
	margin-left: 248px;
}

/* Show only to IE6 */
* html a#prev {
	margin-left: 315px;
}

 
