/*
 * 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 */
.nivoSlider {
	position:relative;
	top:1px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:-5px;
}
/* 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%;
    top:0;

}
.nivo-box {
	display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
}
/* Caption styles

.nivo-caption {
	position:absolute;
	left:50px;
	bottom:30px;
	padding:0 10px;
	color:#fff;
	width:500px;
	z-index:8;
	float:right; 
}*/
.nivo-caption {
	position:absolute;
	text-align: right;
	right:40px;
	top:25px;
	width:600px;
	padding:0 10px;
	color:#fff;
	z-index:8;
	float:right;

}
.nivo-caption h1 {
	padding:5px;
	margin:0;
	font-size:34px;
}
.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: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;
}
.whitetxt {
	
	color:#fff; /* silver */
	font-size:36px;
	line-height:36px;
	font-weight:100!important;
	text-shadow:2px 2px #000;
	font-family: "Arial";
}
.blktxt {
	
	color:#fff; /* silver */
	font-size:24px;
	line-height:36px;
	font-weight:100!important;
	text-shadow:2px 2px #000;
	font-family: "Arial";
	padding-top:5px;

}
.dash {
	color:#009fd6;
	font-weight:bold;
}
.hero1 {
	font-family: Arial;
	font-weight:700!important;
	padding:0 0 100;
	color:#fff; /* silver */
	font-size:32px;
	line-height:1.5em;
	font-weight:100;
	text-shadow:2px 2px #000;
	


}
.hero2 {
    font-family: Arial;
	font-weight:700!important;
	color:#000; /* silver */
	font-size:36px;
	line-height:1.5em;
	font-weight:100;
	text-shadow:2px 2px #000;
	
}.playbox {
	width:410px;
	height:271px;
	float:left;
	margin-right:240px;
	margin-top:-40px;
}