/***********************************************
* Background Image Carousel- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
div.bgcarousel{
	width:920px;
	height:400px;
	background-color: #FFF;
	background-image: url(_images/ajaxload.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

img.navbutton{
margin:5px;
opacity:0.7;
}

div.slide{
	background-color: #34c5f4;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: black;
}

div.selectedslide{
}

div.slide div.desc{
	position: absolute;
	color: #3600b0;
	left: 20px;
	top: 10px;
	width:800px;
	padding: 30px;
	font: bold 16px sans-serif, Arial;
	text-shadow: 0 -1px 1px #8a8a8a;
	z-index:5;
	background-image: url(../img/bg.png);
	background-repeat: repeat;
}

div.selectedslide div.desc{
}
div.slide div.desc h1{
	font-size:300%;
	margin:0;
	color: #3600b0;
}

div.slide div.desc h2{
	font-size:150%;
	margin:0;
	color: #3600b0;
}

div.slide div.desc a{
color:yellow;
text-decoration:none;
}
