@charset "utf-8";
/* CSS Document */
.photo_gallery { width:360px; }
.photo_gallery ul {list-style:none; padding:0px;}
.photo_gallery ul li { float:left; margin:1px; background-color:#f6f6f6; border:1px solid #e9e9e9; height:115px; width:75px; padding:5px;}
.photo_gallery ul li.clear { clear:both;}


.photo_gallery .th{float:left; margin:1px; background-color:#f6f6f6; border:1px solid #e9e9e9; height:115px; width:75px; padding:5px; }













/*Rolovací galerie Horizontal Carousel */
#view {
width:520px;
padding:10px;
background:#f6f6f6;
border:solid 1px #e9e9e9;
margin-bottom:2px;
}
#horizontal_carousel {
  width: 520px;
  height: 100px;
  padding:10px;
  background:#f6f6f6;
  border:solid 1px #e9e9e9;
}

#horizontal_carousel .container {
  position:relative;
  width: 520px;
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: -10px;
  height: 90px;
}                      

#horizontal_carousel ul li {
  height: 90px;
  text-align: center; 
  list-style:none;   
  float:left;
  margin-left:5px;
  margin-right:5px;
}

#horizontal_carousel .buttons{
	display:block;
 	clear:both;
}
#horizontal_carousel .previous_button {
  float:left;  
  width: 23px;
  height: 7px;
  background: url(/img/scroll/but_prev.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(/img/scroll/but_prev_hover.png) no-repeat;}

#horizontal_carousel .previous_button_disabled {
  background: url(/img/scroll/but_prev_dis.png) no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:right;  
  width: 23px;
  height: 7px;
  background: url(/img/scroll/but_next.png) no-repeat;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(/img/scroll/but_next_hover.png) no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(/img/scroll/but_next_dis.png) no-repeat;
  cursor: default;
}
