.b_slider{
	width: 640px;
	height: 233px;
	position: relative;
}
.b_slider .wrapper{ 
	width: 640px;
	overflow: auto; 
	height: 233px;
	position: absolute; 
	top: 0; 
	left: 0; 
}

/* Width below is max for Opera */
.b_slider .wrapper ul{ 
	width: 32700px;
  overflow: hidden;
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0; 
}
.b_slider ul li{ 
	display: block; 
	float: left; 
	padding: 0; 
	width: 640px;
	margin: 0;
  position: relative;
}
.b_slider .arrow{ 
	display: none;
	height: 370px; 
	width: 34px; 
	text-indent: -9999px; 
	position: absolute; 
	top: 45px; 
	cursor: pointer;
}
.b_slider .forward,
.b_slider .forward:hover{ 
	background: url(../images/slider_right.png) no-repeat 0 0;  
	right: -34px; 
	top: 32px;
}
.b_slider .back,
.b_slider .back:hover{ 
	background: url(../images/slider_left.png) no-repeat 0 0;  
	left: -33px; 
}
#thumbNav{ 
	position: relative; 
	top: 88%;
	right: 10px;
	text-align: center;
  float: right;
}
#thumbNav a,
#thumbNav a:hover{ 
	color: white; 
	text-indent: 15px;
	text-align: center;
	background:transparent url(../images/slider_pager.png) no-repeat scroll left top;
	display:block;
	float: left;
	height: 14px;
	margin-top: 5px;
	overflow:hidden;
	width: 14px;
	margin-right: 8px;
}
#thumbNav a.cur{ 
	background: transparent url(../images/slider_pager.png) no-repeat scroll left -14px;
}

#start-stop{ 
	background: green; 
	background-image: url(../images/cellshade.png); 
	background-repeat: repeat-x; 
	color: white; 
	padding: 2px 5px; 
	width: 40px; 
	text-align: center; 
	position: absolute; 
	right: 45px; 
	top: 256px;
  display: none;
}
#start-stop.playing{ 
	background-color: red;
}
#start-stop:hover{ 
	background-image: none; 
}

/*
  Prevents
*/
.b_slider .wrapper ul ul{ position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.b_slider .wrapper ul ul li{ float: none; height: auto; width: auto; background: none; }