/**
* ------------------------------------------------------------------------------------
* @package JoloSlider
* Site: www.themexpert.com
* Email: themexpert@gmail.com
* @copyright Copyright (C) 2010 ThemeXpert. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* @version 1.1
* ------------------------------------------------------------------------------------
* This Slideshow based on Nivo Slider Js Script form http://dev7studios.com .
*/
 #slider{background: url(loading.gif) no-repeat 50% 50%; min-height: 150px;}
 #slider a{display:block;}
/* The Slider styles */
.nivoSlider {position:relative;}
.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;bottom:0px;background:#000;color:#fff;opacity:0.8; /* Overridden by captionOpacity setting */width:100%;z-index:89;}
.nivo-caption p {padding:5px;margin:0;}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {display:block;width:30px;height:30px;text-indent:-9999px;border:0;position:absolute;top:45%;z-index:99;   cursor:pointer;}
.nivo-prevNav,.nivo-nextNav{text-align:center;color:#1f1f1f;background:url(arrows.png) no-repeat;}

.nivo-prevNav {left: 15px;}
.nivo-nextNav {right: 15px;background-position: -30px 0;}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{display: block;position: absolute;bottom: -11px;margin: 0 auto;left: 50%;}
.nivo-controlNav a {background: url(bullets.png) no-repeat;position:relative;z-index:99;cursor:pointer;float: left;display: block;text-decoration: none;margin-right: 3px;width: 10px;height: 10px;text-indent: -9999px;}
.nivo-controlNav a.active {font-weight:bold;background-position: -10px;}
