.jcarousel-skin-tango .jcarousel-container {
/*    -moz-border-radius: 10px;*/

	margin: 0px !important;  

}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	margin: 0px !important;
	width: 490px !important;
 /*   padding: 20px 40px;*/
 	/*margin-bottom: 15px !important;*/


	clear: both;



}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width: 490px !important;

}




.jcarousel-skin-tango .jcarousel-item-horizontal {

}


.jcarousel-skin-tango .jcarousel-item-placeholder {
   /* background: #fff;
    color: #000;*/
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 35px;
    right: -30px;
    width: 22px;
    height: 34px;
    cursor: pointer;

    background: transparent url(buttons.jpg) no-repeat -22px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover{
 /*   background: transparent url(right_over.gif) no-repeat 0 0;*/
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 35px;
    left: -30px;
    width: 22px;
    height: 34px;
    cursor: pointer;
    background: transparent url(buttons.jpg) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover{
 /*   background: transparent url(left_over.gif) no-repeat 0 0;*/
}