img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
ul, ol { 
	list-style:none;
}







/*
	* Required 
*/
.loopedCarousel .container {height:260px; overflow:hidden; position:relative; padding-bottom:10px;}
.loopedCarousel .slides {position:absolute; top:0; left:0;}
.loopedCarousel .slides div {
	position:absolute;
	top:0;
	width:270px;
	height:260px;
	display:none;
}	

/*
	* Optional
*/

.loopedCarousel { position:relative; clear:both; width:270px; }
.loopedCarousel ul.pagination { 	
	float:right;
	padding:10px 6px 0 0;
	margin-right:20px;
}
.loopedCarousel ul.pagination li  { float:left; padding-left:8px;}
.loopedCarousel ul.pagination li a {
	float:left;
	width:15px;
	height:15px;
	background:url(/html/imagens/site/bull1.gif) no-repeat 0 0;
	text-decoration:none;
	text-indent:-9999em;
}
.loopedCarousel ul.pagination li a:hover {
	text-decoration:none;
	background:url(/html/imagens/site/bull2.gif) no-repeat 0 0;
}
.loopedCarousel ul.pagination li.active a {
	background:url(/html/imagens/site/bull2.gif) no-repeat 0 0;
}

.carousel-nav {
	float:right;
	padding:0 0 0 0;
}
	.carousel-nav li {
		float:left;
		padding-left:4px;
	}

.loopedCarousel .previous {
	float:left;
	width:31px;
	height:31px;
	background:url(/html/imagens/site/prev-button.gif) no-repeat 0 0;
}
.loopedCarousel .next {
	float:left;
	width:31px;
	height:31px;
	background:url(/html/imagens/site/next-button.gif) no-repeat 0 0;
}




