li img{
	height:234px;
	width:135px;
	position:absolute;
	margin-top:45px;
	margin-left:35px;
	opacity:.5;
	alpha:filter(opacity:50);
}
.carousel-mask{
	height:360px;
	width:957px;
}
li.carousel-item{
	height:265px;
	width:205px;
}
.carousel-prev, .carousel-next{
	position:absolute;
	z-index:200;
	margin-top:130px;
	margin-left:-30px;
	padding:9px 10px;
}
.carousel-prev span, .carousel-next span{
	display:none;
}
.carousel-prev:hover, .carousel-next:hover{
	background-position: 0 -16px;
}
.carousel-prev {
	background:url(../images/other/double-arrows-back.gif) 0 0 no-repeat;
}
.carousel-next {
	background:url(../images/other/double-arrows-forward.gif) 0 0 no-repeat;
	margin-left:965px;
	margin-top:130px;
}
.carousel-container{
	margin-left:-35px;
}
.carousel{
	height:360px;
}
.carousel img{
	display:none;
}