.contentslide{
	border-bottom-width: 6px;
	padding: 8px;
	width: 350px;
	height: 200px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dff2fc;
	border-right-color: #dff2fc;
	border-bottom-color: #dff2fc;
	border-left-color: #dff2fc;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
	width: 366px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	background-color: #d2e0e7; /*Left/ right border width of pagination DIV.*/
	padding: 0 0 4px 0;
	border-top-width: 0;
	border-right-width: 10px;
	border-bottom-width: 0;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d2e0e7;
	border-right-color: #d2e0e7;
	border-bottom-color: #d2e0e7;
	border-left-color: #d2e0e7;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 300px; /*IE5 width*/
w\idth: 416px; /*IE6 width*/
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #2e6ab1;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#direita {
	padding-top: 5px;
}

body {
	background-color: #f7f7f2;
	margin-top: 0px;
	margin-left: 0px;
}
