.jcarousel-container {
/*	-moz-border-radius: 10px;
	background: #F0F6F9;
    border: 1px solid #346F97;*/
    width: 214px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.jcarousel-clip {
    width: 214px;
    height:50px;
}

.jcarousel-list {
    width:  214px;
    height: 50px;
}

.jcarousel-list li {
    width:214px;
    height: 50px;
    margin-right: 0px;
}

.jcarousel-item-placeholder {
    background: #fff url(jcarousel_loading.gif) 50% 50% no-repeat;
}

/**
 *  Horizontal Buttons*/
 
.jcarousel-next-horizontal {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 50px;
	cursor: pointer;
	background-color: transparent;
	background-image:url(images/images.png);
	background-repeat: no-repeat;
	background-position: -290px -1px;
}


.jcarousel-prev-horizontal {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 50px;
	cursor: pointer;
	background-color: transparent;
	background-image:url(images/images.png);
	background-repeat: no-repeat;
	background-position: -275px -1px;
}

