.slide-container1 { position:relative; width:345px; height:106px;}

#faded1 {

width:355px;
height:140px;
overflow:hidden;
text-align:left;
padding:0px;
margin:0px;
position:absolute;
}

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

#faded1 ul
{
margin:0px;
padding:0px;
}


ul.pagination {
	position:absolute;
	right:50px;
	top:130px;
	z-index:1000;
}
	ul.pagination li {
		padding-right:8px;
		list-style:none;
		float:left;
	}
		ul.pagination li a {
			width:13px;
			height:13px;
			color:#3c3831;
			text-decoration:none;
			/**background:url(../images/grey.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/orange.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;
}


