

/*----------------------------
Rotating Viewer Styles
----------------------------*/

.featuredBox {
	clear: left;
	text-align: left;
	padding: 6px;
	margin-bottom: 10px;
	border: solid 1px #aeadab;
	color: #000;
	background: #e5e5e3 url(/graphics/buzz_bg.jpg) repeat-x;
	}


/* ---------- controls ---------- */

ul.controls {
	margin: 0;
	padding: 0;
	}

ul.controls li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	font-size: 10px;
	color: #0d2569;
	margin: 0 5px 5px 0;
	padding: 1px 5px;
	border: solid 1px #aeadab;
	background: #fff;
	width: 40px;
	text-align: center;
	}

ul.controls li a {
	color: #000;
	}

ul.controls li a:hover {
	color: #0d2569;
	}

.is_paused {
	color: #aa0706;
	font-weight:bold;
	}
	
.is_playing {
	font-weight:normal;
	}



/* ---------- image ---------- */

#r1_div {
	clear: left;
	}

#r1_div a img {
	position: absolute;
}

/* ---------- text block ---------- */

.headlines {
	margin: 160px 0 0 0;
	height: 160px;
	overflow: hidden;
	}


/* ---------- caption ---------- */

#r1_caption_anchor,
#r1_caption_anchor div {
	cursor: pointer;
	color: #0D2569;
	}

#r1_caption { /* captions can be a maximum of three lines (approx. 20 words or 140 characters) additional content will not be rendered.*/
	font-size: 12px;
	height: 50px;
	font-weight: normal;
	overflow: hidden;
	line-height: 17px;
	}



/* ---------- viewer navigation ---------- */


.headlines ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	border-top: 1px solid #ccc;
	}

.headlines ul li a,
.headlines ul li span {
	display: block; 
	margin: 0px;
	/*font-weight: bold;*/
	font-size: 13px;
	/*color: #000;*/
	text-decoration: none;
	}

.headlines ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	line-height: 1.2em;
	border-bottom: 1px solid #ccc;
	}

a .on_tab,
a:active .on_tab,
a:visited .on_tab {
	background: #ccc url(/graphics/li_bullet.gif) no-repeat 2px 9px;
	padding: 2px 0 2px 10px;
	font-size: 13px;
	color: #000;
	/*color: #0d2569;*/
	font-weight: bold;
	text-decoration: none;
	background-color: #ccc !important;
	}

a .off_tab,
a:active .off_tab,
a:visited .off_tab {
	background: transparent url(/graphics/li_bullet_sqblk.gif) no-repeat 1px 9px;
	padding: 2px 0 2px 10px;
	color: #000;
	display: block;
	font-weight: normal;
    }

a:hover .off_tab {
	background-color: #fff;
	text-decoration: underline;
	}




