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


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

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

div.JMyCarousel .up{
	background: url('/images/carousel/arrow_up.gif') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.JMyCarousel .down{
	background: url('/images/carousel/arrow_down.gif') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


div.JMyCarousel{
}

div.JMyCarousel ul{
	
}

div.JMyCarousel ul li{
	margin:5px 5px 5px 0;
	border:1px solid #ccc;
	line-height:0px;
	padding:0px;
}

div.JMyCarousel ul li a{ /* in case of link */
	background-color:white;
	display:block;
	padding:2px;
}

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