#slider_left_b
{
	margin: 0px;
	padding: 0px;
	height: 30px;
	padding-left: 53px;
	width: 17px;

}

#horizontalWrapper {
margin: 0 auto;
width: 369px;
height: 41px;
background: transparent url('sliderbg.gif') top left;
cursor: default;
text-align: center;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 10px;
}

#spelcontainer {

}


#spel { 


 
}

#slider_center_b
{
	

}

#slider_right_b
{
	margin: 0px;
	padding: 0px;
	height: 30px;
	padding-right: 53px;
	width: 17px;

}

#slider_glasses_l
{
	cursor: pointer;
	display: none;
	text-align: right;
}

#slider_glasses_r
{
	cursor: pointer;
	display: none;
	text-align: left;
}

/* Styles for the horizontal slider */
.fd-slider
        {
        position:relative;
        width:100%;
        height:20px;
        text-align:center;
        border:0 none;
        text-decoration:none;
        display:block;
        -moz-user-select:none;
        -khtml-user-select:none
         cursor:default;
         /* cursor:hand; */
        }
.fd-slider-inner
        {
        position:relative;
        display:block;
        z-index:1;
        height:18px;
        text-align:left;
        /* background:#fcfcfc; */
        /* border:1px solid #ccc; */
		cursor:default;
        }
.fd-slider-bar
        {
        position:absolute;
        display:block;
        z-index:2;
        height:2px;
        margin:0;
        overflow:hidden;
        line-height:4px;
		cursor:default;
        }

/* :focus styles for browsers that support them (FF/Moz) and a .focused for IE */
/*.fd-slider:focus .fd-slider-inner,
.fd-slider-vertical:focus .fd-slider-inner,   */
.focused .fd-slider-inner
        {
        /* background:#eee !important; */
        /* border:1px solid #aaa !important; */
		cursor:default;
        }
/* black handle, no glow */
.fd-slider-handle
        {
        position:absolute;
        display:block;
        padding:0;
        border:0 none;
        margin:0;
        z-index:3;
        top:0;
        left:0;
        width:10px;
        height:23px;
		margin-top: 16px;
        outline:0px none;
        background-color: #f5f5f5;
		border: 2px solid #000000;
        /* cursor:W-resize; */
        -moz-user-select:none;
        -moz-user-focus:none;
        -moz-outline:0px none;
		cursor:e-resize;
        }
.fd-slider-handle:focus
        {
        outline:0px none;
        border:0 none;
        -moz-user-focus:normal;
		background-color: #e0e1de;
		border: 2px solid #000000;
        }
button.fd-slider-handle:focus::-moz-focus-inner { border-color: transparent; }

/* black handle, glow */
.fd-slider-hover .fd-slider-handle
        {
        
        }
/* blue handle, no glow */
.focused .fd-slider-handle
        {
        
        }
/* blue handle glow */
.focused.fd-slider-hover .fd-slider-handle
        {
        
        }
body.W-resize-s *
        {
        /* cursor:W-resize !important; */
		cursor:default;
        }
body.N-resize-s *
        {
        /* cursor:N-resize !important; */
		cursor:default;
        }

#gamerDiv
{
	cursor:default;
}