/* this page declarations */	
#wrapp {
	width: 844px;
	text-align: left;
	font: normal 1em Arial;
	margin: 0 auto;
	padding: 0;
	color: black;
}

#gnb {
	position: absolute;
	bottom: 92px;
	left: 28px;
	width: 844px;
	height: 100px;
}

/* liScroll style declarations */
.tickercontainer {
	width: 844px;
	height: 100px; 
	margin: 0; 
	padding: 0
	overflow: hidden; 
}

.tickercontainer .mask {
	position: relative;
	top: 0;
	left: 0;
	width: 844px;
	height: 100px;
	overflow: hidden;
}

ul.newsticker {
	position: relative;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.newsticker li {
	float: left;
	margin: 0;
	padding: 0 10px;
}