
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.next {
    z-index: 3;

    position: absolute;
    top: 42px;
    right: 18px;
    width: 40px;
    height: 50px;
    cursor: pointer;
    background: transparent url("../images/carousel_navright.png") no-repeat 0 0;
}

.prev {
    z-index: 3;

    position: absolute;
    top: 42px;
    left: 18px;
    width: 40px;
    height: 50px;
    cursor: pointer;    
    background: transparent url("../images/carousel_navleft.png") no-repeat 0 0;
}


#carouselwrap{
	border-top: 1px solid #333;
}
.carouselcontainer {
	position: relative;
/*	background: #fff url("../../images/box-bgr.gif") repeat-x left top;
	border-bottom:1px solid #aaa;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;*/

    background: #000 url("../images/carousel/carousel_bg.png.html") repeat-x 0 0;
	border-bottom:1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;

	font-size: 10px;
	height: 72px;
    padding: 25px 67px 25px ;
	overflow: hidden;

}

.carouselcontainer ul li{
	
	float: left;
	text-align: center;
    width: 72px;
	height: 72px;
	margin: 0 10px;
}

.carouselcontainer ul li img {
	width: 170px;
/*	border: 1px solid #999;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;*/
	border: 1px solid #444;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
}

