#albuns{
	float:left;
	width:100%;
	padding-bottom:15px;
	margin-top:15px;
}

#albuns .formProcurar{
	margin-left:15px;
	margin-top:10px;
}

#albuns .formProcurar input{
	padding:4px;
	width:300px;	
}

#albuns .formProcurar button{
	padding:3px;	
}

#albuns .caixaAlbum{
	float:left;
	margin-left:2px;
    margin-right:3px;
	margin-top:10px;
    width: 205px;
}

#albuns h2{
	background:url(imagens/bgTitulo.jpg) repeat-x;
	height:27px;
	width:100%;
	font-weight:normal;
	font-size:18px;
	padding-left:15px;
	padding-top:2px;	
}

#albuns .maisAlbuns{
	float:left;
	margin:30px 0px 0px 30px;	
}

#albuns .maisAlbuns:hover{
	text-decoration:underline;	
}

.caixaImagem{
	float:left;
	width:150px;
	height:150px;
	margin:10px 30px 0px 30px;
	text-align: center;
	background: rgb(202,202,202); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(202,202,202,1) 0%, rgba(136,136,136,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(202,202,202,1)), color-stop(99%,rgba(136,136,136,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(202,202,202,1) 0%,rgba(136,136,136,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(202,202,202,1) 0%,rgba(136,136,136,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(202,202,202,1) 0%,rgba(136,136,136,1) 99%); /* IE10+ */
	background: linear-gradient(top, rgba(202,202,202,1) 0%,rgba(136,136,136,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cacaca', endColorstr='#888888',GradientType=0 ); /* IE6-9 */
}

#albuns .caixaAlbum h4{
	margin:5px 0px 0px 30px;
	font-weight:normal;
	float:left;
}

.caixaImagem .imagem{
	height:150px;
	background-repeat:no-repeat;
	background-position:center;
}

.caixaImagem .imagem a{
	display:block;
	text-decoration:none;
	margin-bottom:5px;
	width:150px;
	height:150px;
}

.caixaImagem .imagem a img{
	display:none;
}