/*top contents left*/
/*------------------------------------------------------------------------------*/

#jCarouselLite{
	top:35px;
	width:818px;
	height:120px;
	position:relative;
}

#jCarouselLite .carousel{
	width:710px;
	height:auto;
	padding:0;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#jCarouselLite .carousel button{
	/*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
	float:left;
}

#jCarouselLite a.carousel_prev, #jCarouselLite a.carousel_next{
	display:block;
	width:38px;
	height:47px;
	text-decoration:none;
	position:absolute;
	z-index:10;
}

#jCarouselLite a.carousel_next{
	background: url(/wp-content/img/common/footer_site_arr_next.png) no-repeat;
	top:20px;
	right:0;
	text-indent:-9999px;
}

/*
* html #jCarouselLite a.carousel_next{
	behavior: expression(
	this.style.behavior || (
	this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
	this.style.backgroundImage = "none",
	this.style.behavior = "none")
	);
}
*/

#jCarouselLite a.carousel_prev{
	background: url(/wp-content/img/common/footer_site_arr_prev.png) no-repeat;
	top:20px;
	left:0;
	text-indent:-9999px;
}

/*
* html #jCarouselLite a.carousel_prev{
	behavior: expression(
	this.style.behavior || (
	this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
	this.style.backgroundImage = "none",
	this.style.behavior = "none")
	);
}
*/

#jCarouselLite .carousel a:hover, #jCarouselLite .carousel a:active{
	border:none;
	outline:none;
}

#jCarouselLite .carousel ul{
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}

#jCarouselLite .carousel li{
	list-style:none;
	width:130px;
	height:auto;
	margin:0 7px;
	background:url(/wp-content/img/common/footer_site_shadow.png) center 80px no-repeat;
	overflow:hidden;
	color:#FFF;
	font-size:10px;
	text-align:center;
}


