/*top contents left*/
/*------------------------------------------------------------------------------*/

#jCarouselLite{
	width:520px;
	height:auto;
	position:relative;
}

#jCarouselLite .carousel{
	width:520px;
	height:auto;
	padding:0;
	margin-left:23px;
	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:19px;
	height:56px;
	text-decoration:none;
	position:absolute;
	z-index:10;
}

#jCarouselLite a.carousel_next{
	background:url(../image/common/crousel_arr_next.gif) no-repeat;
	top:3px;
	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(../image/common/crousel_arr_prev.gif) no-repeat;
	top:3px;
	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:240px;
	height:auto;
	margin:0;
	overflow:hidden;
}


