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


div.jMyCarousel .prev{
	background: url('/images/left.png') center center no-repeat;
	width:50px;
	height:80px;
	border:0px;
}

div.jMyCarousel .next{
	background: url('/images/right.png') center center no-repeat;
	width:50px;
	height:80px;
	border:0px;
}

div.jMyCarousel .up{
	background: url('/images/up.png') center center no-repeat;
	width:80px;
	height:50px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('/images/down.png') center center no-repeat;
	width:80px;
	height:50px;
	border:0px;
}

div.jMyCarousel .up, div.jMyCarousel .down { position: absolute; left: 85px !important; }

div.jMyCarousel{
	/* border:1px solid #1c6f8e; */
        width: 250px !important;
        text-align: center;
}

div.jMyCarousel ul{
	position: absolute;
        top: 0px;
        left: 25px;
}

div.jMyCarousel ul li{
	margin:0px;
	/* border:1px solid #ccc; */
	line-height:0px;
	padding: 5px;
        width: 190px;
        height: auto;
        
        
}

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

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