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


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

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

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

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


div.LogosCarousel1{
	border:0px solid #1c6f8e;
}

div.LogosCarousel1{
	height:30px;
}

div.LogosCarousel1 ul li{
	line-height:0px;
	margin-left:30px;
	
}

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

div .LogosCarousel1 ul li img{
	border:0px;
}
