
#container {
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  width:980px;
} 

div.slidercont {
	text-align: center;
}
div.slidercont2 {
	text-align: left;
	width:816px;
	margin: 0 auto;
	position: relative;
}

#slider {
  position:absolute;
  top:357px;
  left:43px;
  width:730px;
  height:26px;
  overflow:hidden; 
  background:url(../img/productbrowser/scrollbar.png) no-repeat -43px 0;
}

#slider .ui-slider-handle {
   position:absolute; 
   width:68px;
   height:26px;
   background:url(../img/productbrowser/scroller.png) no-repeat -43px 0;
   cursor:pointer; 
   z-index:5;
}

#pb-leftarrow {
  background:url(../img/productbrowser/browser_left.gif) no-repeat 0 0;
}

#pb-rightarrow {
  background:url(../img/productbrowser/browser_right.gif) no-repeat top right;
}

/* PRODUCT BROWSER */
#productbrowser { width:100%; height:390px; margin:0; font-size:12px; line-height:18px; overflow:hidden; border-top: 25px solid white; visibility: hidden; background: #FFF; }
#pb-productbrowsercontainer { position:relative; width:100%; height:480px; margin:0; }
#pb-productslider { top:4px; left:0; width:90900px; height:140px; position:absolute; margin:0; padding:0 30%; }
#pb-productslidertrack { position:absolute; top:357px; left:0px; width:816px; height:26px; overflow:hidden; background:url(../img/productbrowser/scrollbar.png) no-repeat; visibility:hidden; }
#pb-productslider .pb-productimage { float:left; width:257px; height:400px; position:relative; top:0; }
#pb-productslider .pb-productimage .produkt { width:247px; margin: 0 5px; position: relative; }
#pb-productsliderhandle { position:absolute; width:154px; height:26px; cursor:pointer; z-index:200; }
#pb-productsliderhandleimage { position:absolute; width:154px; height:26px; background:url(../img/productbrowser/scroller.png) no-repeat; cursor:pointer; z-index:5; }
#pb-leftarrow { position:absolute; left:0px; top:157px; width:47px; height:47px; z-index:150; cursor:pointer; }
#pb-rightarrow { position:absolute; right:0px; top:157px; width:47px; height:47px; z-index:150; cursor:pointer; }

.popis { color: #000; position: absolute; left: 0; bottom: 0; width: 247px; display: none; }
.popisbg { background: #FFF; position: absolute; top: 0; bottom: 0; width: 247px; height: 100%;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	z-index: 10; }
.popis2 { padding: 5px; text-align: center; z-index: 100; position: relative; top: 0; bottom: 0;  }
.popis h2 { margin-bottom: 5px; line-height: 1.5; font-size: 1.25em; text-align: center; }
.popis span { }
.popis .price { }
.popis .price-before { text-decoration: line-through; }
.popis .colors { margin-top: 12px; line-height: 1.4; text-align: center; }


