.body{
	background-color: #E5E5D8;
	margin: 0px;
}

.topo{
	text-align:center;
	width:650px;
	height:80px;
}

.td_fotos{
	text-align: center;
	padding-top:10px;
	width:430px;
	height:320px;
	background-color:#E5E5D8;
}

.td_fotos_pequenas{
	text-align: left;
	width: 420px;
	height: 260px;
}

.fotos_pequenas{
	text-align: center;
	width: 420px;
	height: 230px;
	padding-top:15px;
	overflow:auto;
}

.div_fotos_pequenas{
	position:relative;
	margin:0px 0px 10px 0px;
	padding-left:25px;
	float:left;
	text-align:center;
}

.foto_pequena{
	width:72px;
	height:54px;
	text-align: center;
	background-image:url(../img/ajax-loader.gif);
	background-position: center;
	background-repeat:no-repeat;
	cursor:pointer;
}

/*CSS do AJAX*/
#carregando{
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../img/background_transparent.png);
	background-repeat: repeat;
}

#img_loading{
	position:relative;
	width: 100%;
	height: 100%;
	background-image: url(../img/ajax-loader3.gif);
	background-repeat: no-repeat; 
	background-position: center;
}