#image, #thumbs a { border: 1px solid #ddd; }

#image {
width: 560px;
height: 410px;
margin-bottom: 5px;
padding: 5px;
position: relative;
float:left;
text-align: center;
}
#image img {
width: 560px;
height: 410px;
overflow:hidden
}
#image #caption {
bottom: 0;
color: #cccccc;
left: 0;
position: absolute;
font-style: italic;
width: 100%;
}
#thumbs {
margin: 0;
padding: 0;
background: #fff
/*
width: 545px;*/
}

#thumbs li{
	display:block;
	float:left;
		
}

#thumbs a {
display: block;
float: left;
width:179px;
height: 125px;
margin: 0 4px 14px 0;
padding: 2px;
overflow: hidden;
outline: none
}
#thumbs a li.first a{
margin: -7px 4px 4px 0!important;
}


#thumbs a.active { border: 1px dotted #ec008c; }
#thumbs img {width:179px; }
/*#viewer .clear { clear: both; }*/
