/* @override http://www.exponentialconference.org/_css/jMyCarousel.css */

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


li.btnPrev {
   display: block;
   width: 100px;
   height: 107px;
   position: absolute;
   top: 37px;
   padding: 0;
   left: 8px !important;
   z-index: 1000;
   background: url(/_img/slider-left.gif) no-repeat left top;
   text-indent: -9999px;
   cursor: pointer;
}

li.btnNext {
   display: block;
   width: 100px;
   height: 107px;
   position: absolute;
   top: 37px;
   right: 7px;
   background: url(/_img/slider-right.gif) no-repeat right top;
   z-index: 1000;
   text-indent: -9999px;
   cursor: pointer;
}

div.jMyCarousel .next{
	background: url('right.png') center center no-repeat;
	width:40px;
	height:61px;
	border: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{
	height: 100px !important;
	width: 537px !important;
	margin: 0 auto;
}

div.jMyCarousel ul{
	
}

div.jMyCarousel ul li{
	margin:0px;
	line-height:0px;
	padding:0px;
}

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

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