/*
  Featured Content Slider
  by: Chris Coyier
*/
/*
*                      { margin: 0; padding: 0; }
body                     { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
*/

/*
  UTILITY STYLES
*/

.floatLeft                   { float: left; margin-right: 10px;}
.floatRight                  { float: right; }
.clear                     { clear: both; }
a                      { outline: none; }


/*
  PAGE STRUCTURE
*/
#page-wrap                   { width: 742px; margin: 25px auto; position: relative; min-height: 232px;
                       }


/*
  TYPOGRAPHY
*/
/*ul                      { list-style: square inside; }*/
.panelContainer a, .panelContainer a:visited                { color: #729dff; text-decoration: none; }
.panelContainer a:hover, .panelContainer a:active              { color: white; }
blockquote                  { padding: 0 20px; margin-left: 20px; border-left: 20px solid #ccc; font-size: 14px;
                          font-family: Georgia, serif; font-style: italic; margin-top: 10px;}

/*
  SLIDER
*/
.slider-wrap                { width: 742px; position: absolute; }
.stripViewer .panelContainer
.panel ul                  { text-align: left; margin: 0 15px 0 30px; }
.stripViewer                { position: relative; overflow: hidden; width: 742px; height: 232px; }
.stripViewer .panelContainer        { position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel      { float: left; height: 100%; position: relative; width: 742px; }
.stripNavL, .stripNavR, .stripNav      { display: none; }
.nav-thumb                   { border: 0px none black; margin-right: 5px; }
#movers-row                  { margin: -25px 0 0 12px; }
#movers-row div                { width: 35px; float: left; }
#movers-row div a.cross-link         { float: right; }
.photo-meta-data              { padding: 0px; height: 232px;
                        margin-top: -232px; position: relative; z-index: 9999; color: white; }

.photo-title {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  float: left;
}
.photo-title a, .photo-title a:visited {
  font-size: 18px;
  line-height: 33px;
  color: #FFFFFF;
  text-decoration: none;
  background-image: url(/images/fcs-title-background.jpg);
  background-repeat: repeat-x;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
  margin: 0px;
  display: block;
}
.photo-title a:hover {
  text-decoration: underline;
}





.photo-description {background: url(/images/transpBlack.png); height: 85px; padding: 10px; margin-top: 82px; position: absolute; width: 722px;}
.photo-meta-data span             { font-size: 13px; }
.cross-link                  { display: block; width: 21px; margin-top: -14px;
                        position: relative; padding-top: 11px; z-index: 9999; }
.active-thumb                 { background: transparent url(/images/icon-uparrowsmallwhite.png) top center no-repeat; }






