.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10;

}

.jcarousel-skin-tango .jcarousel-container-horizontal {

}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  608px;
    height: 200px;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;

}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 608px !important;
    height: 200px !important;
	margin:0;
	padding:0;
}
.jcarousel-list li img {
	margin:0;
	padding:0;
}
.jcarousel-control {
    margin:10px 0 0 0;
    text-align: center;
	z-index:100;
	position:relative;
	float:right;
	display:block;
}

.jcarousel-control a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
	width:14px;
	height:20px;
	background:url(../images/bg-btns.png) top left no-repeat;
	display:block;
	float:left;
	border:none;
	margin-left:3px;
	padding-top:4px;
	font-size:0;
	
}