#faded {

width:264px;
height:210px;
position:relative;
left:0px;

}

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


#faded ul
{
margin:0px;
padding:0px; position:relative;
}
#faded ul li{list-style-type:none; background:none; padding:0px;}

#faded ul .faded-content{ margin:0px auto;}
.sld1{width:100%; height:210px;}
.sld1text{ background:#cccccc; padding:0; line-height:32px; height:32px; font-size:12px; color:#808080; text-align:center; position:relative; top:6px; *top:2px;}

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


