/*************************
******** Arrows **********
**************************/	
div.jMyCarouselBrands .prev{
	background: url('../images/left.png') center center no-repeat;
	width:45px;
	height:93px;
	border:0px;
}
div.jMyCarouselBrands .next{
	background: url('../images/right.png') center center no-repeat;
	width:45px;
	height:93px;
	border:0px;
}


/** carousel 1 **/
div.jMyCarouselBrands ul li{
	border:1px solid #fff;
	line-height:0px;
}

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

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

/*************************
******** Arrows **********
**************************/	
div.jMyCarouselChars .prev{
	background: url('../images/left.png') center center no-repeat;
	width:45px;
	height:93px;
	border:0px;
}
div.jMyCarouselChars .next{
	background: url('../images/right.png') center center no-repeat;
	width:45px;
	height:93px;
	border:0px;
}


/** carousel 1 **/
div.jMyCarouselChars ul li{
	border:1px solid #fff;
	line-height:0px;
}

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

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



