/**********************************************/
/* @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/btn_arw_r.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
	cursor:pointer;
}

div.jMyCarousel .next{
	background: url('images/btn_arw_l.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
	cursor:pointer;
}

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

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

div.jMyCarousel
{

}



ul.ulGal{float:left;}
ul.ulGal li{float:left;display:inline;list-style:none;border-right:1px dotted #868686;margin:10px 0;padding:0 18px;}
ul.ulGal li.last{padding-right:0;border:none;}
