.slidingfeature {
	width: 980px;
	height: 400px;
	position: relative;
	margin: 0;
	margin-bottom: 60px;
}
.slidingfeature .sliderwrapper {
	width: 980px;
	overflow: auto;
	height: 400px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	/* MG */
	width: 995px;
	margin-left: -15px !important;
}
* html .slidingfeature .sliderwrapper { width: 1000px; margin-left: -20px !important; }
*:first-child+html .slidingfeature .sliderwrapper { width: 1000px; margin-left: -20px !important; }

/* Width below is max for Opera */
.slidingfeature .sliderwrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	margin: 0;
}
.slidingfeature ul li {
	display: block;
	float: left;
	padding: 0;
	height: 400px;
	width: 980px;
	margin: 0;
}

			#textSlide {
				height: 400px;
				border: 1px solid #fff !important;
				color: #ffffff !important;
			}
			
			.sliderwrapper ul li a {
				display: block;
				text-decoration: none !important;
				cursor: pointer;
				color: #ffffff !important;
			}
			.featurebox {
				background-color: #3e3a36;
				padding: 10px;
				width: 360px;
				margin-top: 70px;
			}
			.featurebox h4 {
				color: #fff;
				font-size: 2em;
				line-height: 1.2em;
				font-weight: normal;
				margin: 5px 0 10px 0;
			}
			.featurebox h5 {
				color: #fff;
				font-size: 1.5em;
				line-height: 1.2em;
				font-weight: normal;
				margin: 5px 0;
			}
			.featurebox ul {
				padding: 0 0 0 30px !important;
			}
			* html .featurebox ul { padding-left: 0 !important; }
			*:first-child+html .featurebox ul { padding-left: 0 !important; } 			
			.featurebox ul li {
				color: #ffffff !important;
				margin: 0 !important;
				padding: 0 0 0 10px !important;
				list-style-image: none !important;
				background: url(/en_US/us/assets/image/slider/white_arrow-li.gif) no-repeat left top !important;
			}
			
.slidingfeature .arrow {
	display: block;
	height: 58px;
	width: 58px;
	position: absolute;
	bottom: 0;
	cursor: pointer;
	opacity:0.4;
	filter:alpha(opacity=40);
	text-decoration: none !important;
}
.slidingfeature .forward { background-image: url(/en_US/us/assets/image/slider/arrow-right.png); background-repeat: no-repeat; right: 0; }
.slidingfeature .back { background-image: url(/en_US/us/assets/image/slider/arrow-left.png); background-repeat: no-repeat; left: 0;}
.slidingfeature .forward:hover, .slidingfeature .back:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	text-decoration: none !important;
}

/* No PNG's for IE6 */
* html .slidingfeature .forward { background-image: url(/en_US/us/assets/image/slider/arrow-right.gif); }
* html .slidingfeature .back { background-image: url(/en_US/us/assets/image/slider/arrow-left.gif); }

#thumbNav {
	position: relative;
	top: 403px;
	text-align: left;
	background-color: #3e3a36;
  border-bottom: 1px solid #3e3a36;
	width: 150px;
	padding: 8px;
}
*:first-child+html #thumbNav { border-bottom: 2px solid #3e3a36; }

#thumbNav a {
	color: #000000 !important;
	display: inline-block;
	padding: 2px 5px;
	height: 18px;
	margin: 0 5px 0 0;
	text-align: center;
	background: url(/en_US/us/assets/image/slider/navoff.gif) no-repeat center center;
}
#thumbNav a:hover {
	background: url(/en_US/us/assets/image/slider/navon.gif) no-repeat center center;
	text-decoration: none !important;
}
#thumbNav a.cur {
	color: #ffffff !important;
	background: url(/en_US/us/assets/image/slider/navon.gif) no-repeat center center;	
}

#twttr {
	position: relative;
	top: 403px !important;
	width: 100% !important;
}
  .twitBody { padding: 3px; }

/*
#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: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }
*/
#start-stop { display: none; }
/*
  Prevents
*/
.slidingfeature .sliderwrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.slidingfeature .sliderwrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}
