
#panellAnuncis {
	padding: 0px;
	overflow: hidden;
	}	
	
#panellAnuncis #panellPrincipal {
	margin-bottom: 0px;
	}	
	
#panellAnuncis #panellMiniatures {
	padding: 0px;
	font-size: 10px;
	font-family: Verdana;
	margin-top: 5px;
	}	
	
#panellAnuncis #panellMiniatures #scrollMiniatura{
	background: #D1DFEF;
	}	
	
#panellAnuncis #panellMiniatures .miniaturaSelected {
	float: left;
	color: #3E638F;
	}	

	
#panellAnuncis #panellMiniatures .miniatura {
	float: left;
	color: #B3BABF;
	}	
	
#panellAnuncis #panellMiniatures .botoScrollLeft {
	background-color: #0F99FF;
	background-image: URL(../img2/leftArrow.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}
	
#panellAnuncis #panellMiniatures .botoScrollRight {
	background-color: #0F99FF;
	background-image: URL(../img2/rightArrow.gif);
	background-repeat: no-repeat;
	background-position: center center;			
	}
             
.row1{    
}
.row2{
    cursor: hand;
    cursor: pointer;
}