/* Id: 7.19360077.1394107978
 * Generated: Nov 8, 2016 10:19:50 PM
 */
    /*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
  display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
/*body {
  font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
  color:#2d3536;
  background:#e8e0c0;
    text-shadow:0 1px 0 #fff;
}

a, a:visited {
  color:#2d3536;
  text-decoration:none;
  border-bottom:1px dotted #826a4d;
}
a:hover, a:active {
  color:#9e805c;
  text-decoration:none;
}*/

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

.slider_wrapper{
width:958px;
height: 503px;     
}
#slider {
position:relative;
width:958px;
height: 503px;  
   /* margin:0px auto;*/
   background:url('/polopoly_fs/7.19360077.1394107978!/loading.gif') no-repeat 50% 50%;
}
#slider img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
  border-radius:10px;
  overflow:hidden;
}
#slider a {
  border:0;
  display:block;
}

.nivo-controlNav {
  position:absolute;
  left:44%;
  bottom:-33px;
}
.nivo-controlNav a {
  display:block;
  width:22px;
  height:22px;
  background:url('/polopoly_fs/7.19360077.1394107978!/bullets.png') no-repeat;
  text-indent:-9999px;
  border:0;
  margin-right:3px;
  float:left;
}
.nivo-controlNav a.active {
  background-position:0 -22px;
}
.nivo-directionNav{
  display:block !important;
  }
.nivo-directionNav a {
  display:block;
  width:30px;
  height:30px;
  background:url('/polopoly_fs/7.19360077.1394107978!/arrows.png') no-repeat;
  text-indent:-9999px;
  border:0;
}
.nivo-directionNav a:hover {
  background:url('/polopoly_fs/7.19360077.1394107978!/arrows_hover.png') no-repeat;
}
a.nivo-nextNav {
  width:37px;
  height:36px;
  background-image: url('/polopoly_fs/7.19360077.1394107978!/next.png');
  background-repeat:no-repeat;
  right:15px;
  position:absolute;
  top:50%;
  z-index:80;
  cursor:pointer;
}
a.nivo-nextNav:hover {
  background-image: url('/polopoly_fs/7.19360077.1394107978!/next.png');
  background-repeat:no-repeat;
  
}
a.nivo-prevNav:hover {
   background-image: url('/polopoly_fs/7.19360077.1394107978!/past.png');
  background-repeat:no-repeat;
  
}
a.nivo-prevNav {
  width:37px;
  height:36px;
  background-image: url('/polopoly_fs/7.19360077.1394107978!/past.png');
  background-repeat:no-repeat;
  left:15px;
  position:absolute;
  top:50%;
  z-index:80;
  cursor:pointer;
  
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
    background-color:#000000;
    position:absolute;
    z-index:999;
    bottom:0px;
    width:945px;
    padding-left:10px;
    height:30px;
    line-height:30px;
    color:#efe9d1;
    display:none !important;
}
.nivo-caption a {
    color:#efe9d1;
    text-decoration:underline;
    height:30px;
    line-heoght:30px;
    padding-left:10px;
    display:none;
    width:100%;
    display:none;
    
}
.nivo-slice,
.nivo-box {
    position:absolute;
    z-index:50;
    height:100%;
    display:block;
}
#slider .article_body {
  display:none;
}
.link a.modTxt {
  position:absolute;
}
/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
  clear:both;
}
:focus {
-moz-outline-style:none;
}

      