#rotator { /* total width 602 */
	border:1px solid black;
	overflow: hidden;
	position: relative;
	width: 600px;
	height: 300px;
	margin-bottom:20px;
}
#rotator img {
	border: 0;
	width: 600px;
	height: 300px;
}

.mini_box { /* total width 304 */
	width:304px;
	color:white;
	background-repeat:repeat-y;	
}
.mini_box_content {
	width:264px;
	padding:20px;
	padding-bottom:0;
}
.mini_box_content a { color:white; }
.mini_box_content a:hover { color:black; }

td.date { font-weight:bold; padding-right:10px; vertical-align:top; }



