﻿/*
 * 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 */
.nivoSlider         {height:auto; overflow: hidden; position: relative;	width:100%;}
.nivoSlider img     {left: 0; position: absolute; top: 0;}
.nivo-main-image    {display: block !important;	position: relative !important; 	width: 100% !important;}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {border: 0; display: none; height: 100%; left: 0; margin: 0; padding: 0; position: absolute; top: 0; width: 100%; z-index: 6;}

/* The slices and boxes in the Slider */
.nivo-slice         {display: block; height: 100%; position: absolute; z-index: 5;}
.nivo-box           {display: block; position: absolute; z-index: 5;}
.nivo-box img       {display: block; }

/* Caption styles */
.nivo-caption        {background: #000; bottom: 0px; color: #FFF; height: 100%; left: 0px; opacity: 0.8; position: absolute; width: 360px; z-index: 8;}
.nivo-caption h1     {color: #FFF; font: 700 24px/32px Arial; margin: 0; opacity: 1.0; padding: 20px;}
.nivo-caption p      {font: normal 13px/18px Arial; margin: 0; opacity: 1.0; padding: 0 20px 20px;}
.nivo-caption a      {display:inline !important;}
.nivo-html-caption   {display:none;}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav   {display: none;}
/*.nivo-directionNav a {cursor: pointer; position: absolute; top: 45%; z-index: 9; display: none;}
.nivo-prevNav        {left:0px; display: none;}
.nivo-nextNav        {right:0px; display: none;}*/

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a        {cursor:pointer; position:relative; z-index:9;}
.nivo-controlNav a        {cursor: pointer;}
.nivo-controlNav a.active {font-weight: bold;}

/*
Skin Name: Nivo Slider Dark Theme
Skin URI: http://nivo.dev7studios.com
Description: A dark skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
.Theme_02_Mastercam                                          {margin: 0px auto;}
/*.Theme_02_Mastercam.slider-wrapper                           {background: #222 url(images/loading.gif) no-repeat 50% 50%;  padding: 10px;   margin: 0px auto;}*/
.Theme_02_Mastercam .nivoSlider                              {height: 100%; position: relative;}
.Theme_02_Mastercam .nivoSlider img                          {display: none; left: 0px; position: absolute; top: 0px;}
.Theme_02_Mastercam .nivoSlider a                            {border: 0; display: block;}
.Theme_02_Mastercam .nivo-controlNav                         {bottom: 20px; position: relative; float: right; right: 20px; bottom: 30px;} /*.{padding: 15px 0px 0px 0px;	position: relative;	text-align: left; z-index: 10;}*/
.Theme_02_Mastercam .nivo-controlNav a                       {background: url(images/bullets-red.png) no-repeat; border: 0; display: block; float: left; height: 15px;
                                                              margin-left: 6px; text-indent: -9999px; width: 15px;}/*{background: url(images/bullets-red.png) no-repeat 0 2px; border: 0; display: inline-block; height: 10px;  margin: 0 2px; 
                                                              text-indent: -9999px; width: 10px;}*/
.Theme_02_Mastercam .nivo-controlNav a.active                {background-position: 0 100%;}
/*.Theme_02_Mastercam .nivo-directionNav a                     {background: url(images/arrows.png) no-repeat #333; border: 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; 
                                                              display: block; height: 30px; text-indent: -9999px;	top: 10px; width: 30px; z-index: 11;
                                                             }
.Theme_02_Mastercam .nivo-directionNav a:hover               {background-color: #666;}
.Theme_02_Mastercam a.nivo-nextNav                           {background-position: -16px 50%;	right: 10px;}
.Theme_02_Mastercam a.nivo-prevNav                           {background-position: 11px 50%; left: auto;	right: 45px;}
.Theme_02_Mastercam .nivo-caption                            {font-family: Helvetica, Arial, sans-serif; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; 
                                                              -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;}
.Theme_02_Mastercam .nivo-caption a                          {border-bottom: 1px dotted #fff; color: #fff;}
.Theme_02_Mastercam .nivo-caption a:hover                    {color: #fff;}*/
.Theme_02_Mastercam .nivo-controlNav.nivo-thumbs-enabled     {width: 80%;}
.Theme_02_Mastercam .nivo-controlNav.nivo-thumbs-enabled a   {background: none; height: auto;margin-bottom: 5px; width: auto;}
.Theme_02_Mastercam .nivo-controlNav.nivo-thumbs-enabled img {display: block;  height: auto; width: 120px;}