#slidercontainer{
    width:690px;
    float:left;
    overflow:hidden;
    background-color:#eee;
}

#scrolabbleslider{
	white-space:nowrap;
    /*width: 130px;
	height: 160px;*/
}

.item{
    width: 130px;
	height: 160px;
	padding-left: 1px;
	padding-right: 5px;
	padding-top: 10px;
	float:left;
}

.buttons{
	float:left;
}

