/**
* ------------------------------------------------------------------------------------
* @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.5.1
* ------------------------------------------------------------------------------------
* This Slideshow is using Nivo Slider Js Script form http://dev7studios.com .
*/
 #slider{
    background: url(loading.gif) no-repeat 50% 50%;
    min-height: 150px;
 }
 #slider img{
	position: absolute;
	top: 0px;
	left:0px;
	display:none;
 }
 #slider a{
 display:block;
 }
/* The 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: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 {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
	font-weight:bold;
}
.nivo-prevNav, 
.nivo-nextNav{
	width: 42px;
    height: 80px;
    line-height: 30px;
    text-align:center;
	color:#1f1f1f;
    display: block;
    text-indent: -9999px;
}
.nivo-prevNav {
	background: url(button_arrow.png) no-repeat 0 0;
	left: -41px;
}
.nivo-nextNav {
	background: url(button_arrow.png) no-repeat -42px 0;
	right: -41px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{
    display: block;
    position: absolute;
    bottom: 0;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
    float: left;
    display: block;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
