#content {
	width: 625px;
	padding: 2px;
	background: #FFF;	
	border: 1px solid #CCC;
	height:215px;
}

#preview_wrap {
margin: 0 auto;
padding: 2px;
width: 625px; 
height: 130px;
}

#preview_outer {
overflow: hidden;
width: 625px;
height: 130px;
position: relative;
}

#preview_inner {
text-align: left;
height: 100%;
position: relative;
}

#preview_inner div {
float: left;
width: 540px;
position: relative;

}

#preview_inner div a {
position: absolute;
bottom: 0;
left: 0;	
display: block;
width: 100%;
text-indent: 20px;
padding: 10px 0;
color: #fff;
background: url(bg_trans.png);
text-decoration: none;
font-size: 18px;
}

#thumbs {
padding-top: 2px;
position: relative;
width: 625px;
text-align: center;	

}

#thumbs span {
padding: 3px;
padding-top:0px;
width: 113px;
height: 70px;
cursor: pointer;
display: inline-block;
background-color:#800040;
vertical-align:top;
}



