/*
 * 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
---------------------------------------- */
#slider-wrapper {
	overflow:hidden;
	position:relative;

	}
	#slider-wrapper .grid_12 {
		height:375px;
		padding-bottom:31px;
		border-bottom:1px solid #e7e7e7;
		margin-bottom:10px;
		overflow:hidden;
		}
#slider {
	position:relative;
	width:900px;
	height:375px;
	background:url(images/loading.gif) no-repeat 50% 50%;

}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}








.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:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */


.nivo-caption {
	position:absolute;
	left:-350px;
	bottom:35px;
	/*	background: #1c3039;*/
	/*background: black;
	/* Fallback for web browsers that don't support RGBa */
	background: rgb(255, 156, 1);
	/* RGBa with 0.4 opacity */
	background: rgba(255, 156, 1, 0.6);	
	margin-left: 35px;
	/*opacity:0.7;  Overridden by captionOpacity setting */
	width:300px;
	height:300px;
	z-index:89;
	font-family: BitstreamVeraSansRoman;
	font-size: 13px;
}
.nivo-caption h1 {
	font-size: 24px;
	margin-bottom: 0px;
	color:#fff;
	padding:10px;
	font-weight: lighter;
	text-align: left;
}
.nivo-caption h2 {
	font-size: 20px;
	margin-bottom: 0px;
	color:#fff;
	padding:10px;
	font-weight: lighter;
	text-align: left;
}
.nivo-caption span {
	font-size: 20px;
	margin-bottom: 0px;
	color: #003265;
	font-weight: lighter;
}


.nivo-caption p {
	color: white;
	padding:10px;
	margin:0;
	font-family: BitstreamVeraSansRoman;	
}

.nivo-caption a {
	display:inline !important;
	color: #0088CC;
	text-decoration: none;
}

.nivo-caption img {
display:block !important;
position:relative;
}

.nivo-html-caption {
    display:none;
	font-family: BitstreamVeraSansRoman;    
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:92%;
	z-index:9;
	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:9;
	cursor:pointer;

}
.nivo-controlNav a.active {
	font-weight:bold;
}
.theme-default #slider {
    margin: 0px auto 0px auto;
    width:900px; /* Make sure your images are the same size */
    height:375px; /* Make sure your images are the same size */
}

.clear {
	clear:both;
}