#news_container{position:relative; top:5px; margin:0; width:410px; height:200px; border-top:1px dashed #999; border-bottom:1px dashed #999; font-size:12px}
#news_container .customScrollBox{position:relative; height:100%; overflow:hidden;}
#news_container .customScrollBox .container{position:relative; width:390px; top:0; float:left;}
#news_container .customScrollBox .content{clear:both; padding-bottom:20px;}
#news_container .customScrollBox .content p{padding:10px 5px; margin:10px 0; color:#fff; font-family:Verdana, Geneva, sans-serif; font-size:13px; line-height:20px;}
#news_container .customScrollBox .content p.alt{padding:10px 5px; margin:10px 0; color:#fff; font-family:Georgia, "Times New Roman", Times, serif; font-size:17px; line-height:19px; color:#999;}
#news_container .customScrollBox img{border:5px solid #EEE;}
#news_container .dragger_container{position:relative; width:9px; height:160px; float:left; margin:20px 0 0 5px; cursor:pointer; box-shadow:inset 0 0 10px #000; -moz-box-shadow:inset 0 0 10px #000; -webkit-box-shadow:inset 0 0 10px #000;}
#news_container .dragger{position:absolute; width:6px; height:60px; background:#666; text-align:center; margin-left:1px; line-height:60px; color:#EEE; overflow:hidden; border-left:1px solid #787878; border-right:1px solid #333; cursor:pointer;}
#news_container .dragger_pressed{position:absolute; width:6px; height:60px; background:#444; text-align:center; margin-left:1px; line-height:60px; color:#777; overflow:hidden; border-left:1px solid #333; border-right:1px solid #000; cursor:pointer;}
#news_container .scrollUpBtn, #news_container .scrollDownBtn{position:absolute; display:inline-block; width:13px; height:14px; margin-right:11px; text-decoration:none; right:0; filter:alpha(opacity=50); -moz-opacity:0.50; -khtml-opacity:0.50; opacity:0.50;}
#news_container .scrollUpBtn{top:2px; right:-7px; background:url(news_btnUp.png) center center no-repeat;}
#news_container .scrollDownBtn{bottom:2px; right:-7px; background:url(news_btnDown.png) center center no-repeat;}
#news_container .scrollUpBtn:hover, #news_container .scrollDownBtn:hover{filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;}
