/**********************************************/
/* @name: style.css                           */
/* @date: 19/11/07                            */
/* @desc: JMyCarousel css                     */
/* @auth: kevin@enova-tech.net                */
/**********************************************/
/** General Elements && arrows description  ***/


div.jMyCarousel .prev,
div.jMyCarousel2 .prev{
	background: url('../images/whats-new/left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}

div.jMyCarousel .next,
div.jMyCarousel2 .next{
	background: url('../images/whats-new/right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}

div.jMyCarousel .up,
div.jMyCarousel2 .up{
	background: url('../images/whats-new/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down,
div.jMyCarousel2 .down{
	background: url('../images/whats-new/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


div.jMyCarousel,
div.jMyCarousel2 {
	border-top:5px solid #6f8d91;
	border-bottom:5px solid #6f8d91;

}

div.jMyCarousel ul{
	
}

div.jMyCarousel ul li,
div.jMyCarousel2 ul li{
	margin:0px;
	border:1px solid #fff;
	line-height:0px;
	padding:0px;
}

div.jMyCarousel ul li a,
div.jMyCarousel2 ul li a{ /* in case of link */
	display:block;
}

div.jMyCarousel ul li img,
div.jMyCarousel2 ul li img{
	display:block;
	border:0px;
}
