/*
 * jQuery Nivo Slider v1.8
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, 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;
}
#Button {
	height: 31px;
	width: 189px;
	position: absolute;
	z-index: 100;
	top: 423px;
	left: 548px;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	width:725px;
	height:436px;
	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:-10px;
	font-family: 'Sacramento', cursive;
	/* [disabled]opacity:0.8; */ /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
	background-image: url(../images/CaptionBG.png);
	height: 76px;
	background-repeat: no-repeat;
}
.nivo-caption p {
	padding-top:55px;
	font-family: 'Sacramento', cursive;
	margin:0;
	font-size: 21px;
	padding-left: 10px;
	color:#999;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav {
	
	}

.nivo-directionNav a {
	position:absolute;
	top:42%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	/* [disabled]left:-17px; */
	/* [disabled]background:url(../images/previous.png); */
	/* [disabled]width:38px; */
	/* [disabled]height:38px; */
}
.nivo-nextNav {
	/* [disabled]right:-17px; */
	/* [disabled]background:url(../images/next.png); */
	/* [disabled]width:38px; */
	/* [disabled]height:38px; */
}
/* 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;
}
