/*
 * 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:0px;
    bottom:0px;
    color:#666;
    width:100%;
    z-index:8;
    bottom: -50px;
}
.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 a {
    position: absolute;
    bottom: -25px;
    z-index: 99999;
    cursor: pointer;
}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav a {
    position:relative;
    z-index:9;
    cursor:pointer;
    display: inline-block;
}
.nivo-controlNav a.active {
    font-weight:bold;
}

/* DEFAULT THEME */
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

#slider {
    width: 675px;
    min-height: 523px;
    background: transparent url('../img/nivoslider/loading.gif') no-repeat 50% 50%;
    float: left;
    background-size: 675px!important;
}
#slider2 {
    width: 595px;
    height: 465px;
    margin-left: 30px;
    float: right;
    background: transparent url('../img/nivoslider/loading.gif') no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.theme-default .nivoSlider a {
    border:0;
    display:block;
}

.theme-default .nivo-controlNav {
    position:absolute;
    width: 200px;
    text-align: center;
    z-index: 99998;
    top: 275px;
    left: 930px;
}
.theme-default .nivo-controlNav a {
    background: url('../img/nivoslider/nav1.png') no-repeat;
    display: inline-block;
    font-size: 15px;
    width: 17px;
    height: 17px;
    text-indent: -99999px;
    margin-left: 5px;
    border:0;
}
.theme-default .nivo-controlNav a.active {
    background: url('../img/nivoslider/nav2.png') no-repeat;
}

.theme-default .nivo-directionNav a {
    display: block;
    width: 38px;
    height: 38px;
    bottom: 37px;
    background: url('../img/nivoslider/arrows.png') no-repeat;
    text-indent: -9999px;
    border: 0;
}
.theme-default a.nivo-prevNav {
    left: 419px;
}
.theme-default a.nivo-nextNav {
    background-position: -39px 0;
    left: 580px;
}

.theme-default .nivo-caption {
    font-family: 'Trebuchet MS';
    font-size: 20px;
    margin-left: 10px;
    color: #e26065;
    position: absolute;
    background: #fff;
    width: 1050px;
    height: 70px;
    line-height: 65px;
    padding-left: 20px;
    margin-left: 10px;
    top: 195px;
    display: none!Important;
}
.theme-default .nivo-caption a {
    color:#e26065;
}
.theme-default .nivo-caption a:hover {
    color:#e26065;
}