
#slider
{
width:952px;margin:0px auto; position:relative; margin-top:22px;}

#faded {
width:952px;

overflow:hidden;
text-align:left;
margin:0px;
z-index:0;
}
a
{
outline:none;}
a:hover
{
outline:none;
}
#faded ul
{
margin:0px;
padding:0px;
}
ul.pagination {
	position: absolute;
	left:37px;
	top:315px;
	z-index:10;
	margin:0px;
	padding:0px;
}
	ul.pagination li {
	margin:0px; padding:0px;
	padding-right:7px;
		list-style:none;
		float:left;
		
	}
		ul.pagination li a {
		background:url(../images/white-dot.jpg) no-repeat;
			width:15px;
			height:14px;
			color:#3c3831;
			text-decoration:none;
			font-size:0;
			line-height:0;
			display:block;
			text-align:left;
			overflow:hidden;
		}
		ul.pagination li.current a {
			background:url(../images/blue-dot.jpg) no-repeat;
			color:#fff;
			line-height:0;
		}
		



#start-stop { 
	background-color:#13120f;
	background-image: url(images/start-stop.gif);
	background-repeat:no-repeat;
	background-position:100% 0;
	width:141px;
	height:32px;
	line-height:32px;
	position: absolute;
	right: 0;
	top: 0;
	display:block;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#5c5a56;
	text-align:center;
	text-indent:-30px;
}
#start-stop.show {
	background-position:100% -32px;
}
#start-stop:hover {
	color:#fff;
}



/* CSS Document */

