/* список альбомов */ 

.albumListDate {
	font: 80% arial narrow;
	color: black;
	padding: 6px 30px 0 0;
	}
.albumListName {
	font: 110% arial;
	padding: 0 0 10px 0;
	}
.albumText {
	margin-bottom: 5px;
	}
.albumText p {
	color: #666666;
	}
.photoPreviewsContainer {
	clear: left;
	}
div.albumAuthor {
	color: #333333;
	margin: 0 0 25px 0;
	}
span.albumAuthor {
	font: 60% arial;
	color: #666666;
	}
.photoPreview {
	float: left;
	width: 100px;
	height: 110px;
	margin: 0 15px 15px 0;
	}
.photoPreview .comments_num {
	height: 10px;
	font: 8pt arial narrow;
	text-align: right;
	}
.imgCell {
	width: 300px;
	height: 300px;
	background: #b2b2b2 url("../img/gagarin.gif") no-repeat center center;
	text-align: center;
	vertical-align: middle;
	}
.navArrowCell a {
	font: 200% arial narrow;
	text-decoration: none;
	}
.photoAuthor {
	font: 90% tahoma;
	color: #666666;
	margin: 0 0 25px 0;
	text-align: center;
	}
.photoComment {
	font: 100% tahoma;
	text-align: center;
	margin-bottom: 10px;
	}
.year_link {
	font: 120% arial;
	color: #666666;
	margin-right: 10px;
	}
.previewStrip_container {
	margin: 0 65px 0 100px;
	}
.previewStrip {
	width: 100%;
	height: 130px;
	background-color: #e5e5e5;
	border-left: 1px dotted #999999;
	border-right: 1px dotted #999999;
	margin: 0 0 10px 0;
	overflow: auto;
	overflow-y: hidden;
	position: relative;
	}

.previewStrip_inner {
	position:absolute;
	white-space:nowrap;
	}
.previewStripCell, .previewStripCellActive {
	width: 110px;
	height: 110px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	}
.previewStripCell_inner {
	position: relative;
	}
.previewStripCellActive {
	background-color: #5e81aa;
	}
.previewStrip_inner .num {
	float: right;
	background: #ffae00;
	font: 50% tahoma;
	color: black;
	position: absolute;
	bottom: -5px;
	right: 0;
	padding: 1px 8px 1px 8px;
	}
* html .previewStrip_inner .num {
	right: 5px;
	bottom: 5px;
	}
