/*
    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: 851px; height: 390px; position: relative; }
.anythingSlider .wrapper                { width: 901px; overflow: hidden; height: 390px; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 390px; width: 901px; margin: 0; }

body#index .anythingSlider .forward, body#index .anythingSlider .back, body#search #adv_search.anythingSlider .back, body#search #adv_search.anythingSlider .forward { display: none;}
a.arrow {
	color: black; font: 11px/18px Arial, sans-serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background-color: #041a79!important; text-align: center; -moz-border-radius: 10px; -webkit-border-radius: 10px; color:#fff; text-decoration: none; position:absolute; margin-top: 229px; cursor: pointer;
	z-index: 3;
}
div#forward_div
{
	width: 140px;
	margin-top: 229px!important;
	position: absolute!important;
	margin-left: 761px!important;
}
div#forward_div em
{
	display: block;
	margin-top: 7px;
	float: left;
	font-style: normal;
	font-size: 15px;
	color:#555;
}
body#index div#forward_div em
{
	display: none!important;
}
a.arrow img
{
	margin-left: -1px;
	margin-top: -1px;
}
a.arrow.forward
{
	float: right;
	position: relative!important;
	margin: 0!important;
}
a.arrow:hover
{
	color: #fff!important;	
}
a.arrow.back
{
	display: none;
	margin-left: 830px!important;
}
a.arrow.back:active, a.arrow.forward:active
{
	background-color: #000!important;
	color: #fff!important;
}

#thumbNav                               { position: absolute; top: 313px; left: 395px; text-align: right; width: 200px;}
body#category #thumbNav, body#product #thumbNav, body#search #thumbNav                 { position: absolute; top: auto; left: auto; text-align: right; margin-left: 680px; margin-top: 229px; }
#thumbNav a                             { color: black; font: 11px/18px Arial, sans-serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background-color: #a9a9a9; text-align: center; -moz-border-radius: 10px; -webkit-border-radius: 10px; color:#fff; text-decoration: none; width: 6px; border-color: transparent;}
#thumbNav a:hover, #thumbNav a.cur:hover { background-color: #222; }
#thumbNav a.cur                         { background-color: #222; }

#start-stop                             { display: none;background: green; background-image: url(../images/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 .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; }


body#search .anythingSlider, body#category .anythingSlider, body#product .anythingSlider                         { width: 900px; height: 222px; position: relative; }
body#search .anythingSlider .wrapper, body#category .anythingSlider .wrapper, body#product .anythingSlider .wrapper                { width: 900px; overflow: auto; height: 222px; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
body#category .anythingSlider ul li, body#product .anythingSlider ul li, body#search .anythingSlider ul li                   { display: block; float: left; padding: 0; height: 222px; width: 900px; margin: 0; }

/* special för arrows på kategori-sidan */
a.arrow.back.submit, a.arrow.forward.submit
{
	width: 15px!important;
}