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

div.jMyCarousel .prev {
	position:absolute;
	top:0;
	left:0;
	width:45px;
	height:155px;
	margin:0;
	padding:0;
	border:0px;
	background:transparent url("/js/jMyCarousel/img/left.png") left 70px no-repeat;
}

div.jMyCarousel .next {
	position:absolute;
	top:0;
	right:0;
	width:45px;
	height:155px;
	border:0px;
	background:transparent url("/js/jMyCarousel/img/right.png") right 70px no-repeat;
}

div.jMyCarousel .up {
	background:transparent url("/js/jMyCarousel/img/up.png") center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down {
	background:transparent url("/js/jMyCarousel/img/down.png") center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


div.jMyCarousel {
	position:relative;
	margin:20px 0;
	padding:20px 45px;
	border:1px solid #ec008b;
}

div.jMyCarousel ul {
	
}

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

div.jMyCarousel ul li a {
	display:block;
}

div.jMyCarousel ul li a img {
	display:block;
	border:2px solid #fff;
}

div.jMyCarousel ul li a:hover img {
	border:2px solid #ec008b;
}
