div.hoverBtn {

	position: 		relative;
	float:			left;
	background:		#2e16bc repeat-x 0 0 scroll;
	
}
div.hoverBtn a {
	margin-top:		-2px;
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			80px;
	height: 		20px;
	padding-top: 	2px;
	font-weight:bold;
	text-align:center;
	text-decoration:	none;
	background:		transparent none repeat-x 0 0 scroll;
}
div.hoverBtn div {

	display:none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	width: 			80px;	
	background:		#bc1616 repeat-x 0 0 scroll;
}

.clear	{ clear: both; }



.img_list {
	text-align:center;
	display:inline;
	height:136px;
	margin:0 auto;	

}	
	
.image_one a {
	display:block; 
	width:242px; 	
	height:132px; 
	position:relative;
}	

.image_one a .rollover {
	display:block; 
	position:absolute; 
	width:242px; 
	height:132px; 
	background:url(../images/cwo-logo-hover.png);
}
	
