/*
	fotogalerie.css
	ALBION Group, s.r.o.
	posledni verze ze 18.9.2006
*/

#gallery {
	width: 640px;
	_width: 648px;
	height: 328px;
}

#gallery .g-top {
	width: 655px;
	_width: 658px;
}

#gallery .g-top div {
	float: left;
	height: 20px;
	text-align: center;
	background-color: #aaa;
	padding: 3px 5px 0px 5px;
	margin-right: 5px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
}

#gallery .g-top .g-top-right {
	float: right;
}

#gallery .g-top .g-top-active {
	background-color: Gray;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	color: #fff;
	font-size: 12px;
	height: 20px;
}

#gallery .g-top div a {
	height: 20px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

#gallery .g-top div a:hover {
	text-decoration: underline;
}

#gallery .g-content {
	width: 640px;
	_width: 648px;
	height: 288px;
	border: 1px solid #aaa;
	clear: both;
	padding: 4px;
}

.gal-file {
	font-style: normal;
}

#gallery .g-content .onepic {
	float: left;
	padding: 3px;
	_padding: 4px;
	cursor: pointer;
}

#gallery .g-content .a-detail-produktu {
	position: absolute;
	width: 140px;
	_width: 160px;	
  margin:258px 0px 0px 260px;
	background-color: #000;
	color: #fff;
 	padding: 3px 10px 3px 10px;
	text-align: right;
	text-decoration: none;
	white-space: nowrap;
}

#gallery .g-content .onepic .a-detail-produktu:hover {
	text-decoration: underline;
}

.gal-desc {
	clear: both;
	float: left;
	position: relative;
	top: 20px;
	_top: -10px;
	font-style: italic;
	font-size: 8pt;
}

.anim-desc {
	clear: both;
	float: left;
	width: 700px;
	position: relative;
	top: 5px;
	_top: 0px;
	font-style: italic;
	font-size: 8pt;
}

span.span-category {
	color: #E08A15;
	font-size: 10pt;
	font-weight: bold;
}

#masterimg {
	cursor: auto;
}

/* KONEC galerie | gallery */