#buttonswrapper {
	width: 960px;
	height: 156px;
	overflow: hidden;
	margin: 0;
	float: left;
	clear: both;
	background: #033150;
}
.buttonfadewrapper {
	float: left;
	margin: 15px 5px 15px 10px;
	width: 176px;
	height: 130px;
	cursor: pointer;
}
.buttonfader {
	height: 110px;
	background: #ccc;
}
.buttontext {
	clear: both;
	height: 20px;
	background: transparent;
	overflow: hidden;
}
	.buttontext div, .buttontext span {
		color: #fff;
		font-size: .9em;
		margin: 2px 0 0;
		line-height: normal;
	}
		.buttonfadewrapper:hover .buttontext div {
			color: #000;
		}

.overlay {
	display: none;
	position: relative;
	margin-bottom: -110px;
	z-index: 999;
	width: 176px;
	height: 110px;
	background: transparent url(../../images/buttons/btn-o-ad.png) 0 0 no-repeat;
}
	.overlay div {
		position: relative;
		left: 20px;
		top: 25px;
		height: 65px;
		width: 136px;
		margin: 0 0 -85px 0px;
		font-weight: bold;
		color: #fff;
		overflow: hidden;
	}
.internal {
	background: transparent url(../../images/buttons/btn-o-int.png) 0 0 no-repeat;
}


#haveyouvisited_new {
    background-color: #021e32; margin-bottom: 50px;}
	#haveyouvisited_new .ann-message strong {color:#f26649;}