@charset "UTF-8";
/**********************************************/
/* @name: style.css                           */
/* @date: 19/11/07                            */
/* @desc: carousel css                     */
/* @auth: kevin@enova-tech.net                */
/**********************************************/
/** General Elements && arrows description  ***/


div.carousel .prev{
	background: url('/_images/lflanding/left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}

div.carousel .next{
	background: url('/_images/lflanding/right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}


div.carousel{
	border:1px solid #e4e4e4;
	width:963px;
	height:160px;
}

div.carousel ul{
	
}

div.carousel ul li{
	margin-top:5px;
	margin-bottom:5px;
	border:0px solid #ccc;
	line-height:0px;
	padding:0px;
	/*border-right:#999 dashed medium;*/
	text-align:center;
}

div.carousel ul li a{ /* in case of link */
	display:block;
}

div.carousel ul li img{
	display:block;
	border:0px;
}
