#mod_alert {
	margin-top: 50px;
	color: white;
	width: 940px;
	border: 2px solid #fff;
	margin-right: -5px;
}
#Ticker {
	width: 940px;
}
#mod_alert #Ticker li {
   width: 940px;
   color: #fff;
   text-align: left;
   margin: 0;
   padding: 6px 10px;
   display: inline;
}
#mod_newsviewer { 
	padding-top:10px;
	
}
#mod_newsviewer h2 {
	padding:0;
	margin:0;
	cursor:pointer;
}

#mod_newsviewer table td {
	line-height:1.33em;
}

#mod_newsviewer_sel_wrapper {
	position:relative;
	width:100%;

}
#mod_newsviewer_sel {
	position:relative;
	background: #fff;
	color:#1C4A83;
	padding: 10px;
	margin-top:20px;
	
}

.mod_newsviewer_thumb {
	cursor:pointer;
	display:inline;
	margin:3px;
	padding:2px;
	border:1px solid #ccc;
}

.mod_newsviewer_thumb:hover {
	border:1px solid #1C4A83;
}

.preload {
	background:url('../images/spin.gif') center center no-repeat;
}

.mod_newsviewer_detail {
	padding-bottom:10px;
}

