/*top contents left*/
/*------------------------------------------------------------------------------*/

#jCarouselLite{
	width:542px;
	height:auto;
	position:relative;
}

#jCarouselLite .carousel{
	width:542px;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow:hidden;
}

#jCarouselLite .carousel button{float:left;}

#jCarouselLite a.carousel_prev, #jCarouselLite a.carousel_next{
	display:block;
	width:33px;
	height:34px;
	text-decoration:none;
	position:absolute;
	z-index:10;
}

#jCarouselLite a.carousel_next{
	background:url(../images/crousel_arr_next.png) no-repeat;
	top:120px;
	right:5px;
	text-indent:-9999px;
}

#jCarouselLite a.carousel_prev{
	background:url(../images/crousel_arr_prev.png) no-repeat;
	top:120px;
	left:0;
	text-indent:-9999px;
}

#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:542px;
	height:auto;
	margin:0;
	overflow:hidden;
}




/*sub contents*/
/*------------------------------------------------------------------------------*/

#jCarouselLite .carousel_sub{
	width:350px;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	overflow:hidden;
}
#jCarouselLite .carousel_sub 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_sub, #jCarouselLite a.carousel_next_sub{
	display:block;
	width:33px;
	height:34px;
	text-decoration:none;
	position:absolute;
	z-index:10;
}
#jCarouselLite a.carousel_next_sub{
	background:url(../images/crousel_arr_next.png) no-repeat;
	top:90px;
	left:317px;
	text-indent:-9999px;
}
#jCarouselLite a.carousel_prev_sub{
	background:url(../images/crousel_arr_prev.png) no-repeat;
	top:90px;
	left:0;
	text-indent:-9999px;
}
#jCarouselLite .carousel_sub a:hover, #jCarouselLite .carousel_sub a:active{
	border:none;
	outline:none;
}
#jCarouselLite .carousel_sub ul{
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
#jCarouselLite .carousel_sub li{
	list-style:none;
	width:350px;
	height:auto;
	margin:0;
	overflow:hidden;
}


