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

#jCarouselLite{
	width:220px;
	height:auto;
	position:relative;
}
#jCarouselLite p {
	font-size:11px;
	line-height:16px;
}
#jCarouselLite .carousel{
	width:220px;
	height:auto;
	padding:0;
	margin:0;
	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:20px;
	height:20px;
	text-decoration:none;
	position:absolute;
	z-index:10;
}

#jCarouselLite a.carousel_next{
	background:url(../image/common/crousel_arr_next.gif) no-repeat;
	top:100px;
	right:-53px;
	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:100px;
	left:13px;
	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:220px;
	height:auto;
	overflow:hidden;
	margin-top:60px;
	margin-left:33px;
}


