/* -------- cybergall1.0 features -------- */

ol.mr-articles-list{
	list-style-type: none;
	margin: 35px 0 0 0;
}
ol.mr-articles-list li{
	margin: 8px 0 !important;
}
ol.cybergall-list li{
	margin: 10px auto !important;
	padding: 15px;
	background: #5A5E7B;
	width: 300px;
}

/* h2 link features (homepage, article list) */
ol.mr-articles-list li h2{
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}
ol.mr-articles-list li h2 a{
	font-weight: normal;
	font-size: 139%;
}

ol.cybergall-list li p{
	margin: 10px 0 0 0;
}

/* features for gallery */
ol#photo-gallery-box{
	width: 100%; /* width for gallery box, middle-wrapp minus margin-middle */
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
}
ol#photo-gallery-box li{
	float: left;
	width: 170px;
	margin: 0 0 0 28px;
	height: 240px;
	overflow: auto;
	position: relative;
	display: inline;
}
ol#photo-gallery-box li.photogs{
	clear: both;
	width: 80%;
	height: auto;
	background: none;
	border: none;
	
}
.photo-card{
	padding: 4px;
	margin: 0;
}
.photo-card img, dt.photo-preview-gallery img{
	display: block;
	margin: 0 auto;
}
.photo-desc{
	margin: 0 4px 4px 4px;
	padding: 0;
	text-align: left;
	font-size: 80%;
}
.photo-name{
	text-align: center !important;
	margin: 0;
	padding: 0;
	font-size: 70%;
}

h1 span.photogall-name{
	color: #fff;
	font: bold 110%/normal Georgia, serif;
}

/* obrazky v prehledu nejnovejsich v ul/li na homepage se zarovnaji nastred */
.photo-newest img{
	display: block;
	margin: 4px 10% 0 0;
}

/* light box */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none }

#lightboxImage{
	border: 0;
}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 3%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 15%;
	height: 7%;
	background: transparent url(/_images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:visited:hover { background: url(/_images/prevlabel.gif) left 1% no-repeat; }
#nextLink, #nextLink:visited:hover { background: url(/_images/nextlabel.gif) right 1% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData{
	padding:0 10px;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color: #000;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

