#filterContainer {
	position:relative;
	left: 0px;
	width:220px;
 
}
* html #filterContainer{
	position:relative;
	left: 0px;
	width:220px;
}

#Container {
	position:relative;
	left: 0px;
	width:220px;
 
}
* html #Container{
	position:relative;
	left: 0px;
	width:220px;
}


p { 
	color:#676767; 
	margin: 0 0 .6em 0; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
h2 { 
	font-size:12px; 
	color:#676767; 
	margin:0 0 .5em 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
 }
.content {
	z-index:1;
	width: 200px;
	position:absolute;
}
* html .content {
	z-index:1;
	width: 200px;
	position:relative;
}
#up_btn {
	left:0px; 
	top: 0px; 
	
}
* html #up_btn {
	left:0px; 
	top: 0px; 
	
}


#down_btn{
	left:0px;
}
* html #down_btn{
	left: 0px;top: 300px;
}


.td_sep{
	height:280px;
}
* html .td_sep{
	height:280px;
}

.scrollnews{
	background:url(contact/images/line.gif);
	background-repeat:no-repeat;
	width:23px;
	
}

#u_btn {
	left: 2px; 
	top: -405px; 
	position:relative;
}
* html #u_btn {
	left: 2px; 
	top: -410px; 
	position:relative;
}
#d_btn{
	left: 2px;
	top: 5px;
	position:relative;
}
* html #d_btn{
	left: 2px;
	top: -13px;
	position:relative;
}