﻿
#stage {
	position: relative;	
	clear: both;
}

#stage,
#stage-sky,
#stage-clouds,
#stage-hills-far,
#stage-hills-near,
#stage-road {
	width: 935px;
	height: 350px;
	left: 0px;
	top: 0px;
}

#stage-sky,
#stage-clouds,
#stage-hills-far,
#stage-hills-near,
#stage-road,
#stage-car {
	position: absolute;
}

#stage-sky {
	background: transparent url(../images/spritely/sky.png) 0 0 repeat-x;
}

#stage-clouds {
	background: transparent url(../images/spritely/clouds.png) 500px 20px repeat-x;
}

#stage-hills-far {
	background: transparent url(../images/spritely/hills_far.png) 0 170px repeat-x;
}

#stage-hills-near {
	background: transparent url(../images/spritely/hills_near.png) 0 20px repeat-x;
}

#stage-road {
	top: 250px;
	height: 94px;
	background: transparent url(../images/spritely/road.png) 0 0 repeat-x;
	z-index: 100;
}

#stage-car {
	top: 240px;
	left: -200px;
	width: 240px;
	height: 95px;
	background: transparent url(../images/spritely/car.png) 0 0 no-repeat;
	z-index: 2000;
}

#stage-drag-me,
#stage-slider,
#stage-slider.ui-slider-horizontal .ui-slider-handle {
	position: absolute;
}

#stage-drag-me {
	top: 280px;
	left: 100px;
	width: 200px;
	height: 50px;
	margin-left: -50px;
	background: transparent url(../images/spritely/dragme_text.png) 0 0 no-repeat;
	z-index: 150;
}

#stage-slider {
	bottom: 0;
	height: 15px;
	width: 100%;
	background: transparent url(../images/spritely/slider.png) 0 0 repeat-x;
	z-index: 3000;
}

#stage-slider.ui-slider-horizontal .ui-slider-handle  {
	top: -8px;
	height: 23px;
	cursor: pointer;
	outline: none;
}

#stage-slider .ui-state-default,
#stage-slider .ui-widget-content .ui-state-default {
	width: 23px;
	height: 30px;
	border: 0;
	background: transparent url(../images/spritely/slider_handle.png) 0 0 no-repeat;
}


