/*
 * jQuery Nivo Slider v2.5.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
*/
/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */ 

 
/* The Nivo Slider styles */
.nivoSlider { position:relative; }
.nivoSlider img { position:absolute; top:0px; left:0px; }
/* 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 { position:absolute; left:10px; top:10px; opacity:0.8; /* Overridden by captionOpacity setting */ width:500px; font-family:'Asap',sans-serif; z-index:8; }
.nivo-caption h1 { width:470px; color:#619b31; line-height:42px; font-size:42px; font-weight:normal; margin:15px 0px 0px 0px; font-family:'Asap',sans-serif; }
.nivo-caption h2 { width:470px; color:#619b31; line-height:18px; font-size:18px; font-weight:normal; margin:5px 0px 0px 0px; font-family:'Asap',sans-serif; }
.nivo-caption p { width:235px; color:#8d8d8d; font-size:12px; font-weight:normal; line-height:20px; margin:20px 0px 0px 0px; }
.nivo-caption .more_info { position:relative; margin:40px 0px 0px 0px; width:140px; height:30px; display:block; background:url(../images/more_info.png) no-repeat top left; z-index:400000; }
.nivo-caption .more_info:hover { background-position:bottom left; cursor:pointer; }
.nivo-caption .more_info a { width:140px; height:30px; display:block; background:none; text-decoration:none; border:none; }
.nivo-caption .more_info a:hover { background:none; text-decoration:none; border:none; }
.nivo-html-caption { display:none; }
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a { position:absolute; top:112px; height:48px; width:35px; z-index:9; cursor:pointer; }
.nivo-prevNav { right:0px; }
.nivo-nextNav { left:0px; }
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav { position:absolute; z-index:9; cursor:pointer; top:210px; right:10px; }
.nivo-controlNav a { width:10px; height:10px; margin-left:10px; background:red; display:block; float:left; background:url(../images/sliderbutton.png) no-repeat top left; }
.nivo-controlNav a.active { background-position:bottom left; }

.nivo-link { position:absolute; top:-10px; left:-10px; width:940px; height:306px; display:block; z-index:300000; cursor:default; }
.nivo-link a { width:940px; height:306px; display:block; background:none; cursor:default; }
