/*************************
******** Arrows **********
**************************/	
div.jMyCarousel .prev{
	width:22px;
	height:107px;
	border:0px;
	background-image: url(gifs/left-arrow.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
div.jMyCarousel .next{
	width:21px;
	height:107px;
	border:0px;
	background-image: url(gifs/right-arrow.gif);
	background-repeat: no-repeat;
	background-position: center center;
	
}

/** carousel 1 **/
div.jMyCarousel ul {
	border:1px solid #fff;
	line-height:0px;
}
.border {
	border: 1px solid #CCCCCC;
	width: 243px;
	margin-left: 0px;
}
