#news_rotation{  
    width:575px;  
    position:relative;  
    height:310px;  
    background:#fff;  
} 

#news_rotation ul.ui-tabs-nav{  
    position:absolute;  
    top:0; left:575px;  
    list-style:none;  
    padding:0; margin:0;  
    width:355px;  
}  
#news_rotation ul.ui-tabs-nav li{  
    font-size:14px;  
    color:#666;  
	border: 1px solid #f3f3f3;
}  
.newsthumb_desc{  
    font-size:18px;
	font-weight: bold;
    line-height:18px;
	padding:20px 0px;
	margin-left: 106px;
	margin-right: 10px;
}  

#news_rotation .ui-tabs-panel{  
    width:575px; height:310px;  
    background:#999; position:relative;  
        overflow:hidden;  
}  
#news_rotation .ui-tabs-hide{  
    display:none;  
}  

#news_rotation li.ui-tabs-nav-item a{/*On Hover Style*/  
    display:block;  
    height:60px;  
    color:#333;  background:#fff;  
    line-height:20px;  
    outline:none;  
}  
#news_rotation li.ui-tabs-nav-item a:hover{  
    background:#f2f2f2;  
}  

#news_rotation ul.ui-tabs-nav li.ui-tabs-selected a{  
    background:#ccc;  
}  

#news_rotation ul.ui-tabs-nav li img{  
    float:left; margin:4px 5px;  
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
}

#news_rotation .ui-tabs-panel .info {
	position: absolute;
	top: 240px;
	left: 0;
	height: 70px;
	width: 575px;
	background-color: black;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
} 
#news_rotation .info h2{  
    font-size:20px;
	font-weight:bold;
    color:#fff;
	padding:8px;
	margin:0;  
    overflow:hidden;  
}  
#news_rotation .info p{  
    margin:0 10px;  
    font-size:14px;  
    line-height:15px; color:#f0f0f0;  
}  
#news_rotation .info a{  
    text-decoration:none;  
    color:#fff;  
}  
#news_rotation .info a:hover{  
    text-decoration:underline;  
} 