#galleryTable{
	width: 780px;
	margin-left: 60px;
	margin-top: 20px;
}
.imagesCell{
	text-align: center;
	vertical-align: top;
	width: 150px; height: 80px;
	margin: 10px 0 0 0; 
	padding: 0;	
}
.imagesCell a{
	text-align: center;	
}
.imagesCell img{
	display: block;
	margin: 3px 0 0 0;
	padding: 0;
	text-align: center;
	border: 1px solid #000000;
	z-index:10;
}	
.thumbnailLeft{
	display: block;
	width: 150px;
	margin: 0;
	padding: 0;
	border-top: 0;
	border-bottom: 0;
	border: 1px solid #000000;
	z-index:10;
}	
.imageTop{
	width: 152px; height: 5px;
	background: #181818;
}
.imageTop img{
	margin: 0;	
}	
.imageBot{
	width: 152px; height: 5px;
	margin: 0 0 5px 0;	
	padding: 0;
	background: #181818;
}
.imageBot img{
	margin: 0;	
}	
.galeryTitleDiv{
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 15px;
	color: #FFFFFF;
}

#galery{
	width: 100px;
}
div.titleAlbum{
	width: 152px;
	height: 18px;
	padding-top: 3px;
	text-align: center;
}
div.titleAlbum a, div.titleAlbum a:visited, div.titleAlbum a:hover{
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
}
.botAlbum{
	width: 152px; height: 1px;
	margin: 0 0 10px 0;	
	padding: 0;
}

div.statistics{
	width: 312px;
}
div.statisticsTop{
	width: 312px; height: 5px;
	margin: 0;	
	padding: 0;
	background: #181818;
}
div.statisticsMid{
	width: 304px;
	padding: 3px;
	background: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
div.statisticsMid a, div.statisticsMid a:visited, div.statisticsMid a:hover{
	font-weight: normal;
	font-size: 11px;
	color: #181818;
}
div.statisticsBot{
	width: 312px; height: 5px;
	margin: 0 0 10px 0;	
	padding: 0;
	background: #181818;
}
#galery .link{
}
#galery .img{
}
.notActive{
	background-color: red;
}
.even{
	background-color: #dddddd;
}
.odd{
	background-color: #aaaaaa;
}
.linkPrev{
	font-size: 8px;
	float: left;
}
.linkNext{
	font-size: 8px;
	float: right;
}
