

/*
 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
 */
.nivoSlider{position:relative;}
.nivoSlider img{position:absolute;top:0;left:0;}
.nivoSlider a.nivo-imageLink{position:absolute;top:0;left:0;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;}
.nivo-slice{display:block;position:absolute;z-index:5;height:100%;}
.nivo-box{display:block;position:absolute;z-index:5;}
.nivo-caption{position:absolute;left:0;bottom:0;background:#000; color:#fff; opacity:0.8;width:100%;z-index:8;}
.nivo-caption p{padding:5px 20px;margin:0; font-family:"Lucida Sans Unicode",'Lucida Grande',Verdana,Geneva,sans-serif; font-size:14px; }
.nivo-caption a{display:inline!important;}
.nivo-html-caption{display:none;}
.nivo-directionNav a{position:absolute;top:45%;z-index:9;cursor:pointer;}
.nivo-prevNav{left:0;}
.nivo-nextNav{right:0;}
.nivo-controlNav a{position:relative;z-index:9;cursor:pointer;}
.nivo-controlNav a.active{font-weight:700;}

/*
Skin Name: Nivo Slider Default Theme (modified)
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider, modified to work with the Inland One template.
Version: 1.0
Author: Gilbert Pellegrom (modified by Andreas Viklund)
Author URI: http://dev7studios.com
*/
.slider-wrapper .nivoSlider{position:relative;height:300px; width:450px;background:#fafafa url(images/loading.gif) no-repeat 50% 50%;margin-bottom:55px; padding: 0; border:1px solid #333;
-moz-box-shadow: 4px 6px 10px #222;  	-webkit-box-shadow: 4px 6px 10px #222; box-shadow: 4px 6px 10px #222;}
.slider-wrapper .nivoSlider img{position:absolute;top:0;left:0;display:none;  }
.slider-wrapper .nivoSlider a{border:0;display:block;}
.slider-wrapper .nivo-controlNav{position:absolute;left:50%;bottom:-41px;margin-left:-160px;/* Tweak this to center bullets */}
.slider-wrapper .nivo-controlNav a{display:block;width:22px;height:22px;background:url(images/bullets.png) no-repeat;text-indent:-9999px;border:0;margin-right:3px;float:left;}
.slider-wrapper .nivo-controlNav a.active{background-position:0 -22px;}
.slider-wrapper .nivo-directionNav a{display:block;width:30px;height:30px;background:url(images/arrows.png) no-repeat;text-indent:-9999px;border:0;}
.slider-wrapper a.nivo-nextNav{background-position:-30px 0;right:15px;}
.slider-wrapper a.nivo-prevNav{left:15px;}
.slider-wrapper .nivo-caption{font-family:"Lucida Sans Unicode",'Lucida Grande',Verdana,Geneva,Helvetica,Arial,sans-serif;background:rgba(0, 0, 0, 0.5);text-align:center; text-shadow:0 0 2px #111;}
.slider-wrapper .nivo-caption a{color:#fff;border-bottom:1px dotted #fff;}
.slider-wrapper .nivo-caption a:hover{color:#fff;}


.slider-wrapper a:hover
{color: #ccc; background: none; border-radius: 0px; padding:0;   } 


/* ##### nivo-captions style */
.nivo-caption {
left:0px; /* x offset position */
bottom:0px; /* y offset position */
width:450px; /* width of the slider - 450 x 300 px */
overflow:hidden; background:none;}

/* We set the standard text style of the Nivo Slider */
.nivo-caption p { color: #fff; font-size: 20px; line-height:24px; text-align:right;/* text-transform: lowercase;  converts text to UPPERCASE */}

.slider-wrapper .nivo-caption{background:rgba(0, 0, 0, 0.5);}/* no background on big captions */

/* Then we assign a position to each caption and also a specific width, color, font type, etc. */
.nivo-caption1 { margin-left:10px; margin-top:25px; width:440px; font-size: 24px;  color: #333; line-height: 40px; text-transform: none; }
.nivo-caption1a { margin-left:10px; margin-top:10px; width:190px; font-size: 18px; line-height: 14px; text-transform: none; }
.nivo-caption2 { 	font-size: 18px; color:#333; margin-left:20px; margin-top:50px; width:420px; }

