#imgPane {
	clear:both;
}

#imgPane #item {
	float:left;
	height:110px;
	margin:6px;
	width:150px;
	cursor:pointer;
}


#imgPane #item #titulo {
	text-align:center;
	font-size:11px;
	margin-top:2px;
}

/********************************************************/

#albumPane {
	clear:both;
}

#albumPane #item {
	float:left;
	height:84px;
	margin:6px;
	width:150px;
	cursor:pointer;
}



#albumPane #item #titulo {
	text-align:center;
	font-size:11px;
	margin-top:2px;
}
