.buttonfadewrapper {
	float: left;
	margin: 15px 5px 15px 10px;
	width: 176px;
	height: 130px;
	cursor: pointer;
}
#buttonswrapper a{display: block;}
.buttonfader {
	height: 110px;
	background: #ccc;
	display: block;
}
.buttontext {
	clear: both;
	height: 20px;
	background: transparent;
	overflow: hidden;
	display: block;
}
	.buttontext div, .buttontext span { /* div updated to span - but remains here for transition */
		color: #000;
		font-size: .85em;
		margin: 2px 0 0;
		line-height: normal;
		text-align:center;
		display: block;
	}
	.buttonfadewrapper:hover .overlay {
		display: block;
	}

.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;
}
	.buttonfadewrapper .overlay div, .buttonfadewrapper .overlay span { /* div updated to span - but remains here for transition */
		position: relative;
		left: 20px;
		top: 25px;
		height: 71px;
		width: 136px;
		margin: 0 0 -85px 0px;
		font-weight: bold;
		color: #fff;
		overflow: hidden;
		font-size: 0.9em;
		display: block;
	}
.internal {
	background: transparent url(/_images/buttons/btn-o-int.png) 0 0 no-repeat;
}

.buttonfader img{/*display: none;*/}


/* have you visited */
#haveyouvisited_new {
	padding: 0 0 0 0;
	width: 100%;
	color: #000;
	background-color: #333;
	margin: auto;
    width: 960px;
	clear:both;
}
#haveyouvisited_new h2 {
	padding: 17px 0 12px 10px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 1.8em;
}
#haveyouvisited_new .inner {
	margin: 0;
	padding: 0;
	width: auto;
}
#haveyouvisited_new .inner a {
	height: 120px;
	width: 438px;
	font-size: 1.4em;
	line-height: 1.1em;
	border: 1px solid #e2e2e2;
	background: #fff;
	background-image:url(/_images/buttons/btn-hyv-arrow.png);
	background-position:bottom 5px right 5px;
	background-repeat:no-repeat;
	border-radius: 10px;
	-moz-border-radius: 10px;
	float: left;
	text-align: left;
	text-decoration:none;
	margin: 5px 20px 15px 20px;
}
#haveyouvisited_new .inner a:nth-of-type(odd) {
	border-radius: 10px 0 0 10px;
}
#haveyouvisited_new .inner a:nth-of-type(even) {
	border-radius: 0 10px 10px 0;
}
#haveyouvisited_new .inner a span {
	display: block;
	vertical-align: middle;
	margin: 3px;
	color: #333;
}
#haveyouvisited_new .inner a span span {
	display: block;
	margin-top: 12px;
	}
#haveyouvisited_new .inner a span span span {
	font-size: .9em;
	color: #666;
}
#haveyouvisited_new .inner a:hover {
	background: #f2f2f2;
	background-image:url(/_images/buttons/btn-hyv-arrow.png);
	background-position:bottom 5px right 5px;
	background-repeat:no-repeat;
}
#haveyouvisited_new .inner a img {
	float: left;
	width: 176px;
	height: 110px;
	display: block;
	overflow: hidden;
	font-size: .1em;
	background-color: #CCC;
	margin: -6px 6px 3px 3px;
}

#haveyouvisited_new .ann-container{color: #fff; padding: 12px 10px 10px 20px; clear: both; text-align:center;}
#haveyouvisited_new .ann-title {  text-align: center; font-weight: normal; font-size: 1.8em;}
#haveyouvisited_new .ann-message {display: block; font-size: 1.3em; margin-top: 5px; line-height:1.5;}
#haveyouvisited_new .ann-message strong {font-size: 1.4em; margin-top: 5px; display: block;}
#haveyouvisited_new .ann-message a {color: #fff; text-decoration:none; font-size: 1em; line-height:2.5;}
#haveyouvisited_new .ann-message-link { display:block;}

