#carousel_container{width: 700px; margin: 0 auto 0 auto; }
/*************************
******** Arrows **********
**************************/	
div.jMyCarousel .prev{ z-index: 2000;
	background: url(../img_pres/left_arrow.png) no-repeat 0px center;
	width:47px;
	height:61px;
	border:0px;}
div.jMyCarousel .next{
	background: url(../img_pres/right_arrow.png) no-repeat right center;
	width:47px;
	height:61px;
	border:0px;}
div.jMyCarousel .up{
	background: url('../../img/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

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


/** carousel 1 **/
div.jMyCarousel ul li{
	border:1px solid #fff;
	line-height:0px;
	padding: 0 8px 0 8px;
}
div.jMyCarousel ul li img{
	display:block;
	border:0px;
	margin-bottom: 8px;
}
div.jMyCarousel ul li a{ /* in case of link */
	display:block;
	border:0px;
}

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