
.carousel {
	width:704px;
	height:162px;
	overflow:hidden;
	position:relative;
	padding-left:0px;
	margin:0px 0px 0px 13px;
	}
.carousel .button-prev, .carousel .button-next {
	display:inline-block;
	width:24px;
	height:162px;
	position:absolute;
	}	
.carousel .button-prev {background:url(../images/button-next.png) 0 0 no-repeat;  left:0px; z-index:999; top:10px;}
.carousel .button-next {background:url(../images/button-prev.png) 0 0 no-repeat;left:0px; z-index:999; top:10px;}
.carousel .button-prev:hover, .carousel .button-next:hover {background-position:bottom;}



.jcarousel-skin-tango-2 .jcarousel-container {width:950px;}
.jcarousel-container p{font:normal 13px Arial, Helvetica, sans-serif;color:#363636;margin:0px;padding:6px 21px 0px 0px;text-align:center;line-height:18px;}
.jcarousel-skin-tango-2 .jcarousel-container-horizontal {
	margin:0 auto; 
	background:none;
	padding:13px 0px 0px 24px; 
	width:680px;
	min-height:97px;
	margin-top:-1px;
	margin-left:0px;
}

.jcarousel-skin-tango-2 .jcarousel-clip-horizontal {
    width:  665px;
    height: 200px;
}

.jcarousel-skin-tango-2 .jcarousel-item {
    width: 167px;
    height: 161px;
	position:relative;background:url(../images/scroller-bg.jpg) no-repeat;padding:0px;
}
.jcarousel-skin-tango-2 .jcarousel-item a {color:#44c0f6; text-decoration:none; font-weight:bold; font-size:13px; line-height:19px;}
.jcarousel-skin-tango-2 .jcarousel-item a:hover {color:#000;}

.jcarousel-skin-tango-2 .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 0px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango-2 .jcarousel-next-horizontal {
	background:url(../images/button-next.png) 0 0 no-repeat; height:180px; width:18px; position:absolute; top:10px; right:-6px; z-index:2; cursor:pointer;
}


.jcarousel-skin-tango-2 .jcarousel-prev-horizontal {
	background:url(../images/button-prev.png) 0 0 no-repeat; height:180px; width:18px; position:absolute; top:10px; left:5px;z-index:2;  cursor:pointer;
}

