/*
* jQuery Nivo Slider v3.1
* http://nivo.dev7studios.com
*
* Copyright 2012, Dev7studios
* Free to use and abuse under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/

/* The Nivo Slider styles */
.nivoContainer {position:relative;}
.nivoSlider { position:relative; width:100%; height:auto; overflow: hidden; }
.nivoSlider img { position:absolute; top:0px; left:0px; max-width: none; }
.nivo-main-image { display: block !important; position: relative !important;  width: 100% !important; }

/* 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%; top:0; }
.nivo-box { display:block; position:absolute; z-index:5; overflow:hidden; }
.nivo-box img { display:block; }

.nivo-directionNav,
.nivo-directionNav a,
.nivo-controlNav.nivo-thumbs-enabled a img {-webkit-transition: all 0.15s ease-in; -moz-transition: all 0.15s ease-in; -ms-transition: all 0.15s ease-in; transition: all 0.15s ease-in;}


/* Caption styles */
.nivo-caption { padding: 0 15px; position: absolute; bottom: 20px;  line-height: 40px; color: #E9E9E9; margin: 0; display:inline;  border-left: 5px solid #CD2122; background: black; background: rgba(0, 0, 0, 0.9); font-size: 17px; text-transform: uppercase; opacity: 0; filter:alpha(opacity=0); left: 120px; z-index:9999; }
.nivo-caption p { padding:5px; margin:0; }
.nivo-caption a { display:inline !important; }
.nivo-html-caption { display:none; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {position: absolute; right: 20px; bottom: 20px; width: 61px; height: 40px; z-index:9999;}
.nivoSlider.showOnMouseover .nivo-directionNav {opacity:0; filter:alpha(opacity=0);}
.nivoSlider.showOnMouseover:hover .nivo-directionNav {opacity:1; filter:alpha(opacity=100);}
.nivo-directionNav a {width: 30px; height: 40px; margin: 0; display: block; cursor: pointer; text-indent: -9999px; float: left; background-color: #000; background-color: rgba(0, 0, 0, 0.9); background-image:url(../images/k-nivo-nav.png); background-repeat:no-repeat; background-position:0 0;}
{background-position:100% 0; margin-left:1px;}
.nivo-directionNav .nivo-nextNav {background-position:100% 0; margin-left:1px;}
.nivo-directionNav a:hover {background-color:#CD2122;}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav { text-align:center; padding:0; position:absolute; bottom:-27px; width:100%; line-height:1; }
.nivo-controlNav a { cursor:pointer; line-height:1; margin: 0 0 0 5px; display: inline-block; zoom: 1;  width: 5px; height: 5px; background: #fff; opacity: 0.8; filter:alpha(opacity=80); cursor: pointer; text-indent: -9999px; position:relative; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; border: 2px solid transparent;}
.nivo-controlNav a.active { background: none; border: 2px solid white; opacity:1; filter:alpha(opacity=100);}

.nivo-controlNav.nivo-thumbs-enabled {position:relative; bottom:-20px;}
.nivo-controlNav.nivo-thumbs-enabled a { cursor:pointer; line-height:1; margin: 0 0 0 5px; display: inline-block; zoom: 1; opacity: 1; filter:alpha(opacity=100); position:relative; text-indent:0; background:none;
-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: none; width: auto; height: auto; -webkit-box-shadow: 0 0 0 4px black inset; -moz-box-shadow: 0 0 0 4px black inset; box-shadow: 0 0 0 4px black inset;}
.nivo-controlNav.nivo-thumbs-enabled a img {max-height:40px; cursor:pointer; opacity:0.7; filter:alpha(opacity=70); position:relative; -webkit-box-shadow: 0 0 3px black; -moz-box-shadow: 0 0 3px black; box-shadow: 0 0 3px black;}
.nivo-controlNav.nivo-thumbs-enabled a.active img,
.nivo-controlNav.nivo-thumbs-enabled a img:hover { opacity: 1; filter:alpha(opacity=100); -webkit-box-shadow: 0 0 8px black; -moz-box-shadow: 0 0 8px black; box-shadow: 0 0 8px black;}
