/* New header . */

.header {
	width: 925px;
	height: 332px;
	position:relative;
}

.header .like{
	position:absolute;
	right:0;
	top:307px;
	z-index:100;

	
}

.left-flash {
	width: 655px;
	height: 332px;
	float: left;
	position:relative;
}

.left-flash .inner{ 
	position:absolute;
	bottom:0;
}


.right-banner {
	width: 266px;
	height: 290px;
	background: url(../header/ad-area-bg-taller.jpg) top right no-repeat;
	padding: 42px 0 0 4px;
	float: left;
}

.the-scroller {
	width:925px; 
	height:30px; 
	background:#ffffcc; 
	border-top: 1px solid #000; 
	padding-top:5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}



.spacer {
	clear: both;
}