@charset "utf-8";
/* CSS Document */

/*--------------------------------For Inner-------------------------------*/
.jcarousel-skin-tango1 .jcarousel-container {
height:150px;
width:650px;
margin-top:5px;
margin-left:0;
margin-bottom:25px;
float:left;
}
.jcarousel-skin-tango1 .jcarousel-clip-horizontal {
margin-left:0;
margin-right:5px;
padding-top:10px;
width:610px;
height:150px;
}
.jcarousel-skin-tango1 .jcarousel-item {
width:180px;
height:150px;
margin-right:40px;

}
.jcarousel-skin-tango1 .jcarousel-item-placeholder {
background:#fff;
color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango1 .jcarousel-next-horizontal {
position: absolute;
top: 40px;
right: 0;
width: 39px;
height:40px;
cursor: pointer;
background: url(../images/arrow_right.png) no-repeat;
}
.jcarousel-skin-tango1 .jcarousel-next-horizontal:hover {
background: url(../images/arrow_right.png) no-repeat;
}
.jcarousel-skin-tango1 .jcarousel-next-horizontal:active {
background: url(../images/arrow_right.png) no-repeat;
}
.jcarousel-skin-tango1 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango1 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango1 .jcarousel-next-disabled-horizontal:active {
cursor: default;
position: absolute;
top:40px;
right:0;
width: 39px;
height:40px;
background: url(../images/arrow_right.png) no-repeat 0 30px;
}
/*.jcarousel-skin-tango1 .jcarousel-prev-horizontal {
position: absolute;
top: 40px;
left: 10px;
width: 20px;
height:47px;
cursor: pointer;
background: url(../images/arrowleft.jpg) no-repeat;
}
.jcarousel-skin-tango1 .jcarousel-prev-horizontal:hover {
background: url(../images/arrowleft.jpg) no-repeat;
}
.jcarousel-skin-tango1 .jcarousel-prev-horizontal:active {
background: url(../images/arrowleft.jpg) no-repeat;
}
.jcarousel-skin-tango1 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango1 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango1 .jcarousel-prev-disabled-horizontal:active {
cursor: default;
position: absolute;
top:40px;
left: 10px;
width: 20px;
height:47px;
background: url(../images/arrowleft.jpg) no-repeat;
}*/