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


div.jMyCarousel .prev{
	background: url('../img/scroll-arrow-left.gif') center center no-repeat;
	background-color: #e7e7e7;
	width:29px;
	height:88px;
	border:0px;
}

div.jMyCarousel .next{
	background: url('../img/scroll-arrow-right.gif') center center no-repeat;
	background-color: #e7e7e7;
	width:29px;
	height:88px;
	border:0px;
}

div.jMyCarousel{
}

div.jMyCarousel ul{
	
}

div.jMyCarousel ul li{
	margin-right:5px;
	margin-left:5px;
	line-height:0px;
	padding:0px;
}

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

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