.slider {
	width				: 950px;
	height				: 145px;
	background			: #7d6c61;
	/*margin				: 0 auto 15px;*/
	position			: absolute;
	left				: 0 ;
	bottom				: 75px ;
}

.slider .wrapper {
	width				: 680px;
	/*overflow			: auto;*/
	height				: 145px;
	margin				: 0px;
	position			: absolute;
	top					: 0;
	left				: 0;
}

.slider .wrapper ul {
	width				: 99999px;
	list-style			: none;
	position			: absolute;
	top					: 0px;
	left				: 0px;
	margin				: 0px;
}

.slider ul li {
	display				: block;
	float				: left;
	padding				: 0;
	height				: 145px;
	width				: 680px;
	margin				: 0;
}

/*
  Prevents
*/

.slider .wrapper ul ul {
	position			: static;
	margin				: 0;
	background			: #333;
	overflow			: visible;
	width				: auto;
	border				: 0;
}

.slider .wrapper ul ul li{
	float				: none;
	height				: auto;
	width				: auto;
	background			: none;
}
