Current File : /data/web/virtuals/215191/virtual/www/domains/gamesource.cz/skin1.css
/* slider root element */
.slider { 
	background: url(range/bg.png) repeat-x; 
	height:18px; 
	position:relative; 
	cursor:pointer;
	width:500px;
	float:left; 
	clear:left; /*right - default*/
	margin-top:15px;
}

/* progress bar (enabled with progress: true) */
.progress {
	height:9px; 
	background-color:#C5FF00; 
	display:none;
	opacity:0.6;
}

/* drag handle */
.handle { 
	background:#fff url(range/posuvnik.png) repeat-x; 
	height:36px;
	width:48px;
	top:-11px;
	position:absolute; 
	display:block; 
	margin-top:1px;
	cursor:move;
}

/* the input field */
.range {
	background-image: url(range/hodnota.png);
	border: 0px;
	float:left;
	font-size:35px;
	font-weight: bold;
	margin:0 0 0 15px;
	padding:3px 0;
	text-align:center;
	width:104px;
  height:47px; 		
}