@charset "utf-8";
/* CSS Document */

.contentslide{
    border: 10px solid #c80700;
    border-bottom-width: 6px;
    padding: 0px;
    width: 409px;
    height: 220px;
    font-size:11px;
	

    }
    
.contentslide .contentdiv{
    display: none;
    }
    
.titulo{
	width: 405px; /*IE5 width*/
    w\idth: 400px; /*IE6 width*/
	height: 29px; 
	padding-left:7px;
	background:#fff;
	font-size:12px;
	font-weight:bold;
	filter:alpha(opacity=60);
	-moz-opacity:0.6; /* para o FireFox */
    opacity:0.6; /* para o outros Navegadores */
	}
.titulo a{
	font-family:arial;
	font-size:16px;
	text-decoration:none;
	color:#000;
	}
.titulo a:hover{
	text-decoration:underline;
	}
.pagination{
    width: 409px; /*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: #c80700;
    border: 10px solid #c80700;
    border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
    padding: 0 0 2px 0;
    font-size:12px;
	
    }
    
    * html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
    width: 438px!important; /*IE5 width*/
    w\idth: 409px; /*IE6 width*/
    }
    
.pagination a{
    padding: 0 5px;
    text-decoration: none; 
    color: #2e6ab1;
    background-color: white;
    }
    
.pagination a:hover, .pagination a.selected{
    color: #000;
    background-color: #FEE496;
    }

