#faded {

width:946px;
height:459px;
overflow:hidden;
text-align:left;
padding:0px;
margin:0px;

}

a
{
outline:none;}
a:hover
{
outline:none;
}

#faded ul
{
margin:0px;
padding:0px;
}
.sld1 { width:946px; height:536px; background:url(../images/slider1.png) no-repeat center 35px;}
.sld2 { width:946px; height:536px; background:url(../images/slider2.png) no-repeat center 0px;}
.sld3 { width:946px; height:536px; background:url(../images/slider3.png) no-repeat center 55px;}
.sld1text{ text-align:center; font:38px 'tabitharegular', Arial, Helvetica, sans-serif; color:#333333; padding:0px; }
.sld1text h1{ font-size:91px; font-family: 'coolvetica_rgregular', Arial, Helvetica, sans-serif; color:#333333; line-height:18px; padding-top:27px;}
.sld1text strong { font-size:40px; font-weight:normal; margin-top:15px;  }

.sld2text { width:460px; float:left; font:100px 'BebasNeueRegular', Arial, Helvetica, sans-serif; color:#333333; line-height:90px; padding:20px 0px 0px 33px; }

.sld3text { width:515px; float:left; font:64px 'BebasNeueRegular', Arial, Helvetica, sans-serif; color:#333333; line-height:76px; padding:30px 0px 0px 33px; }
.sld3text strong { font-size:92px; font-weight:normal;  }


ul.pagination {
	position:absolute;
	right:10px;
	bottom:35px;
	z-index:1000;
}
	ul.pagination li {
		padding-right:8px;
		padding-bottom:8px;
		list-style:none;
		float:left;
		clear:both;
	}
		ul.pagination li a {
			width:16px;
			height:16px;
			color:#3c3831;
			text-decoration:none;
			background: url(../images/white.png) no-repeat;
			font-size:0;
			line-height:0;
			display:block;
			text-decoration:none;
			text-align:center;
			overflow:hidden;
		}
		ul.pagination li.current a {
			background: url(../images/blue.png) 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;
}


