@charset "utf-8";
/* CSS Document */

/*--------------------------------For Inner-------------------------------*/
.jcarousel-skin-tango2 .jcarousel-container {
height:130px;
width:392px;
margin-top:5px;
margin-left:30px;
margin-bottom:25px;
float:left;
}
.jcarousel-skin-tango2 .jcarousel-clip-horizontal {
margin-left:20px;
margin-right:5px;
padding-top:10px;
width:350px;
height:130px;
}
.jcarousel-skin-tango2 .jcarousel-item {
width:148px;
height:117px;
margin-right:35px;
}
.jcarousel-skin-tango2 .jcarousel-item-placeholder {
background:#fff;
color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango2 .jcarousel-next-horizontal {
position: absolute;
top: 60px;
right: 0;
width: 18px;
height: 18px;
cursor: pointer;
background: url(../images/arrowsmallright.png) no-repeat;
}
.jcarousel-skin-tango2 .jcarousel-next-horizontal:hover {
background: url(../images/arrowsmallright.png) no-repeat;
}
.jcarousel-skin-tango2 .jcarousel-next-horizontal:active {
background: url(../images/arrowsmallright.png) no-repeat;
}
.jcarousel-skin-tango2 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango2 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango2 .jcarousel-next-disabled-horizontal:active {
cursor: default;
position: absolute;
top:60px;
right:0;
width: 18px;
height:18px;
background: url(../images/arrowsmallright.png) no-repeat 0 30px;
}
.jcarousel-skin-tango2 .jcarousel-prev-horizontal {
position: absolute;
top: 60px;
left: 0px;
width: 20px;
height:47px;
cursor: pointer;
background: url(../images/arrowsmallleft.png) no-repeat;
}
.jcarousel-skin-tango2 .jcarousel-prev-horizontal:hover {
background: url(../images/arrowsmallleft.png) no-repeat;
}
.jcarousel-skin-tango2 .jcarousel-prev-horizontal:active {
background: url(../images/arrowsmallleft.png) no-repeat;
}
.jcarousel-skin-tango2 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango2 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango2 .jcarousel-prev-disabled-horizontal:active {
cursor: default;
position: absolute;
top:60px;
left: 0px;
width: 20px;
height:47px;
background: url(../images/arrowsmallleft.png) no-repeat;
}