* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

body {
	background: #FFF;
	color: #000;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 11px;
}

div#box {
	display: block;
	height: 375px;
	width: 800px;
	position: absolute ;
	top: 50%;
	margin-top: -200px;
	left: 50%;
	margin-left: -400px; 
}

div#sidebar {
	width: 200px;
	height: 375px;
	float: left;
	margin-right: 20px;
}

div#head {
	background: #FFE400;
	width: 200px;
	height: 200px;
}

div#head img {
	position: relative;
	top: 126px;
	left: 50px;
	z-index: 10;
}

div#navigation {
	color: #757575;
	position: relative;
	margin: 20px 0 0 50px;
	cursor: default;
	z-index: 9;
}

div#navigation .active {
	text-decoration: underline;
}

div#navigation a, div#content ul li a {
	color: #757575;
	text-decoration: none;
}

div#navigation h2, div#content h2 {
	font-weight: 500;
	font-size: 14px;	
	color: #555;
}

div#navigation ul {
	margin-bottom: 20px;
}

div#navigation ul li {
	list-style: none;
	line-height: 15px;
}

div#content {
	width: 580px;
	height: 375px;
	color: #757575;
	overflow: hidden;
	float: right;
	cursor: default;
}

div#content ul li {
	width: 200px;
	float: left; 
	list-style: none;
}

div#foot {
	float: right;
	color: #ccc;
	width: 300px;
	text-align: right;
}

/*SCROLLER*/

div#content-scroller  div.online-listing {
	width: 580px;
	height: 375px;
	overflow: hidden;
}

div#content-scroller  div.online-listing div {
	position: absolute;
	width: 580px;
	height: 375px;
	overflow: hidden;
}

div#content-scroller  div.online-listing div ul {
	position: absolute;
	list-style: none;
}

div#content-scroller  div.online-listing div ul li {
	width: 580px;
	height: 375px;
	overflow: hidden;
}	

span#track_w, span#track_m {
	position: absolute;
	left: 0px;
	width: 200px;
	height: 375px;
	overflow: hidden;
	z-index: 8;
}

span#track_w span#handle_w, span#track_m span#handle_m {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	overflow: hidden;
	cursor: pointer;
	background: #FFE400;
	z-index: 8;
}


	