/*--------------------------------For Inner-------------------------------*/
.jcarousel-skin-tango .jcarousel-container {
height:220px;
width: 700px;
margin-top:5px;
margin-left:0px;
float:left;
}
*html.jcarousel-skin-tango .jcarousel-container {
height:280px;
width:705px;
margin-top:5px;
margin-left:0px;
float:left;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
margin-left:0;
width: 700px;
}
*html.jcarousel-skin-tango .jcarousel-clip-horizontal {
margin-left:0;
width: 705px;
}
*:first-child .jcarousel-skin-tango .jcarousel-item {
width:225px;
#margin:-13px 0 0 0;
padding-left:10px;
#padding:12px;
}
.jcarousel-skin-tango .jcarousel-item {
width:225px;
padding:0 10px;
#padding:0px;
height:270px;
margin:0;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
background:#fff;
color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
position: absolute;
top: -60px;
right: -15px;
width: 26px;
height:31px;
cursor: pointer;
background: url(../images/arrowindex2.jpg) no-repeat;
}
*html .jcarousel-skin-tango .jcarousel-next-horizontal {
position: absolute;
top: -70px;
right: -15px;
width: 26px;
height:31px;
cursor: pointer;
background: url(../images/arrowindex2.jpg) no-repeat;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
background: url(../images/arrowindex2.jpg) no-repeat;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
background: url(../images/arrowindex2.jpg) no-repeat;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
cursor: default;
position: absolute;
top: -60px;
right: -15px;
width: 14px;
height: 152px;
background: url(../images/arrow1.png) no-repeat 0 30px;
}
*html .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
cursor: default;
position: absolute;
top: -70px;
right: -15px;
width: 14px;
height: 152px;
background: url(../images/arrow1.png) no-repeat 0 30px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
position: absolute;
top: -60px;
right:25px;
width: 26px;
height: 31px;
cursor: pointer;
background: url(../images/arrowindex1.jpg) no-repeat;
}
*html .jcarousel-skin-tango .jcarousel-prev-horizontal {
position: absolute;
top: -70px;
right:25px;
width: 26px;
height: 31px;
cursor: pointer;
background: url(../images/arrowindex1.jpg) no-repeat;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
background: url(../images/arrowindex1.jpg) no-repeat;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
background: url(../images/arrowindex1.jpg) no-repeat;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
cursor: default;
position: absolute;
top: -60px;
right:25px;
width: 26px;
height: 31px;
background: url(../images/arrowindex1.jpg) no-repeat;
}
*html .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
cursor: default;
position: absolute;
top: -70px;
right:25px;
width: 26px;
height: 31px;
background: url(../images/arrowindex1.jpg) no-repeat;
}