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


div.logos .prev{
	background: url('../images/l/left.png') no-repeat;
	width:47px;
	height:71px;
	border:0px;

	}

div.logos .next{
	background: url('../images/l/right.png') no-repeat;
	width:47px;
	height:71px;
	border:0px;
	}

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

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

div.jMyCarousel{
	border: none;
	position: absolute;
	top:-34px;
	background:url(../images/l/logo_marquee_bg.gif) repeat-x;

	}

div.jMyCarousel ul{

	}

div.jMyCarousel ul li{
	margin:0px;
	border: none;
	padding:38px 0 0 0;
	list-style:none;
	display:inline;
	height:70px;

}

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

}

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