/* @override 
	http://localhost:8888/uc/css/slider.css
	http://extra.activeark.com/dev/upcider/matiastest/newjs/css/slider.css
*/

/*
    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                         { width: 670px; height: 440px; position: relative; margin: 0 }
.anythingSlider .slidewrapper                { width: 670px; overflow: auto; height: 440px; margin: 0 0 0 0px; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .slidewrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; xbackground: #eee; xborder-top: 3px solid #e0a213; xborder-bottom: 3px solid #e0a213; margin: 0; padding: 0;}
.anythingSlider ul li                   { display: block; float: left; height: 440px; width: 640px; margin: 0px 0px; padding: 0 10px; background: transparent;}
.anythingSlider .arrow                  { display: block; height: 59px; width: 63px; background: url(../img/arrows2.png) no-repeat 0 0;_background: url(../img/arrows2.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 190px; cursor: pointer; }
.anythingSlider .forward                { background-position: -62px 0; right: -65px; }
.anythingSlider .back                   { background-position: 0 0; left: -65px; }
.anythingSlider .forward:hover          { background-position: -62px -59px; }
.anythingSlider .back:hover             { background-position: 0 -59px; }

#thumbNav                               { position: relative; top: 443px; left: 180px; text-align: left;_padding-left: 85px; }
.productwrapper #thumbNav a             { color: black; font: 11px/18px Georgia, Serif; display: block; float: left; padding: 2px 8px 0 8px; height: 18px; width: 10px; margin: 0 11px 0 15px; *margin: 0 14px 0 13px; _margin: 440px 10px 0 10px; background: transparent url(../img/xcellshade.png) repeat-x; text-align: left; text-indent: -9000px;   }
.mainoswrapper #thumbNav a {
	display: none;
}
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: transparent url(../img/minikukka.png) no-repeat 0 0; _background: transparent url(../img/minikukka.gif) no-repeat 0 0;}

#start-stop                             { background: green; background-image: url(../img/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .slidewrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wsliderapper ul ul li       { float: none; height: auto; width: auto; background: none; }
