#slidercontainer{
    width:600px;
    float:left;
    overflow:hidden;
    background-color:#eee;
}

#scrolabbleslider{
	white-space:nowrap;
    height:200px;
}

#slidercontainer2{
    width:600px;
    float:left;
    overflow:hidden;
    background-color:#eee;
}

#scrolabbleslider2{
	white-space:nowrap;
    height:200px;
}

#slidercontainer3{
    width:600px;
    float:left;
    overflow:hidden;
    background-color:#eee;
}

#scrolabbleslider3{
	white-space:nowrap;
    height:200px;
}

.item{
	height:200px;
	padding-top:5px;
	padding-bottom:5px;
    float:left;
    text-align:center;
}

.item img{
	border:none;
	vertical-align:middle;
    height:196px;
}

.item:hover{
    background-image:url('../Img/item-hover.gif');
    background-position:center;
    background-repeat:no-repeat;
}

.buttons{
	float:left;
	width: 29px;
}

.buttons img{
	border:none;
}
