/*************************
******** Arrows **********
**************************/	
.jMyCarousel_border{
	border:1px solid #ccc;
}
div.jMyCarousel .prev{
background: url('../img/slideshow_button/left.png') center center no-repeat;
	width:35px;
	height:75px;
	border:1px #fff solid;
}
div.jMyCarousel .next{
background: url('../img/slideshow_button/right.png') center center no-repeat;
	width:35px;
	height:75px;
	border:1px #fff solid;
}
div.jMyCarousel .up{
	background: url('../img/slideshow_button/up.gif') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

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


/** carousel 1 **/
div.jMyCarousel ul li{
	border:0px solid #fff;
	border-left: 1px dotted #eaeaea;
	padding-left:1px;
	line-height:0px;
}

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

