/*
    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/
*/


#page-wrap                              { 	
width: 675px;
	height:auto;
	padding-top: 3px;
	background: url(http://www.aqcarpetcleaning.com/images/AQbodymainmiddle.png) repeat-y;
	margin: 0 0 0 0;
	padding-bottom: 20px;}


.anythingslidertitle {
	position: relative;
	float: center;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 12pt;
	width: 675px;
	height: 40px;
	top: 10px;
	left: 0px;
	margin: 0;
	padding: 0;
	z-index:600;
}


.anythingSlider                         { background: url(http://www.aqcarpetcleaning.com/images/AQSlider.png) no-repeat center top; width: 675px; height: 275px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 531px; overflow: auto; height: 180px; margin:  62px 72px 33px 72px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 180px; width: 531px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 100px; width: 50px; background: url(../images/AQSliderButtons.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 95px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 0px; }
.anythingSlider .back                   { background-position: -50px 0; left: 0px; }
.anythingSlider .forward:hover          { background-position: 0 -100px; }
.anythingSlider .back:hover             { background-position: -50px -100px; }

#thumbNav                               { position: relative; top: 323px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 75px; top: 10px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: 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; }



/*
    For Specific Slides
*/
#textSlide                              { width: 531px; margin: 0; padding: 0;font: 12px Georgia, Serif; color:#000000; font-weight: normal; }
#textSlide h3                           { font: 14px Georgia, Serif; color:#000000; font-weight: bold; }
#textSlide h4                           { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
#textSlide ul                           { list-style: disc; margin: 0 0 0 0 }
#textSlide ul li                        { display: list-item; }

#quoteSlide                             { width: 531px; padding: 30px; }
#quoteSlide blockquote                  { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
#quoteSlide p                           { text-align: center; }