.jcarousel-skin-tango .jcarousel-container {
	-moz-border-radius: 10px;
	/* border: 1px solid #346F97; */
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 950px;
	margin: 0 auto;
	padding:0 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  950px;
	height: 50px;
}

.jcarousel-skin-tango .jcarousel-item {
	width: 202px;
	height: 50px;
/*	width: 307px;
	height: 254px;
*/	
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
	background:#FFFFFF; /*#f7f7f7;*/
	color: #000;
}

/*  Horizontal Buttons */
.jcarousel-skin-tango .jcarousel-next-horizontal {
	background:transparent url(image-slider-button-control.png) no-repeat scroll -47px 0;
	cursor:pointer;
	height:50px;
	right:10px;
	position:absolute;
	top:0;
	width:48px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
	background:transparent url(image-slider-button-control.png) no-repeat scroll 0 0;
	cursor:pointer;
	height:50px;
	left:10px;
	position:absolute;
	top:0;
	width:47px;
}
