﻿.noticias 
{
	position            : relative;
	overflow            : hidden;
	width               : 200px;
	height              : 120px;
}

.noticias .itemsNews 
{
	width               : 20000em;
	position            : absolute;
	clear               : both;
}

.itemsNews div 
{
	float               : left;
	width               : 200px;
}

.itemsNews .imagem
{
    background-position:center center;
    height:100px;
    width:100px;
    margin-right:10px;
    overflow:hidden;
    float:left;
}

.itemsNews span
{
    display:block;
}

.noticias .active 
{
	position            : relative;
	cursor              : default;
}

.noticias 
{
	float               : left;	
}

a.browse 
{
	display             : block;
	width               : 14px;
	height              : 14px;
	float               : left;
	top                 : 0px; 
	cursor              : pointer;
	font-size           : 1px;
}

a.right
{
    width               : 14px;
    height              : 14px;
    background          : url('/img/noticias/NavNewRight.png');
}

a.right:hover
{
    width               : 14px;
    height              : 14px;
    background          : url('/img/noticias/NavNewRight.png');
}

a.right:active 	
{
    width               : 14px;
    height              : 14px;
    background          : url('/img/noticias/NavNewRight.png');
} 


a.left
{
    width               : 14px;
    height              : 14px;
    background          : url('/img/noticias/NavNewLeft.png');
} 

a.left:hover
{
    width               : 14px;
    height              : 14px;
    background          : url('/img/noticias/NavNewLeft.png');
}

a.left:active
{
    width               : 14px;
    height              : 14px;
    background          : url('/img/noticias/NavNewLeft.png');
}

a.disabled
{
	visibility          : hidden !important;		
} 	

