﻿/* general */
.clearFix:before,
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearFix:after {clear: both;}
.clearFix {zoom: 1;} /* IE < 8 */
img {
	border-width: 0;
    object-fit: scale-down;
}

.thumbImageDesc {
	display: none;
}
.tempImageDesc {
	position: absolute;
	top: -10000px; left: -10000px;
	width: 150px;
	background-color: #fff;
	font-family: Trebuchet MS; font-size: 11px; line-height: 16px;
	visibility: hidden;
}
.hidden {
	display: none;
}

.albumViewEmpty {
	padding: 20px 0;
	font-size: 14pt;
}

/* thumb image preview popup */
.thumbImageZoom {
	display: none;
	position: absolute;
	top: 0; left: 0; z-index: 2;
	padding: 20px 20px 10px;
	text-align: center;
}
.thumbImageZoom p.thumbImageZoomDesc,
.thumbImageZoom p.thumbImageZoomDesc a {
	margin: 8px 0 0;
	font-family: Trebuchet MS; font-size: 11px;
	color: #000; text-align: left; line-height: 16px;
}
.thumbImageZoom p.thumbImageZoomDescEmpty {
	margin: 0;
	font-size: 0; line-height: 0;
}
.thumbImageZoom .previewImageHolder {
	margin: 0 auto;
}
.thumbImageZoom .thumbImageZoomHolder {
	margin: 0 auto;
}
.thumbImageZoom .thumbImageZoomBottom {
	position: absolute;
	bottom: -35px; left: 0;
	width: 150px; height: 35px;
	padding: 0 20px; 
	font-family: Trebuchet MS; font-size: 11px; font-weight: bold;
	line-height: 25px; text-align: left;
}
.thumbImageZoom .thumbImageZoomBottom img {
	vertical-align: middle;
}

.thumbImageZoom .thumbImageZoomBottom .thumbImageZoomCommentsCount {
	float: left;
	height: 16px;
	padding: 0 5px 0 22px;
	margin: 5px 5px 0 0;
	background: url(../images/i_comment_17x16_3.png) no-repeat 0 0;
	border-right: solid 1px #000;
	line-height: 16px;
}
.thumbImageZoom .thumbImageZoomBottom .thumbImageZoomLikesCount {
	float: left;
	height: 16px;
	padding-left: 22px; margin-top: 5px;
	background: url(../images/i_thumbsup_17x16_1.png) no-repeat 0 0;
	line-height: 16px;
}

.thumbImageZoom .thumbImageZoomBottom .thumbImageZoomLikeButton {
	float: right;
	color: #000; font-weight: normal; text-decoration: none; outline-style: none;
}
.thumbImageZoom .thumbImageZoomBottom .thumbImageZoomLikeButton:hover {
	text-decoration: underline;
}

.thumbImageZoomSquared {
	background-image: url(../images/preview_frame_squared_top_1.png);
}
.thumbImageZoomSquared .thumbImageZoomBottom {
	background-image: url(../images/preview_frame_squared_bottom_1.png);
}
.thumbImageZoomRounded {
	background-image: url(../images/preview_frame_rounded_top_1.png);
}
.thumbImageZoomRounded .thumbImageZoomBottom {
	background-image: url(../images/preview_frame_rounded_bottom_1.png);
}
.thumbImageZoomRoundedIE6 {
	background-image: url(../images/preview_frame_rounded_top_1.gif);
}
.thumbImageZoomRoundedIE6 .thumbImageZoomBottom {
	background-image: url(../images/preview_frame_rounded_bottom_1.gif);
}

.thumbImageZoomRoundedIE6 .thumbImageZoomBottom .thumbImageZoomCommentsCount {
	margin-top: 0;
}
.thumbImageZoomRoundedIE6 .thumbImageZoomBottom .thumbImageZoomLikesCount {
	margin-top: 0;
}

.thumbImageZoomCollage {
	padding: 0 20px 0 0;
	background: url(../images/preview_frame_collage_top_right_1.png) no-repeat right top;
}
.thumbImageZoomCollage .thumbImageZoomCollageInner {
	padding: 20px 0 10px 20px;
	background: url(../images/preview_frame_collage_top_1.png) no-repeat left top;
}
.thumbImageZoomCollage .thumbImageZoomBottom {
	padding: 0 20px 0 0;
	background: url(../images/preview_frame_collage_bottom_right_1.png) no-repeat right top;
}
.thumbImageZoomCollage .thumbImageZoomBottom .thumbImageZoomBottomInner {
	height: 35px;
	padding: 0 0 0 20px;
	background: url(../images/preview_frame_collage_bottom_1.png) no-repeat left top;
}

.thumbImageZoomCollageIE6 {
	padding: 0 20px 0 0;
	background: url(../images/preview_frame_collage_top_right_1.gif) no-repeat right top;
}
.thumbImageZoomCollageIE6 .thumbImageZoomCollageInner {
	padding: 20px 0 10px 10px;
	background: url(../images/preview_frame_collage_top_1.gif) no-repeat -10px -10px;
}
.thumbImageZoomCollageIE6 .thumbImageZoomBottom {
	padding: 0 20px 0 0;
	background: url(../images/preview_frame_collage_bottom_right_1.gif) no-repeat right top;
}
.thumbImageZoomCollageIE6 .thumbImageZoomBottom .thumbImageZoomBottomInner {
	height: 35px;
	padding: 0 0 0 20px;
	background: url(../images/preview_frame_collage_bottom_1.gif) no-repeat left top;
}
.thumbImageZoomCollageIE6 .thumbImageZoomBottom .thumbImageZoomCommentsCount {
	margin-top: 0;
}
.thumbImageZoomCollageIE6 .thumbImageZoomBottom .thumbImageZoomLikesCount {
	margin-top: 0;
}


/* album classic view */
.albumViewClassic {
	width: 565px;
	margin: 0 auto 20px;
}
.albumViewClassic .thumbImageHolder {
	float: left;
	position: relative;
	width: 141px; height: 136px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 0; line-height: 0;
}
.albumViewClassic .thumbImageHolder .thumbImage {
	border: solid 3px #fff;
	-moz-box-shadow: 2px 2px 3px #000000;
	-webkit-box-shadow: 2px 2px 3px #000000;
	box-shadow: 2px 2px 3px #000000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=3);
	cursor: pointer;
}
.albumViewClassic .thumbImageHolder .thumbImageFrame {
	display: none;
}


/* album collage view */
.albumViewCollage {
	width: 545px;
	width: 575px;
	margin: 0 auto 20px;
	padding-left: 10px;
}
.albumViewCollage .thumbImageHolder {
	float: left;
	position: relative;
	height: 120px;
	cursor: pointer;
}
.albumViewCollage .thumbImageHolder .thumbImage {
	
}
.albumViewCollage .thumbImageHolder .thumbImageFrame {
	display: none;
}


/* album exhibition view */
.albumViewExhibition {
	width: 571px;
	margin: 0 auto 20px;
}
.albumViewExhibition .thumbImageHolder {
	float: left;
	position: relative;
	width: 136px; height: 163px; 
	margin-right: 9px;
}
.albumViewExhibition .thumbImageHolderRight { margin-right: 0; }

.albumViewExhibition .thumbImageHolder .thumbImageFrame {
	position: absolute;
	top: 0; left: 0; z-index: 1;
	width: 136px; height: 163px;
}
.albumViewExhibition .thumbImageHolder .thumbImage {
	position: absolute;
	top: 13px; left: 12px; z-index: 2;
	border: solid 1px #c9c9c9;
	cursor: pointer;
}


/* album compact view */
.albumViewCompact {
	width: 571px;
	margin: 0 auto 20px;
}
.albumViewCompact .thumbImageHolder {
	float: left;
	position: relative;
	width: 136px; height: 131px; 
	margin-right: 9px;
}
.albumViewCompact .thumbImageHolderRight { margin-right: 0; }

.albumViewCompact .thumbImageHolder .thumbImageFrame {
	position: absolute;
	top: 0; left: 0; z-index: 1;
	width: 136px; height: 131px;
}
.albumViewCompact .thumbImageHolder .thumbImageContainer {
	position: absolute;
	top: 13px; left: 13px; z-index: 2;
	width: 108px; height: 81px;
	overflow: hidden;
	text-align: center;
}
.albumViewCompact .thumbImageHolder .thumbImage {
	cursor: pointer;
}


/* album squared view */
.albumViewSquare {
	width: 569px;
	margin: 0 auto 20px;
}
.albumViewSquare .thumbImageHolder {
	display: inline;
	float: left;
	position: relative;
	width: 99px; height: 99px;
	padding: 3px; 
	margin: 0 5px 15px;
	cursor: pointer;
}
.albumViewSquare .thumbImageHolderLeft { margin-left: 0; }
.albumViewSquare .thumbImageHolderRight { margin-right: 0; }

.albumViewSquare .thumbImageHolder .thumbImageFrame {
	position: absolute;
	top: 0; left: 0; z-index: 2;
	width: 105px; height: 105px;
}
.albumViewSquare .thumbImageHolder .thumbImageContainer {
	position: absolute;
	top: 5px; left: 5px; z-index: 1;
	width: 95px; height: 95px;
	background-color: #fff;
	overflow: hidden;
}
.albumViewSquare .thumbImageHolder .thumbImage {
}


/* single image view */
.singleViewMenuBar {
	position: relative;
	height: 33px;
	margin-bottom: 15px;
}
.singleViewMenuBarBg {
	position: absolute;
	top: 0; left: 0; z-index: 0;
	width: 595px; height: 33px;
	background-color: #000;
}
.singleViewManuBarContent {
	position: absolute; top: 0; left: 25px; z-index: 1;
	width: 545px; height: 33px;
	color: #fff;
}
.singleViewManuBarContent .singleViewAction {
	width: 122px; height: 33px; 
	text-align: left;
	line-height: 33px;
}
.singleViewManuBarContent .singleViewAction a,
.singleViewManuBarContent .singleViewAction a:hover,
.singleViewManuBarContent .singleViewAction span {
	display: block;
	float: left;
	color: #fff; text-decoration: none; cursor: pointer;
}
.singleViewManuBarContent .singleViewAction a img {
	float: left;
	margin: 4px 5px 0 0;
	border: 0;
}
.singleViewManuBarContent .singleViewAction a span {
	float: left;
}
.singleViewManuBarContent .singleViewBackAlbum {
	float: left;
}
.singleViewManuBarContent .singleViewBack {
	float: left;
	text-align: right;
}
.singleViewManuBarContent .singleViewBack a,
.singleViewManuBarContent .singleViewBack a:hover {
	float: right;
}
.singleViewManuBarContent .singleViewBack a img {
	margin: 4px 0 0 5px;
}

.singleViewManuBarContent .singleViewNext {
	float: right;
}
.singleViewManuBarContent .singleViewFullscreen {
	position: relative;
	float: right;
	text-align: right;
	cursor: pointer;
}
.singleViewManuBarContent .singleViewFullscreen span {
	float: right;
}
.singleViewManuBarContent .singleViewFullscreen img {
	float: right;
	margin: 4px 0 0 5px;
}
.singleViewManuBarContent .singleViewFullscreen .fullscreenFlashButton {
	position: absolute; 
	top: 0; left: 0; z-index: 100;
	width: 122px; height: 33px;
}

.pnlNewSlideShow .slideshowContainer {
	width: 558px; height: 558px;
	margin-bottom: 15px;
}
.pnlNewSlideShow .singleViewSlideshowItem {
	width: 100%;
	background-color: transparent;
	background: transparent url(../images/indicator-medium_1.gif) no-repeat center center;
	text-align: center;
}
.pnlNewSlideShow .imageDescription {
	margin-bottom: 15px;
	padding: 0 15px;
}

.user_content_darkbg .pnlNewSlideShow .imageDescription {
	color: #fff;
}
.user_content_lightbg .pnlNewSlideShow .imageDescription {
	color: #000;
}