/**
* ------------------------------------------------------------------------------------
* @package JoloSlider
* Site: www.themexpert.com
* Email: support@themexpert.com
* @copyright Copyright (C) 2010 ThemeXpert. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* @version 2.0.2
* ------------------------------------------------------------------------------------
*/
/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, 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;
    background: url(../images/loading.gif) no-repeat 50% 50% #fff;
    width: 940px;
    min-height: 300px;
    overflow: hidden; /*Opera bug fix*/
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display: none;
}
/* 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:60;
    display:none;
}
/* The slices in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:50;
    height:100%;
}
/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    color:#fff;
    opacity:0.8; /* Overridden by captionOpacity setting */
    z-index:89;
}
.nivo-caption h4 a{color: #fff;font-size: 16px;}
.nivo-caption p {
    margin:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav{
   
}
.nivo-directionNav a {
    display:block;
    width:48px;
    height:48px;
    text-indent:-9999px;
    border:0;
    cursor: pointer;
    top: 50%;
    position: absolute;
    z-index: 99;
}
.nivo-prevNav {
    left :10px;
    background: url(../images/jolodirection-nav-left.png) no-repeat;
}
.nivo-nextNav {
    background:url(../images/jolodirection-nav-right.png) no-repeat;
    right :10px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
    position:absolute;
    z-index: 100;
    cursor: pointer;
}
.nivo-controlNav img {
    position:relative;
    margin-right:3px;
    display: inline-block !important;
}
.nivo-controlNav a.active img {border:1px solid #000 !important;}