/*ALBUNS*/
#cssAlbuns
{
    list-style  : none;
    margin      : 0px;
    padding     : 0px;
}
    
#cssAlbuns li
{
    float       : left;
    width       : 200px;
	max-width	: 100%;
    
    margin      : 10px;
    cursor      : pointer;
}
  
.liImagem
{
    width               : 200px;
    height              : 150px; 
    background-position : center center;
    background-repeat   : no-repeat;
}

#cssAlbuns li .albumTitulo {
	color: #666666;
	font-size: 13px;
}

#cssAlbuns li .albumTexto {
	color: #666666;
	font-size:11px;
}
/*ALBUNS*/


/*ALBUM*/
#cssAlbum
{
    list-style  : none;
    margin      : 20px 0 0 0;
    padding     : 0px;
}
    
#cssAlbum li
{
    float   : left;
    margin  : 0  0 10px 10px;
    cursor  : pointer;
}
/*ALBUM*/