﻿/* 
 * Gaia Ajax Widgets, an Ajax Widget Library for ASP.NET 2.0
 * Copyright (C) 2007 - 2008 Gaiaware AS
 * All rights reserved.
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 3 as 
 * published by the Free Software Foundation.
 * 
 * Or if you have purchased the "Professional Edition" from Gaiaware
 * it is distributed to you in person under the Gaia Commercial License
 * which makes it possible for you to create closed source applications
 * and still be able to distribute those applications without creating 
 * restrictions for your source code.
 * 
 * Unless you're developing GPL software you should and probably legally
 * have to purchase a license of the Gaia Commercial License since otherwise
 * you might be forced to GPL license your derived works.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should find a copy of both the GPL version 3 and the 
 * Gaia Commercial License on disc where you have extracted these files.
 * If not visit http://www.gnu.org for the GPL version or 
 * http://ajaxwidgets.com for the Gaia Commercial License.
 * 
 * Breaking the terms of whatever license you're entitled to use will cause
 * prosecution by Gaiaware AS. If possible we will demand to settle any 
 * law suits at a court in Norway.
 * 
 */

.gaiax-slider
{ }

.gaiax-slider-horizontal .gaiax-slider-wrapper
{
	
	background:transparent url(Slider/slider_sprite_horizontal.png) repeat-x scroll 0 -45px;
	height: 14px;
}

.gaiax-slider-horizontal .gaiax-slider-closer
{
	background:transparent url(Slider/slider_sprite_horizontal.png) no-repeat scroll right -28px;
	padding-right: 3px;
}

.gaiax-slider-horizontal .gaiax-slider-handle
{
	background:transparent url(Slider/slider_sprite_horizontal.png) no-repeat scroll 0 0;
	height:14px;
	position:absolute;
	width:15px;
	cursor:move;
}

.gaiax-slider-horizontal
{
	background:transparent url(Slider/slider_sprite_horizontal.png) no-repeat scroll 0 -14px;
	padding-left:3px;
}


.gaiax-slider-horizontal .gaiax-slider-disabled
{
	background:transparent url(Slider/slider_sprite_horizontal.png) no-repeat scroll 0 -63px;
	height:14px;
	position:absolute;
	width:15px;
	cursor:auto;
}

.gaiax-slider-wrapper
{
	overflow:visible;
	position:relative;
}

.gaiax-slider-vertical
{
	background:transparent url(Slider/slider_sprite_vertical.png) no-repeat scroll -39px 0;
	padding-top:7px;
	width:14px;
}

.gaiax-slider-vertical .gaiax-slider-closer
{
	background:transparent url(Slider/slider_sprite_vertical.png) no-repeat scroll -21px bottom;
	padding-bottom:7px;
}

.gaiax-slider-vertical .gaiax-slider-wrapper
{
	width:15px;
	background:transparent url(Slider/slider_sprite_vertical.png) repeat-y scroll -57px 0px;
}

.gaiax-slider-vertical .gaiax-slider-handle
{
	background:transparent url(Slider/slider_sprite_vertical.png) no-repeat scroll -2px -2px;
	height:15px;
	position:absolute;
	width:15px;
	cursor:move;
}

.gaiax-slider-vertical .gaiax-slider-disabled
{
	background:transparent url(Slider/slider_sprite_vertical.png) no-repeat scroll -75px -2px;
	height:15px;
	position:absolute;
	width:14px;
	cursor:default;
}
