.d_texto-evento{
	font-size: 25px;
	color: #FF9900;
	font-family: Trebuchet MS;
	font-weight: bold;
	text-decoration: none;
	line-height: 130%;

}

.d_texto-data_cidade{
	font-size: 13px;
	color: #666666;
	font-family: Trebuchet MS;
	text-decoration: none;
	line-height: 130%;
}

.numero{
	height: 15px;
	width: 30px;
	margin-left: 360px;
	margin-top: 10px;
	padding: 0px 0px 0px;
	clear: both;
	position: absolute;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Trebuchet MS;
	text-decoration: none;
	line-height: 130%;

}

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 400px; /*Width of Carousel Viewer itself*/
	height: 310px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 400px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

a.innerborder, a.innerborder img {
float: left;
overflow:hidden;
}
a.innerborder:hover {
border:3px solid #FF9900;
}
a.innerborder:hover img {
margin: -3px;
}
