*+html #RadRotator1_wrapper   
{  
    position:relative;  
    height:150px;
	top:65px;
	overflow: hidden;
}

*+html .leftnews { 
position:relative;
float:left;
}

*+html .rightnews {
position:relative;
float:right;
top:-200px;
}

*+html .leftnewsbottom {
position:relative;
float:left;
top:-300px;
}

*+html .rightnewsbottom {
position:relative;
float:right;
top:-400px;
}

* html #RadRotator1_wrapper   
{  
    position:relative;  
    height:150px;
	top:65px;
	overflow: hidden;
}

* html .leftnews { 
position:relative;
float:left;
}

* html .rightnews {
position:relative;
float:right;
top:-200px;
}

* html .leftnewsbottom {
position:relative;
float:left;
top:-300px;
}

* html .rightnewsbottom {
position:relative;
float:right;
top:-400px;
}