﻿/**
 * JavaScript Slider v0.9
 * http://blog.ovidiu.ch/javascript-slider
 *
 * Copyright (c) 2010, Ovidiu Cherecheș
 * MIT License
 * http://legal.ovidiu.ch/licenses/MIT
 */
	
.slider {
	position: relative;
	height: 30px;
	background: #f0f7f8;
	float: left;
	width: 400px;
	font-size: 13px;
	}
	
.slider .handle {

	font-weight: bold;
	position: absolute;
	width: 100px;
	height: 30px;
	background: #dc3738;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	
}	

#tlacitko1 {
    font-weight: bold;
	font-size: 13px;
    float: left;
	width: 170px;
	height: 30px;
	background: #dc3738;
	color: #FFF;
	line-height: 30px;
	text-align: center;
}

#tlacitko2 {

    font-weight: bold;
	font-size: 13px;
    float: left;
	width: 170px;
	height: 30px;
	background: #dc3738;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	cursor: pointer;	
	
}


.slider .disabled {
	background: #898989;
}
