/*
 * jQuery Nivo Slider v2.4
 * 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: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:10px 10px 30px 10px;
	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;
	top:45%;
	z-index:99;
	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:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* CUSTOM SLIDER ------------------------------------------------------------*/

#slideshow {
    position:relative;
    width:961px; /* Change this to your images width */
    height: 337px /*337px + 25px; /* Change this to your images height */
    margin-bottom: 25px;
    padding-bottom: 25px;
    z-index: 1;
}


#slider {
    position:relative;
    width:950px; /* Change this to your images width */
    height: 337px; /*337px + 25px; /* Change this to your images height */
    background: url(../img/loading.gif) no-repeat 50% 50%;
    top: 2px;
    left: 6px;
}

#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

#slider a {
    border:0;
    display:block;
}

.nivo-controlNav{
	position: absolute;
	bottom: 5px;
	right: 10px;
	z-index: 9999;
	height: 31px;
	padding-left: 10px;
}

.nivo-controlNav a{
	display: block;
	float: left;
	background: url(../img/slidebutton.png) no-repeat; 
	height: 15px;
	width: 15px;
	margin-top: 11px;
	text-indent: -9000px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -9000px; 
}

.nivo-controlNav a:hover{ background: url(../img/slidebutton-over.png) no-repeat;  }

.nivo-controlNav a.active{ background: url(../img/slidebutton-over.png) no-repeat;  }

.nivo-directionNav a{
	display: block;
	width: 36px;
	height: 43px;
	text-indent: -9000px;
}

.nivo-directionNav a.nivo-nextNav{ 
	background: url(../img/next-slide.png) no-repeat;
	background-position: top right;
	margin-right: 0px;
	z-index: 1001;
}

.nivo-directionNav a.nivo-prevNav{ 
	background: url(../img/prev-slide.png) no-repeat;
	margin-left: 0px;
	z-index: 1001;
}
/* Border */

#slideshow-border-top{
	background: url(../img/slideshow-border-top.png) no-repeat;
	width: 960px;
	height: 9px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	cursor: default;
}

#slideshow-border-bottom{
	background: url(../img/slideshow-border-bottom.png) no-repeat;
	width: 960px;
	height: 25px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
	cursor: default;
}

#slideshow-border-left{
	position:absolute;
	width: 10px;
	height: 338px;
	top: 4px;
	left: 0px;
	background: url(../img/slideshow-border-bg.png) repeat-y ;
	z-index: 995;
}

#slideshow-border-right{
	position:absolute;
	width: 10px;
	height: 338px;
	top: 4px;
	right: 0px;
	background: url(../img/slideshow-border-bg.png) top right repeat-y;
	z-index: 995;
}

/* SHORTCODE SLIDER ------------------------------------------------------------*/

.slider2-wrapper {
    position:relative;
    margin-bottom: 18px;
}

#slider2 {
	position:relative;
  	width: 100%;
  	height: 100%;
}