.rep {
	position:relative;
	overflow:hidden;
}
.rep span {
	position:absolute;
	width:100%;
	height:100%;
}
#carousel-more {
	position:absolute;
	bottom:0;
	right:0;
	z-index:10;
	margin-bottom:0;
}
#carousel-more {
	width:26px;
	height:70px;
}
#carousel-more a span {
	background:url(../images/carousel_sprite.gif) left top no-repeat;
}
#carousel-more a:hover span, #carousel-more a:focus span {
	background-position:right top;
}


/* link do rodape */
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:20px;
	right:20px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(../../images/common/hover_page/topo.png) no-repeat left top;
	cursor:pointer;
}
#toTopHover {
	background:url(../../images/common/hover_page/topo.png) no-repeat left top;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline:none;
}
/*-------------------*/
