*                                 { margin: 0; padding: 0; }

#pageWrap                        { width: 940px; padding:0; background: white; margin: 0 auto; position: relative; }
.RHslider                         { width: 940px; height: 310px; position: relative; margin: 0; }
.RHslider .wrapper                { width: 940px; overflow: auto; height: 310px; margin: 0; position: absolute; top: 0; left: 0;}

                                        /* Width below is max for Opera */
.RHslider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.RHslider .wrapper ul li          { display: block; float: left; padding: 0; height: 317px; width: 940px; margin: 0; }
.RHslider .arrow                  { height: 58px; width: 29px; text-indent: -9999px; position: absolute; top: -200px; cursor: pointer; }
.RHslider .forward                { background:url(../images/arrow_R.png) -29px 0 no-repeat; right:-29px; }
.RHslider .back                   { background:url(../images/arrow_L.png) 0 0 no-repeat; left:-29px; }
.RHslider .forward:hover          { background:url(../images/arrow_R.png) 0 0 no-repeat;}
.RHslider .back:hover             { background:url(../images/arrow_L.png) -29px 0 no-repeat;}

.thumbNav                               { position: relative; top: 323px; text-align: center; z-index:10; }
.thumbNav li                            { display: none; }
.thumbNav li.arrow                      { display: inline; }
.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                             { z-index: 10; 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; display:none;}
.start-stop.playing                     { background-color: red; }
.start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.RHslider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.RHslider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/*
  Text Styles
*/
/*.sliderBox td{padding:0 35px 30px 35px;}*/
.sliderBox td{padding:0 0 30px 0;}
.titleBox{display:block; float:left; font-size:40px; line-height:40px; color:#fff; padding:6px 10px; font-weight:bold; text-transform:uppercase; font-family: "Trebuchet MS", "Tahoma", Helvetica, Arial, sans-serif;}
.quoteBox{display:block; float:left; clear:both; width:400px; padding:10px; color:#fff; line-height:18px;}
a.rMore{color:#ccc; background:url(../images/arrow_lg_on.png) left center no-repeat; padding:2px 0 3px 20px; text-decoration:underline;}