
div.scrollable
{
	position:relative;
	overflow:hidden;
	width: 560px;
	height:174px;
	float:left;
	margin-right: 5px;
	margin-left: 5px;
}
#thumbs
{
    position:absolute;
    width:3500px;
    clear:both;
}
.clsPrevious
{
    padding-left:0px;
}
.clsPrevious a.prev
{
    height:40px;
    float:left;
    margin-top:72px;
}
.clsNext
{
	padding-top: 72px;

}
.clsNext a.next
{
    height:40px;    
    float:left;  
}
.clsPrevious img, .clsNext img
{
    border:0px;
}
.clsNext img
{
    margin-bottom:10px;
}


#thumbs div
{
    float:left;    
    color:#fff;
    cursor:pointer;
    padding:15px 15px 0px 4px;
}
#thumbs img
{
    border:0px;
}
#thumbs div.hover
{
    background-color:#444;
}

