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

div.jMyCarousel .prev{
	background-color:#408cff;
	width:17px;
	height:75px;
	border:0px;
	margin:-5px 0px 0px 0px;
}

div.jMyCarousel .next{
	background-color:#408cff;
	width:17px;
	height:75px;
	border:0px;
	margin:-5px 0px 0px 0px;
}

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{
	border:0px solid #1c6f8e;
	width:658px;
	height:85px;
	overflow:hidden;
	margin-left:0px;
	margin-top:10px;
	padding:0px;
	float:left;
	margin-right:100px;
	margin-bottom:20px;
}

div.jMyCarousel ul{
	display:block;
	position:relative;
	left:-30px;
	float:left;
	padding:0px;
	margin:0px 0px 20px 0px;
	list-style:none;
}

div.jMyCarousel ul li{
	overflow:hidden;
	padding:0px;
	float:left;
	position:relative;
	display:inline;
	list-style:none;
}

div.jMyCarousel ul li a{ /* in case of link */

}

div.jMyCarousel ul li img{
	border:0px;
	margin:5px 1px 5px 0px;
}

.galleryList
{
	list-style:none;
	margin:0px;
	padding:0px;
}

.galleryList li
{
	margin:0px 0px 0px 0px;
	list-style:none;
	padding:0px;
}
