#slidercontainer{
    width:620px;
    float:left;
    overflow:hidden;
/*    background-color:#eee;*/
	background-image:url(../img/btn_scrollfundo.png);
}

#scrolabbleslider{
	white-space:nowrap;
    height:130px;
}

.item{
	height:120px;
	padding-top:8px;
	padding-bottom:10px;
    float:left;
    text-align:center;
}

.item img{
	border:none;
	vertical-align:middle;
    height:105px;
}

.item:hover{
    background-image:url(../img/btn_scrollfundo.png);
    background-position:center;
    background-repeat:no-repeat;
}

.buttons{
	float:left;
}

.buttons img{
	border:none;
}