/*************************
******** Arrows **********
**************************/	
div.jMyCarousel .prev{
	background: url(../../imagens/setaEsquerda.png) center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}
div.jMyCarousel .next{
	background: url(../../imagens/setaDireita.png) center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


/** carousel 1 **/
div.jMyCarousel{
	margin:0 0 0 0;
	height:264px;
	_margin:0;
	float:left;
	border:1px solid #575757;
}

div.jMyCarousel ul li{
	line-height:160px;
	padding:0 3px 0 0;
	display:table;
}


div.jMyCarousel ul li a img{
	display:block;
	border:0px;
	width:100px;
	height:135px;
	margin:0 10px 0 0;
}
