/*
    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/
*/
#col1                                   { width: 49%; float: left; margin: 0 0 20px 0; }
#col2                                   { width: 49%; float: right; }

h1                                      {
	font: bold 60px Helvetica, Sans-Serif;
	letter-spacing: -2px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
h2                                      { font: bold 30px Helvetica, Sans-Serif; letter-spacing: -1px; margin: 0 0 10px 0; }
h3                                      { font: 16px Georgia, Serif; margin: 0 0 10px 0; }  

pre                                     { font: 13px/1.8 Monaco, MonoSpace; margin: 0 0 15px 0; }

ul                                      { margin: 0 0 25px 25px; }
ul li                                   { font: 15px Georgia, Serif; margin: 0 0 8px 0; }

#dl                                     { position: absolute; top: 10px; right: 0; background: black; color: white; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 3px 6px; }
#dl:hover                               { background: #666; }
*                                       { margin: 0; padding: 0; }
a, a img                                { border: 0; text-decoration: none; outline: 0; }


.textSlide                              {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.textSlide h3                           {
	font-family: Georgia, Serif;
	font-size: 20px;
	color: #9bb02b;
	text-shadow:0 2px 1px #000000;
	padding-top: 10px;
	padding-bottom: 20px;
}
.textSlide h4                           { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
.textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
.textSlide ul li                        { display: list-item; }
.textSlide p{
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height:18px;
}

#quoteSlide                             { 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; }

.anythingSlider                         {
	width: 937px;
	height: 390px;
	position: relative;
	margin: 0 auto 40px;
	left: 0px;
}
.anythingSlider .wrapper                {
	width: 937px;
	overflow: auto;
	height: 380px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider .wrapper ul             {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	background-image: url(../images/bg_slider.png);
	background-repeat: repeat-x;
}
.anythingSlider ul li                   {
	display: block;
	float: left;
	padding: 0;
	height: 380px;
	width: 937px;
	margin: 0;
}
.anythingSlider .arrow                  {
	display: block;
	height: 200px;
	width: 45px;
	background-image: url(../images/arrows.png);
	text-indent: -9999px;
	position: absolute;
	top: 80px;
	cursor: pointer;
	background-repeat: no-repeat;
}
.anythingSlider .forward                { background-position: 0 0; right: -35px; }
.anythingSlider .back                   { background-position: -95px 0; left: -30px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -95px -200px; }

#thumbNav                               {
	position: relative;
	top: 385px;
	margin-left: 0px;
}
#thumbNav a                             {
	color: #FFF;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-color: #412d22;

}
#thumbNav a:hover                       {
	background-color: #2E1E16;
}
#thumbNav a.cur                         {
	background-color: #9BB02B;
}

#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: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-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; }

.textSlide .clientLink {
	display:block;
	font-weight:normal;
	padding-bottom:10px;
	padding-left:0px;
	padding-top:20px;
	width: 250px;
	text-transform: uppercase;
	font-size: 12px;
}

.textSlide a{
	color: #C87426;
}
	
.textSlide a{
	color: #C87426;
}
a:hover {
	color:#FFAB2D;
}
