
@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: 240px;

	margin: 2.5px auto 0;

}

.slider

{

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

	height: 5px;

	width: 220px;

	margin: 1.6px 0 8px 0;


}

.slider .knob

{

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

	width: 16px;

	height: 16px;
	margin-left:-6.4px;
    margin-right:3.2px;
	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 15px}

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

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

#thebox {
position:absolute;
top:2%; 
left:1%; 
padding: 1.5px;
border: 0px;
padding: 16px;
}

#slrVal {
font-size: 0px;	
}
	