
#jsCarousel {
	float: left;
	width: 920px;
	height: 229px;
	overflow: hidden;
	padding: 0px 30px;
	margin-bottom: 20px;
}

#jsCarousel .jsCarouselBtn{
	cursor: pointer;
	text-indent: -999px;
	margin-top: 100px;
}

#jsCarousel .prev {
	float: left;
	margin-right: 10px;
}

#jsCarousel .next {
	float: right;
	margin-left: 10px;
}

#jsCarousel .jsCarouselBtn SPAN {
	width: 26px;
	height: 26px;
	display: block;	
}

* html #jsCarousel .jsCarouselBtn SPAN {
	behavior: url(/themes/png/iepngfix.htc);
}

#jsCarousel .prev SPAN {
	background: transparent url(jsCarouselBtnPrev.png) no-repeat;
}

#jsCarousel .next SPAN {
	background: transparent url(jsCarouselBtnNext.png) no-repeat;
}


#jsCarousel .items {
	float: left;
	background: transparent url(jsCarouselItems.gif) repeat-x left bottom;
	height: 229px;
	width: 848px !important;
}

#jsCarousel .items UL {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 229px;
	width: 856px;
}

#jsCarousel .item {
	float: left;
	height: 229px;
	overflow: hidden;
	width: 198px;
	padding: 0px;
	margin: 0px 16px 0px 0px;
	position: relative;
}

#jsCarousel .itemPic {
	left: 9px;
	position: absolute;
	top: 0px;
	height: 100px;
	width: 189px;
	overflow: hidden;
}

#jsCarousel .itemPic IMG {
	max-width: 189px;
	max-height: 100px;
	width: expression( this.scrollWidth > this.scrollHeight ? "189px" : "auto" ); /* max-height for IE */
	height: expression( this.scrollHeight > this.scrollWidth ? "100px" : "auto" ); /* max-height for IE */
}

#jsCarousel .itemDesc {
	height: 85px;
	left: 9px;
	padding: 0 9px;
	position: absolute;
	top: 110px;
	width: 171px;
	overflow: hidden;
}

#jsCarousel .itemTitle {
	color: #b60b3b;
	padding: 0 0 5px 0px;
}

#jsCarousel .itemText {
	padding: 0;
}

#jsCarousel .itemLink {
	left: 9px;
	position:absolute;
	height: 22px;
	width: 171px;
	overflow: hidden;
	top: 202px;
	width: 189px;
}

#jsCarousel .itemLink A {
	display: inline-block;
	color: #000;
	background: transparent url(jsCarouselLinkRight.gif) no-repeat right top;
}

#jsCarousel .itemLink A:hover {
	text-decoration: none;
	color: #b60b3b;
}

#jsCarousel .itemLink A SPAN {
	display: inline-block;
	padding: 2px 10px 0px 10px;
	background: transparent url(jsCarouselLinkLeft.gif) no-repeat left top;
	height: 20px;	
}