/*
    anythingSlider v1.0

    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
img{
border:none;
}
.anythingSlider {
	width: 200px;
	height: 160px;
	position: relative;
	overflow:hidden;
}
.anythingSlider .wrapper {
	width: 200px;
	overflow: hidden;
	height: 160px;
	margin: 0;
	position: absolute;
	top: 25px;
	left: 0;
}
.anythingSlider .wrapper ul {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0px;
	background: #eee;
	margin: 0;
	padding: 0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 160px;
	width: 200px;
	margin: 0;
	list-style: none;
}
.anythingSlider .arrow {
	display: block;
	height: 300px;
	width: 67px;
	background: url(../images/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	cursor: pointer;
	display:none;
}
.anythingSlider .forward {
	background-position: 0 0;
	right: -20px;
}
.anythingSlider .back {
	background-position: -67px 0;
	left: -20px;
}
.anythingSlider .forward:hover {
	display:none;
}
.anythingSlider .back:hover {
	display:none;
}
#thumbNav {
	position: relative;
	top: 0;
	text-align: left;
}
#thumbNav a {
	color: #ffffff;
	font: 11px;
	display: inline-block;
	padding: 2px 8px 0 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background-color: #333;
	text-align: center;
	font-size:11px;
	text-decoration:none;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
#thumbNav a:hover {
	background-image: none;
	background-color: #0d55d5;
}
#thumbNav a.cur {
	background-color: #0d55d5;
}
/*
  Prevents
*/
.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}
.arrow back {
	display:none;
}
#start-stop {
	display:none;
}

#featured {
	float:left;
	clear:right;
	width: 200px;
	height: 160px;
	padding:20px 0 0 18px;
}