/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

.anythingSlider{
	overflow:hidden;
	height:426px;
    width: 968px;
    background: url(../i/widget-bg.png) no-repeat;
    padding: 5px;
    margin-bottom: 15px;
    position:relative;
	}
.anythingSlider .wrapper {
	position:relative;
	height:426px;
	overflow:hidden;
	z-index:1;
    
	}
                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul{ width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; height:297px;}
.anythingSlider .wrapper ul li{ display: block; float: left; padding: 0; height: 297px; margin: 0; width:1000px; }
.anythingSlider .arrow{
	height:27px;
	width:27px;
	position:absolute;
	top: 19px;
    right:23px;
    z-index:100;
    overflow:hidden;
    background:url(../i/next-slide.png) no-repeat;
    border:0;
    cursor: pointer;
	}
.anythingSlider .forward{}
.anythingSlider .forward:hover{}
.anythingSlider .forward.pushed{background-position:-22px -124px;}
.anythingSlider .forward.disabled{background-position:-22px -186px;}

.anythingSlider .back {display:none!important;}
.anythingSlider .back:hover{background-position:0 -62px;}
.anythingSlider .back.pushed{background-position:0 -124px;}
.anythingSlider .back.disabled{background-position:0 -186px;}

.thumbNav                               { position:absolute; z-index:12; right:0px;top:0px; }
.thumbNav  ul                             { height:12px; display:none!important;}
.thumbNav li                            { display: block; float:left; margin-right:3px;width:12px;height:12px;}
.thumbNav a                             { border:2px solid #000; background: #e3e3e3; display: block; float:left;width:8px;height:8px;text-indent:-999px; overflow:hidden; }
.thumbNav a:hover                       { }
.thumbNav a.cur                         {background:#cb141b;}

a.start-stop                             {display:none!important;z-index: 10; background: url(../404.html) no-repeat; width: 8px; height:8px;  position: absolute; left:0px; top: 0px; }
a.start-stop.playing                     { background: url(../404.html) no-repeat; }
.start-stop:hover                       {  }
/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }



/*slider-content*/
.anythingSlider .wrapper .single-slide{
    position: relative;
    height:426px;
    width: 968px;
}
.anythingSlider .wrapper .single-slide.slide1{
    background: url(../i/b/kartinka.jpg) no-repeat;
}
.anythingSlider .wrapper .single-slide.slide2{
    background: url(../i/slide2.jpg) no-repeat;
}
.anythingSlider .wrapper .quick-filter{
    padding: 25px 35px;
}

.anythingSlider .wrapper .quick-filter fieldset{
    float: left;
    margin:6px;
    padding:10px 10px 14px 10px;
    border:1px solid #7b180f;
    overflow: hidden;
}
.anythingSlider .wrapper .quick-filter fieldset:hover{
    border-color: #c9021a;
}
.anythingSlider .wrapper .quick-filter fieldset legend{
    color: #7b180f;
    padding: 0 5px;
    font-weight: bold;
}
.anythingSlider .wrapper .quick-filter fieldset:hover legend{
    color:#c9021a;
}
.anythingSlider .wrapper .quick-filter fieldset img{
    width: 54px;
    border:2px solid #fff;
    cursor:pointer;
    display: block;
    margin:2px;
    float: left;
}
.anythingSlider .wrapper .quick-filter fieldset img:hover{
    border-color: #c9021a;
    }