
#container{
	width: 628px;
	height:250px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
	position: relative;
}

img{
	display: block;
}

#gallery, #thumbs{
	float: left;
}

#gallery{
	width: 500px;
	height: 250px;
	overflow: hidden;
}

#gallery img{
	position: absolute;
}

#thumbs{
	overflow: hidden;
	height:250px;
	width:128px;
}
#thumbs img{border-bottom:1px solid #FFF;
border-left:1px solid #FFF;
}
#thumbs a{display:block;}
#next{
	display: block;
	width: 47px;
	height: 43px;
	background: url(../img/mocha/arrow.png);
	position: absolute;
	bottom: 0px;
	right: 40px;
	z-index:300;
	opacity:0.4;
	filter: alpha(opacity=40)
}

#next:hover{
	background: url(../img/mocha/arrowmo.png);
	opacity:1;
	filter: alpha(opacity=100)
}

.clear{
	clear: both;
}

#caption {
display:block;
background-color:#FFF;
}

#caption div {
display:none;
visibility:hidden;
position:absolute;
margin: 20px auto 0;
padding: 10px;
color: #FFF;
background: #531f4a;
opacity:0.85;
bottom:0px;
width:480px;
left:0px;
filter: alpha(opacity=85)
}
#caption div a {width: 100%; height: 100%; display: block; position: absolute; left: 0px; top: 0px;}
#caption div h3{color:#FFF; margin-bottom:5px;}
#caption{ text-align:left;} 