/*
    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: 620px;
	margin: 10px auto;
	height: 270px;
	position: relative;
}

.anythingSlider ul li {
	float: left;
	padding: 0 !important;
	width: 620px;
	margin: 0;
	display: block;
	height: 248px;
}

.anythingSlider .wrapper {
	overflow: auto;
	height: 248px;
	position: absolute;
	top: 0;
	left: 0;
}

.anythingSlider .arrow {
	width: 70px;
	display: block;
	background: url(/images/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	height: 247px;
	position: absolute;
	cursor: pointer;
}

.anythingSlider .forward {
	background: url("/images/arrows.png") no-repeat;
	background-position: -70px 0;
	right: 0;
	
}

.anythingSlider .back {
	background-position: 0 0;
	left: 0;
}

.anythingSlider .wrapper ul {
	width: 99999px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #EEEEEE;
	position: absolute;
	top: 0;
	left: 0;
}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul {
	margin: 0;
	width: auto;
	border: 0;
	background: none;
	position: static;
	overflow: visible;
}

.anythingSlider .wrapper ul ul li {
	float: none;
	width: auto;
	background: none;
	height: auto;
}

.anythingSlider .forward:hover {
	background: url("/images/arrows.png") no-repeat;
	background-position: -70px 0;
}

.anythingSlider .back:hover {
	background: url("/images/arrows.png") no-repeat;
	background-position: 0 0;}

#thumbNav {
	position: relative;
	top: 255px;
}

#start-stop {
	padding: 2px 5px;	
	text-align: center;
	font-size: .8em;
	position: absolute;
	right: 45px;
	top: 252px;
}


#textSlide {
	padding: 10px 20px;
}

#quoteSlide {
	padding: 20px;
}

#thumbNav a {
	margin: 0 5px 0 0;
	display: inline-block;
	color: #000000;
	background: url(/images/slider-nav-bg.png) #fff repeat-x;
	font: 11px/18px Georgia, Serif;
	background-repeat: no-repeat;
	text-align: center;
	height: 12px;
	width: 12px;
}

#textSlide h3 {
	font: 16px Georgia, Serif;
}

#textSlide h4 {
	margin: 10px 0;
	font: 12px Georgia, Serif;
	text-transform: uppercase;
}

#textSlide ul {
	margin: 0 0 0 25px;
	list-style: disc;
}

#quoteSlide blockquote {
	margin: 0 0 10px 0;
	color: #444444;
	font: italic 16px/1.5 Georgia, Serif;
	text-align: center;
}

#quoteSlide p {
	text-align: center;
}

#textSlide ul li {
	display: list-item;
}

#start-stop.playing {
	
}

#start-stop:hover {
	background-image: none;
}

#thumbNav a:hover {
	
}

#thumbNav a.cur {
	background: #fff;
	background-image: url(/images/slider-nav-cur.png);
	background-repeat: no-repeat;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
