/***********************************************
* 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:470px;
	height:744px;
	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: ##FF6600;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: black;
}

div.selectedslide{
}

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

div.selectedslide div.desc{
}

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

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