

/**************************************************************

	Slider
	v 1.0

**************************************************************/

#slideContainer1, #slideContainer2 {
	border: 1px solid #ccc;
	height: 20px;
}

#slideHandle1, #slideHandle2 {
	background-color: orange;
	width: 10px;
	height: 20px;
	cursor: pointer;
}

#slideContainer2 {
	margin-top: 20px;
	background-image: url(../images/bg.html);
}

#pos1, #pos2 {
	border: 1px solid #fff;
	
	width: 30px;
	margin-top: 5px;
	padding-left: 32px;
}

/*************************************************************/
h3.example {
	background: url(../img/heading-example.html) no-repeat top left;
	height: 10px;
	text-indent: -9999px;
}

#container {
	width: 285px;
	margin: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	
}

#container #logo {
	background: url(../img/logo.html) no-repeat top left;
	height: 44px;
	padding-bottom: 5px;
	border-bottom: 1px solid #797979;
	margin-bottom: 20px;
}

#container #logo h1 {
	text-indent: -9999px;
}