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

.jcarousel-clip {
    width: 260px;
    height:150px;
}

.jcarousel-list {
    width:  260px;
    height: 150px;
}

.jcarousel-list li {
    width:260px;
    height: 150px;
    margin-right: 0px;
}

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

/**
 *  Horizontal Buttons*/
 
.jcarousel-next-horizontal {
	position: absolute;
	top: -45px;
	right: 5px;
	width: 44px;
	height: 15px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(images/nex.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}


.jcarousel-prev-horizontal {
	position: absolute;
	top: -45px;
	right: 49px;
	width: 46px;
	height: 15px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(images/prev.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
