.colonnaGallery
{
	float:left;
	width:742px;
	padding:10px 0px 10px 8px;
}
.folderItem
{
	float:left;
	width:122px;
	height:150px;	
}
.folder
{
	width:122px;
	height:139px;
	float:left;
	background-image:url(../images/gallery/folder.png);
	background-repeat:no-repeat;
	margin:0px 10px 0px 0px !important;
	margin:0px;
	text-decoration:none;
}
.number
{
	width:68px;
	color:White;
	font-size:12px;
	float:right;
	margin:10px 0px 0px 0px;
	text-align:center;
}
.titoloFolder
{
	width:122px;
	color:#241000;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	float:left;
}
.colonnaFoto
{
	width:742px;
	float:left;
	padding:10px 0px 10px 8px !important;
}
.fotoGalleryImage
{
	width:102px;
	height:102px;
	float:left;
	border:1px solid #000000;
	margin:0px 8px 0px 9px !important;
	margin:0px 14px 0px 4px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-color:White;
}
.fotoGalleryImage A
{
	background-position:50% 50%;
	display:block;
	overflow:hidden;
	width:102px;
	height:102px;
	background-repeat:no-repeat;
}
.fotoGalleryImage A:HOVER
{
	background-position:50% 50%;
}
.fotoGalleryImage A:FOCUS
{
	outline:none;	
}
.fotoFolder
{
	border:none;
	margin:3px 0px 0px 12px;
}
.breadCrumbs
{
	float:left;
}
.albumIcon
{
	float:left;
	width:46px;
	height:46px;
	background-image:url(../images/gallery/albumIcon.png);
	background-repeat:no-repeat;
		
}
.nomeAlbum
{
	float:left;
	color:#331003;
	font-size:12px;
	font-weight:bold;
	margin-top:14px;
	text-decoration:none;
}
.nomeAlbum:FOCUS
{
	outline:none;	
}
.directoryIcon
{
	float:left;
	width:40px;
	height:46px;
	background-image:url(../images/gallery/directoryIcon.png);
	background-repeat:no-repeat;
	background-position:left center;	
}
.nomeDirectory
{
	float:left;
	color:#331003;
	font-size:12px;
	font-weight:bold;
	margin-top:14px;
	text-decoration:none;
}
.nomeDirectory:FOCUS
{
	outline:none;	
}