.jcarousel-skin-tango .jcarousel-container-horizontal {
	width:896px; margin:0px auto;
    

}


/**
 *  Horizontal Buttons
 */
body#index .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 14px;
    right: -52px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background: transparent url(../images/buttons/next-btn.png) no-repeat 0 0;
}



body#index .jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 14px;
    left: -52px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background:url(../images/buttons/previous-btn.png) no-repeat 0 0;
}
#products .prev-btn:hover{
	background-image:url(../images/buttons/previous-btn-hover.png);
}
#products .next-btn {
    position: absolute;
    top: 14px;
    right: -17px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background: transparent url(../images/buttons/next-btn.png) no-repeat 0 0;
}
#products .next-btn:hover{
	background-image:url(../images/buttons/next-btn-hover.png);
}

#products .prev-btn{
    position: absolute;
    top: 15px;
    left: -17px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background:url(../images/buttons/previous-btn.png) no-repeat 0 0;
}

