/*
    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/
*/


.anythingSlider{
	width: 605px;
	height: 366px;
	position: relative;
	margin: 0 auto 33px;
	background: url(/images/bg-slider-wrapper.jpg) left top no-repeat;
}
.anythingSlider .wrapper{
	width: 571px;
	overflow: auto;
	height: 336px;
	margin: 0;
	position: absolute;
	top: 15px;
	left: 17px;
}
.anythingSlider .wrapper ul{
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #eee;
	margin: 0;
	padding: 0;
}
.anythingSlider ul li{
	display: block;
	float: left;
	padding: 0;
	height: 336px;
	width: 571px;
	margin: 0;
}
.anythingSlider .arrow{
	display: block;
	height: 33px;
	width: 68px;
	background: url(/images/btn-arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 356px;
	cursor: pointer;
	display: none;
}
.anythingSlider .forward{ background-position: 0 -33px; right: 80px; }
.anythingSlider .back{ background-position: 0 0; left: 390px; }
#content .anythingSlider .forward:hover{ border-bottom: none; }
#content .anythingSlider .back:hover{ border-bottom: none; }

.top-left{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 73px;
	height: 79px;
	background: url(/images/top-left-corner.png) left top no-repeat;
	z-index: 200;
}
.bottom-right{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 73px;
	height: 79px;
	background: url(/images/bottom-right-corner.png) left top no-repeat;
	z-index: 210;
}

#start-stop{ display: none; }

/*
  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; }