﻿.nivoSlider {
position:relative;
    width:671px; /* Change this to your images width */
    height:142px; /* Change this to your images height */
    background:url(/files/jquery/scripts/nivoslider/css/images/loading.gif) no-repeat 50% 50%;
min-width:671px;
min-height:142px;
border:#fff 0px solid;
border-radius:0px;
box-shadow: 0px 0px 0px #aaa; 
margin:0px 0px 0px 0px;
}
.nivoSlider img {
 position:absolute;
 top:0px;
 left:0px;
display:none; 

}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
 position:absolute;
 top:0px;
 left:0px;
 width:100%;
 height:100%;
 border:0;
 padding:0;
 margin:0;
 z-index:6;
 display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
 display:block;
 position:absolute;
 z-index:5;
 height:100%;
}
.nivo-box {
 display:block;
 position:absolute;
 z-index:5;
}
/* Caption styles */
.nivo-caption {
 background-color:#000;
 right: 30px;
 bottom: 40px;
 width: auto;
 min-width: 250px;
 height: auto;
 position: absolute;
 padding:5px 5px 10px 10px;
 border-radius:5px;
 z-index:8;


}


.nivo-caption p {
 padding:5px;
 margin:0;
}
.nivo-caption a {
  color: #a9a9a9;
                   font-family:Droid Serif, Arial, Lucida Sans Unicode;
                   font-size: 20px;
letter-spacing:-0px;
  font-weight: normal;
  text-decoration:none;
  outline:0;
 display:inline !important;
}

.nivo-caption a:hover {
color:#fff;
}

.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
 display:block;
 width:30px;
 height:30px;

 text-indent:-9999px;
 border:0;
}
a.nivo-nextNav {
                   position:absolute;
                   width:40px;
                   height:40px;

 right:10px;
 top:170px;
 z-index:10;
                   cursor:pointer;
opacity:0.8;
 
}
a.nivo-prevNav {
                   position:absolute;
                   width:40px;
                   height:40px;

 left:10px;
 top:170px;
 z-index:10;
                   cursor:pointer;
opacity:0.8;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
 position:absolute;
 left:50%;
 bottom:0px;
    margin-left:-125px; /* Tweak this to center bullets */
cursor:pointer;
z-index:50;
}
.nivo-controlNav a {
 display:block;
 width:22px;
 height:22px;
 
 text-indent:-9999px;
 border:0;
 margin-right:3px;
 float:left;
}
.nivo-controlNav a.active {
 background-position:0 -22px;
}

