/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:738px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	display:block;
}

.slides_container a img {
	display:block;
}

.slides_container div.slide {
	width:738px;
	height:208px;
	display:block;
}
.slides_container div.slide table{
	width:100%;
	height:112%;
  vertical-align:middle;
  text-align:center;
}
.slides_container div.slide  table { background:none !important; border:0px !important; border-radius:auto !important; text-align:center !important; }
.slides_container div.slide  table tr { background:none !important; border:0px !important; border-radius:auto !important; text-align:center !important; }
.slides_container div.slide  table tr td { background:none !important; border:0px !important; border-radius:auto !important; text-align:center !important; }

.slides_container .slide-img {
	width:320px;
  padding:30px 0px 30px 70px;
  overflow:hidden;
	height:148px;
  float:left;
	display:table-cell;
  vertical-align:middle;
}
.slides_container .slide-img img{
  max-height:208px;
  
}

div#ulozenka_point div.sbHolder{
	width: 369px;
}

div#ulozenka_point ul.sbOptions{
	width: 350px;
	font-weight: bold;
}

.slides_container .description {
	width:288px;
  float:right;
  padding:28px 50px 30px 0px;
	height:140px;
	display:block;
}

.slides_container .description .discount{
  margin-bottom:10px;
  color:#E85E01;
  font-size:18px;
  font-family:'Ubuntu-regular', Arial, sans-serif;
  font-weight:500;
}
.slides_container .description a.title {
  margin-bottom:10px;
  font-size:18px;
  text-decoration:none;
  font-family:Arial, sans-serif;
  font-weight:bold;
}
.slides_container .description .in-stock {
  padding-left:20px;
  background: url('../images/slider-stock-yes.png') no-repeat 0px 1px;
  color:#489D2A;
  font-size:12px;
  font-weight:bold;
  text-decoration:underline;
}
.slides_container .description .price-tab {
  width:220px;
  height:38px;
  margin-top:20px;
}
.slides_container .description .price-tab .price{
  width:110px;
  height:38px;
  float:left;
  font-size:18px;
  color:#000;
  font-weight:bold;
}
.slides_container .description .price-tab .price .old{
  color:#AAA;
  font-size:12px;
  font-weight:normal;
}
.slides_container .description .price-tab .more{
  width:105px;
  float:right;
  height:38px;
  padding-top:6px;
}
.slides_container .description .price-tab .more a{
  display:block;
  color:#FFF;
  padding:8px 14px 9px 12px;
  border-radius:5px;
  font-size:12px;
  box-shadow:0px 3px 3px #AAAAAA;
  border:1px solid #005484;
  text-decoration:none;
  background: url('../images/blue-button-bg.png') repeat-x;
}
 
/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:12px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
  background: url('../images/slider-left-arrow.png') no-repeat;
}

#slides .next {
	left:710px;
  background: url('../images/slider-right-arrow.png') no-repeat;
}

#slides .prev:hover {
  background: url('../images/slider-left-arrow-hover.png') no-repeat;
}

#slides .next:hover {
  background: url('../images/slider-right-arrow-hover.png') no-repeat;
}

/*
	Pagination
*/

#slides .pagination {
  /*margin:5px auto 0;*/
  /*width:100px;*/
  z-index:50;
  display:block;
  float: right;
}

#slides .pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

#slides .pagination li a {
	display:block;
	width:12px;
	/*height:12px;*/
	/*padding-top:12px;*/
	/*background-image:url(../images/slides-img/pagination.png);*/
	background-position:0 0;
	float:left;
	overflow:hidden;
	/*Doplneno*/
	text-decoration: none;
	color: grey;
	font-weight: bold;
	font-size: 14px;
}

#slides .pagination li a:hover{
	font-size: 15px;
}

#slides .pagination li.current a {
	background-position:0 -13px;
	color: #EA5E00;
}




/* SLIDER V DETAILU PRODUKTU */

#product_slider {
	z-index:100;
}


#product_slider .slides_container {
	width:325px;
  display:none;
}

#product_slider .slides_container div.slide {
	width:324px;
  margin-left:-3px;
	height:102px;
	display:block;
}

#product_slider .item {
	float:left;
	width:102px;
	height:102px;
	margin:0px 3px;
}

#product_slider .pagination {
	list-style:none;
  display:none;
	margin:0;
	padding:0;
}

#product_slider .pagination .current a {
	color:red;
}

#product_slider .prev { position:absolute; text-decoration:none; background:url(/sqc/template/default/images/product-detail/slider-left-arrow.png); left:0px; bottom:-1px; float:left; width:27px; height:104px; margin-right:7px;}
#product_slider .next { position:absolute; text-decoration:none; background:url(/sqc/template/default/images/product-detail/slider-right-arrow.png); right:11px; bottom:-1px;  float:left; width:27px; height:104px; margin-right:7px;}
#product_slider .prev img.arrow, #product_slider .next img.arrow { border:0px; }