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


#banner {
	width: 948px;
	height: 308px;
	margin: 20px auto;
	background: url(/images/design/slider/slider-bg.png) top center no-repeat;
}

.anythingSlider                         { width: 948px; height: 308px; position: relative; margin: 0 auto; }
.anythingSlider .wrapper                { width: 934px; overflow: auto; height: 294px; margin: 0; position: absolute; top: 7px; left: 7px; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 294px; width: 934px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 47px; width: 24px;  text-indent: -9999px; position: absolute; cursor: pointer; }
.anythingSlider .forward                { background: url(/images/design/slider/btn-next.png) no-repeat 0 0; top:140px; right: 7px;}
.anythingSlider .back                   { background: url(/images/design/slider/btn-previous.png) no-repeat 0 0; top: 140px; left: 7px;}

#thumbNav                               { display: none;}

#start-stop                             { display: none;}

.anythingSlider .slide-inner {
	padding: 25px 50px;
}

.anythingSlider h2 {
	font-size: 2em;
}

.anythingSlider p {
	width: 400px;
	font-size: 1.33em;
}

.get-started {
	display: block;
	background: url(/images/design/slider/btn-started.png) 0 0 no-repeat;
	width: 162px;
	height: 42px;
	text-indent: -9999px;
	position: absolute;
	bottom: 50px;
}

#slide-started, #slide-editor, #slide-email, #slide-statistics {
	position: relative;
}

#slide-started {
background: url(/images/design/slider/slide4.jpg) 0 0 no-repeat;
	height: 294px;
}

#slide-editor {
	background: url(/images/design/slider/slide1.jpg) 0 0 no-repeat;
	height: 294px;
}

#slide-email {
	background: url(/images/design/slider/slide2.jpg) 0 0 no-repeat;
	height: 294px;
}

#slide-statistics {
	background: url(/images/design/slider/slide3.jpg) 0 0 no-repeat;
	height: 294px;
}



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