
#container{
	width: 525px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 0 0;
	position: relative;
}



#gallery, #thumbs{
	float: left;
}

#gallery{
	width: 400px;
	height: 475px;
	
	overflow: hidden;
}

#gallery img{
	position: absolute;
	height:470px;
	
	margin-right:0px;
	max-width:100%;
}

#thumbs img{
	width: 75px;
    cursor:pointer;
}
	

#prev img{
	vertical-align:top;
	display: block;
	position: relative;
	left: 38px;
	margin-bottom:17px;
	float:left;
}
#next img{
	display: block;
	position: relative;
	left: 38px;
	top:200;
	float:left;
	margin-top:17px
}
#next:hover{
}


#prev:hover{
}
.clear{
	clear: both;
}