/*
	areas.css > Number each area sequentially
*/

.oneShow {
	height:352px; width:728px;
	position:relative;
}
.twoShow {
	position:absolute; top:277px;
	left:8px;
	width:100%;
	z-index:1000;
}
.threeShow {
	margin-left:-1px;
	position:relative;
	cursor:pointer;
	margin-right:8px;
}
.fourShow {
	height:254px; width:720px;
	position:relative;
	overflow:none;
}
.fiveShow {
	position:absolute;
	display:none;
}
.sixShow {
	width:100%;
}
.sevenShow {
	background:none repeat scroll 0 0 white;
	padding-bottom:3px;
	padding-top:3px;
	position:absolute; top:352px; right:9px;
	text-align:center;
	text-transform:uppercase;
	width:50px;
	line-height:11px;
	cursor:pointer;
}
.sevenShow:hover {
	background:#333333;
	color:white;
}
.eightShow {
	height:100%; width:100%;
}

/*
	end of areas.css
*/



