#rotator { /* total width 602 */
	border:1px solid black;
	overflow: hidden;
	position: relative;
	width: 600px;
	height: 300px;
	margin-bottom:20px;
}
#rotator img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 600px;
	height: 300px;
}
#rotator-controls { position:absolute; bottom:6px; left:6px; z-index:99; border:1px solid #000; border-right:0; }
/*#pause { float:right; background:#d7e4f7 url('/images/btn-gradient-blue.jpg') 0 -10px repeat-x; border:1px solid #000; color:#000; font-weight:bold; padding:1px 5px 2px; text-align:center; }
#pause:hover { cursor:pointer; border-color:#fff; color:#fff; }*/
.number { background:#355f91 url('/images/btn-gradient-blue.jpg') 0 -10px repeat-x; border-right:1px solid #000; color:#000; font-weight:normal; float:left; padding:2px 4px; }
.number:hover { cursor:pointer; }

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

.mini_box_content a { color:black; }
.mini_box_content a:hover { color:#606060; }
/* for original dark background boxes
.mini_box_content a { color:white; }
.mini_box_content a:hover { color:black; }*/

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




