/*
 * 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 */

#slider {
	margin: 0px;
	padding:0px;
}

.nivoSlider {
    position:relative;
    width:936px; /* Change this to your images width */
    height:400px; /* Change this to your images height */
}

.nivoSlider_home {
    position:relative;
    width:936px; /* Change this to your images width */
    height:500px; /* Change this to your images height */
}

.nivoSlider img, .nivoSlider_home img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

.nivoSlider a, .nivoSlider_home a {
    border:0;
    display:block; /* makes sure there is no funny stuff happening if all images have a link */
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink, .nivoSlider_home 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 - for dive balam only fade*/
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}

.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

/* Caption styles - no captions for dive balam*/
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}

.nivo-caption p {
	padding:5px;
	margin:0;
}

.nivo-caption a {
	display:inline !important;
}

.nivo-html-caption {
    display:none;
}

/* the way it looks */

.theme-balam .nivoSlider, .theme-balam .nivoSlider_home {
	position:relative;
	background:#fff url(../images/slider/general/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
	/* no shadow */
    /*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}

.theme-balam .nivoSlider img, .theme-balam .nivoSlider_home img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-balam .nivoSlider a, .theme-balam .nivoSlider_home a {
	border:0;
	display:block;
}

.theme-balam .nivo-controlNav {
    width:251px;
    height:40px;
    position:absolute;
    left:350px; /* Tweak this to center bullets */
    bottom: -15px;
    padding:8px 0 0 82px;
    z-index:20;
}
.theme-balam .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/slider/general/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-balam .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-balam .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/slider/general/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-balam a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-balam a.nivo-prevNav {
	left:15px;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}


/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
