.track {
	-moz-user-select: none;
	-webkit-user-select: none;
	border-radius: 6px;

background: -moz-linear-gradient(top, #C9C9C9, #F8F5F5);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #C9C9C9),color-stop(1, #F8F5F5));
border: 2px solid #ECE3E3;
	height: 45px;
}

.track-center{
	/*background-image: url(/sc/js/iphone_slider/images/track.png);*/
	height: 45px;
	margin: 0px 10px;
}

.track-left{
	width: 10px;
	height: 45px;
	float: left;
	/*background-image: url(/sc/js/iphone_slider/images/trackleft.png);*/
}

.track-right{
	width: 10px;
	height: 45px;
	float: right;
	/*background-image: url(/sc/js/iphone_slider/images/trackright.png);*/
}

.track-message{
	color:rgb(129, 129, 129);
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	padding:9px 7px;
	text-align:right;
-webkit-animation: slidetounlock 5s infinite;

}

.handle{
	background-image: url(/sc/js/iphone_slider/images/handles.png);
	bottom:45px;
	cursor:pointer;
	height:39px;
	margin:3px 4px;
	position:relative;
	width:76px;
}