body #sliderbox ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

body #sliderbox {
	width:700px;
	height:175px;
	border: 0px;
	margin: 0 0 0 8px;
	padding: 0;
}

body #sliderbox-container {
	position:relative;
	overflow:hidden;
	left: 3px;
	width:690px;
	height:175px;
	margin: 0;
	padding: 0;
}

body #slidercontent {
	top:4px;
	left:0px;
	width:40000px;
	height:150px;
	position:relative;
	margin:0;
	padding:0;
}

body #slidercontent li {
	padding: 4px 5px  0 5px;
	margin: 0;
	float: left;
}

body #slider-left {
	left:6px;
	top:0px;
	float:left;
	position:relative;
	width:34px;
	height:19px;
	cursor:pointer;
	background:url(/images/arrow_left.png) no-repeat;
}

body #slider-right {
	right:4px;
	top:0px;
	float:right;
	position:relative;
	width:34px;
	height:19px;
	cursor:pointer;
	background:url(/images/arrow_right.png) no-repeat;
}

body #slidertrack {
	position:relative;
	top:0px;
	left:0px;
	width:620px! important;	/* IE7 and above catches this */
	width:615px;			/* IE6 and below catches this */
	height:19px;
	overflow:hidden;
	background:url(/images/middle.png) repeat-x;
	margin: 0 34px 0 34px;
}

body #sliderhandle {
	position:absolute;
	top:1px;
	width:149px;
	height:17px;
	background:#555;
	cursor:pointer;
	z-index:15;
	background: url(/images/scroller.png) no-repeat! important;	/* IE7 and above catches this */
	background: transparent;							/* IE6 and below catches this */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://innovationsimple.com/images/scroller.png');
}