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

#stage,
#stage-sky,
#stage-clouds,
#stage-buildings,
#stage-park,
#stage-alley {
	width: 935px;
	height: 350px;
	left: 0px;
	top: 0px;
}

#stage-sky,
#stage-clouds,
#stage-buildings,
#stage-park,
#stage-alley,
#stage-students{
	position: absolute;
}

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

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

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

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

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

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

#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%;
	z-index: 300;
}

#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;
}


