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

html, body, #wrapper, #map

{

	width: 100%;

	height: 100%;

	overflow: hidden;

	margin: 0;

	padding: 0;

}

.ahem { display: none; }

#slrSlider

{

	text-align: center;

	width: 330px;

	margin: 3px auto 0;

}

.slider

{

	background: rgba(0,0,0,0.5);

	height: 6px;

	width: 300px;

	margin: 2px 0 10px;


}

.slider .knob

{

	background: transparent url(../images/ss.png);
	background-repeat: no-repeat;

	width: 20px;

	height: 20px;
	margin-left:-8px;
    margin-right:4px;
	position:relative;

	top: -8px;
    
	cursor: ew-resize;

}

.slider .knob:hover

{

	background: transparent urlurl(../images/ssh.png);
	
    

}

/*.tick { color: gray; }

.tick.first { float:left; margin-left:4px; }

.tick.last { float:right; margin-right:20px; }*/

.tick{color:black; float:left;margin:0 21px}

.tick.first{float:left;margin-left:9px}

.tick.last{margin-right:8px}

#thebox {
position:absolute;
top:8px; 
left:70px; 
padding: 2px;
border: 0px;
padding: 20px;
}

#slrVal {
font-size: 0px;	
}
	