@charset "utf-8";
/* CSS Document */

#Photogallery{
	width: 950px;
	height: 258px;
	float: left;
	background: url(img/fotogalerie_bg.jpg) no-repeat left top;
	padding-top: 10px; 
	padding-left: 6px;
}

#slide_gallery {
	position: relative;
	width: 940px; 
	height: 220px;
}


#slide_gallery_images {
	position: relative;
	padding: 5px 7px;
	width: 872px; 
	overflow: hidden;
	white-space: nowrap;
	float: left;
}


#slide_gallery .navigation {
	float: left;
	width: 22px;
	height: 220px;
}

#slide_gallery a.galeryLink {
	position: relative;
	border: none;
	text-decoration: none;
}

#slide_gallery a:hover .galeryLink {
	text-decoration: none;
}

#slide_gallery a.galeryLink span.galeryBox {
	position: relative;
	display: block;
	background-image: url(img/fotogalerie_box_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: 14px;
	height: 219px;
	width: 216px;
	cursor: pointer;
}

#slide_gallery a.galeryLink span.galeryBox span {
	color: #333333;
	line-height: 20px;
}

#slide_gallery a.galeryLink span.galeryBox span.title {
	margin-top: 6px;
	color: #ef780b;
	font-weight: bold;
	text-decoration: underline;
}

#slide_gallery a:hover .galeryLink span.galeryBox span.title {
}

#slide_gallery a.galeryLink span.galeryBox span.line {
	display: block;
	margin-left: 15px;
}

#slide_gallery img {
	border: none;
	width: 215px;
	height: 158px;
}

#slide_gallery a.galeryLink span.galeryBox img.lem {
	width: 215px;
	height: 158px;
	position: absolute;
	top: 0px;
}


div#slide_gallery #slide_nav_left{
	background:  url(img/f_lsipka.png) no-repeat ;
	background-position: center right;
	width: 22px;
	margin-right: 4px;
}

#slide_nav_right{
	background: url(img/f_rsipka.png) no-repeat;
	background-position: center left;
	margin-left: 4px;
}

div#slide_gallery #slide_nav_left:hover {
	background:  url(img/f_lsipka_hover.png) no-repeat ;
	background-position: center right;
}

#slide_nav_right:hover {
	background:  url(img/f_rsipka_hover.png) no-repeat ;
	background-position: center left;
}

/*-----------------------------------------------------------------------*/
/*
span.f_image_box{
  float:left;
  background: #ffffff url(img/fotogalerie_box_bg.png) no-repeat left top;
  width: 215px;
  height: 217px;
  margin-left: 4px;
  margin-right: 4px;

  margin-top: 20px;
}
span.f_image_box a{
  color: #ef780b;
  font-weight: bold;
  font-size: 12px;
  margin: 10px 0px 0px 10px;
}

span.f_image_box a:hover {
  color: #7a4e25;
}


span.f_lem{
  display: block;
  position: relative;
  background: url(img/fotogalerie_lem.png) no-repeat right top;
  background-color: transparent;
  width: 215px;
  height: 160px;
  z-index: 3;
}

span.f_lemtip{
  display: block;
  position: relative;
  background: url(img/fotogalerie_lem_tip.png) no-repeat right top;
  background-color: transparent;
  width: 215px;
  height: 160px;
  z-index: 3;
}

img.f_image{
   bottom: 160px;
   position: relative;
	z-index: 1;
}

span.f_popis{
top: 170px;
position: relative;
z-index: 2;
font-size: 12px;
line-height: 14pt;
}

*/
.hidden {
	display: none;
}
