@charset "utf-8";
/* CSS Document */

/* glider */
#slider { 
position: relative;
    height: 264px;
    width: 724px;
    padding: 0px;
    z-index: 5;
    overflow: hidden;
	top:24px;
	margin-left:16px;
   /* position: relative;
    height: 260px;
    width: 759px;
    padding: 0px;
    z-index: 5;
    overflow: hidden;

    background: url(../images/glider_bg.gif) no-repeat 0 0; */
}
div.scroller { 
    height:260px;
    width: 759px;
    overflow: hidden;
    position: relative;     
}
div.slidercontrolwr{
    position:absolute;
    bottom:0px;
    left:0px;
    z-index:6;    
}
div.scroller img{
    border: none;
}
div.scroller div.sectionslide {  
    height:260px;
    overflow:hidden;
    float:left;
}
div.scroller div.content {
    width: 10000px;
    padding: 0px;
}
.content .sliderdescription{
    padding: 0px 10px;
    position:relative;
    top:-30px;
    color: #777;
    font: 11px bold Helvetica, sans-serif;
    opacity:0.65;
    filter:alpha(opacity=65);       
}   
.content .sliderdescription p{ line-height: 20px; text-align: center; }
div.sliderdescription:hover{ background: #fff; }
.content a { text-decoration: none; color: #5a5a5a; }
.content a:hover { text-decoration: underline; }

.slidercontrol {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:10px 0 0;
    padding:0;
}
.slidercontrol { list-style: none; padding: 0px; margin: 0px; }   
.slidercontrol a {
    float: left;
    width: 18px;
	height:18px;
    margin: 0px 0x;
    padding: 0px 2px;
    text-decoration: none;
    color: #fff;
    overflow: hidden;   
    text-align:center;
    border: none;
    background: url(../images/vitkost/slidebutton-1.png) no-repeat top left;
	font-size:0px;
}   
.slidercontrol a:hover,
.slidercontrol a.active {  background: url(../images/vitkost/slidebutton-2.png) no-repeat top left; color:#59c10d; }

/* slider */
.featured-products { /* clear: both; */ padding: 7px 15px; position: relative; }
.featured-products h4 { margin-right: 10px; color: #459b06; padding-left: 7px; font: normal 1.3em Verdana, Geneva, Arial, Helvetica, sans-serif; }
.featured-products .head { text-align: left; margin: 0; padding: 21px 0; }
.featured-products #move-left, 
.featured-products #move-right { position: absolute; right: 15px; top: 140px; width: 22px; height: 18px; float: left; background: url(../images/common.gif) no-repeat -335px -390px; text-indent: -9999px; }
.featured-products #move-right { background-position: -335px -450px; left: 15px; right: auto; }
.featured-products #move-left.disabled, 
.featured-products #move-right.disabled { opacity: 0.5; filter: alpha(opacity=50); }
.slider-wrapper {
    /* clear: both; */
    width: 759px;
    margin-left: 25px;
    overflow: hidden;
    position: relative;
}
.slider-wrapper .list-featured {
    width: 10000px;
    padding: 0;
    overflow: hidden;
}
.slider-wrapper .list-featured li {
    float: left;
    width: 150px;
    padding: 10px;
    border-right: 1px solid #cfcfcf;
}
.slider-wrapper .list-featured li.last {
    margin: 0px;
}
.slider-wrapper .list-featured .product-image {
    text-align: center;
}
.slider-wrapper .list-featured h5 {
    display: table-cell;
    height: 35px;
    vertical-align: middle;
}
.slider-wrapper .list-featured .price-box { float: left; width: 75px; padding: 2px 0; }
