/**********************************************/
/* @name: style.css                           */
/* @date: 19/11/07                            */
/* @desc: JMyCarousel css                     */
/* @auth: kevin@enova-tech.net                */
/**********************************************/
/** General Elements && arrows description  ***/


div#carousel .prev{
	background: transparent url("/images/nav/prev.png") no-repeat top left;
	width:150px;
	height:173px;
	border:0px;
}
div#carousel .next{
	background: transparent url("/images/nav/next.png") no-repeat top left;
	width:150px;
	height:173px;
	border:0px;
}

div#carousel {
	margin-top: 20px;
}

div#carousel ul li{
	margin:0px;
	border:none;
	line-height:0px;
	padding:0px;
}

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

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