.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;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-list li,
.jcarousel-item {
	float: left;
	list-style: none;
}
.jcarousel-next {
	z-index: 3;
	display: none;
}

.jcarousel-prev {
	z-index: 3;
	display: none;
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
	postition:absolute;
	margin-right: -3px;
	background-image:url(../../images/carousel_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	/*width:285px;*/
	/*width:379px;*/
	width:285px;	
	height:119px;
	overflow: hidden;
}
.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
	width:207px;
	height:119px;
	margin-left:45px;
}
.jcarousel-skin-ie7 .jcarousel-item {
	width:73px;
	height:81px;
	margin-top:30px;
	margin-left:-5px;
}
.jcarousel-skin-ie7 .jcarousel-item:hover {
	border-color: #808080;
}
.jcarousel-skin-ie7 .jcarousel-item-horizontal { }
.jcarousel-skin-ie7 .jcarousel-item-placeholder { }
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
	position: absolute;
	top:50px;
	left:255px;
	width:21px;
	height:20px;
	cursor:pointer;
	background:transparent url(/images/btn_right.png) no-repeat 0 0;
}
.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
	position:absolute;
	top:50px;
	left:10px;
	width:21px;
	height:20px;
	cursor:pointer;
	background: transparent url(/images/btn_left.png) no-repeat 0 0;
}