@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	color: #FFF;
}
.box-center {
	display: block;
	height: 461px;
	width: 611px;
	margin-top: -230px;
	margin-left: -305px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#cycler{position:absolute;}
#cycler div{position:absolute;z-index:1;background-color:#000}
#cycler div p{position:absolute;top:10px;right:10px;color:white;margin:0;}
#cycler div.active{z-index:3}
#cycler img{display:block}
a.infoemail {
	display: block;
	height: 150px;
	width: 200px;
	position: absolute;
	z-index: 999;
	left: 205px;
	top: 150px;
}
a.infoemail:link {
	background-image: url(images/blank.gif);
	background-repeat: no-repeat;
}
a.infoemail:hover {
	background-image: url(images/email-o.gif);
	background-repeat: no-repeat;
}