#main_container {
	border-top:4px solid #f7db45;
}
#container {
	margin:0 auto;
	width:948px;
	height:679px;
}
#content {
	background: transparent url(logo.png) no-repeat 18px 35px;
	height:576px;
}
#menu {
	min-height:91px;
	padding: 6px 0 6px 18px;
}
#menu a.title {
	margin-bottom:8px;
	text-decoration: none;
	display:block;
}
#menu a.busy {
	cursor: wait;
}
#menu img {
	display:block;
}
#menu .section {
	width:79px;
	padding:5px 0 0 1px;
	margin-right:14px;
	float:left;
}
#menu_2 {
	width:631px !important;
}
#menu .column {
	width:78px;
	margin-right:14px;
	float:left;
}
#menu a.article {
	display:block;
	font-size:10px;
	font-family: Arial;
	text-decoration: none;
	width:78px;
	color: #4a4a4a;
	white-space: nowrap;
	overflow: hidden;
	margin-right:14px;
	float:left;
}
#menu a.article:hover {
	color: #010101;
}
#menu a.current {
	font-weight: bold;
	color: #010101;	
}
#menu .line_break {
	margin-right:0 !important;
}

.no_top_border {
	border-top:1px solid transparent;
}
.top_border {
	border-top:1px solid #acacab;
}

/*** home page ****/
#home_page {
	height:576px;
}
#frame_text {
	background: url(logo.png) no-repeat 18px 35px;
	padding: 93px 371px 0 18px;
	visibility: hidden; 
}
#frame_loading {
	position: relative;
	bottom: 300px;
	left: 462px;
	display: none;
	width: 25px;
	height: 25px;
	background: url(ajax-loader2.gif) no-repeat;
}

#busy_blocker {
	background: url(ajax-loader.gif) no-repeat center center;
	display: none;
	position: absolute;
	top: 4px;
	height:576px;
	width:948px;
}
/*** article ****/
#article {
	height:541px;
	padding: 35px 0 0 18px;
}
#column_left {
	width: 251px;
	float:left;
}
#home {
	width:158px;
	height:30px;
	display:block;
	margin-bottom:51px;
}
#article_title {
	height: 61px;
	width:251px;
}
#article_title td {
	vertical-align: bottom;
	padding-bottom:4px;
}
#article_title td div.cutter {
	width:251px;
	overflow: hidden; 
}
h1 {
	font-size: 24px;
	margin: 0;
	white-space: nowrap;	
}
div.sub_heading {
	color:#504f4f;
	font-size: 11px;
	font-family: Arial;
	font-style: italic;
	margin-top: 2px;	
	white-space: nowrap;
		
}
#article_body {
	padding-top:10px;
	height: 266px;
}
#article_body_view_port {
	height: 266px;
	overflow: hidden;
}
#article_body_scroller {
	width: 502px;
}
div.article_page {
	line-height: 19px;
	width:251px;
	float:left;
}
#body_pager {
	margin-top:8px;
	height:10px;
}
#body_pager a {
	background: transparent no-repeat;
	display:block;
	visibility:hidden;
	width:13px;
	height:10px;
}
#page_back {
	background: url(page_back.png) !important;
	float:left;
}
#page_forward {
	background: url(page_forward.png) !important;
	float:right;
}
#stories_label {
	background: url(stories_label.gif) no-repeat;
	margin-top:41px;
	height:32px;
	width:84px;
}

#column_right {
	padding-top:11px;
	width: 678px;
	float:left;
}
#media_scroller {
	margin-left: 18px;
	width:642px;
	height:428px;
	overflow: hidden;
}
#media_controls {
	position: absolute;
	width:642px;
	margin-top:385px;
	height:31px;
	opacity:0;
}
#prev_btn {
	margin-left:12px;
	float:left;
}
#prev_btn a {
	display:block;
	width:43px;
	height:31px;
	background: transparent url(slide_left.png) no-repeat; 
}
#next_btn {
	margin-right:12px;
	float:right;
}
#next_btn a {
	display:block;
	width:43px;
	height:31px;
	background: transparent url(slide_right.png) no-repeat; 
}

#thumb_scroller {
	width:642px;
	height:62px;
	overflow: hidden;
	float:left;
}
#thumb_scroller img {
	border-top: 2px solid transparent;
	margin-right:2px;
	width:90px;
	height:60px;
	cursor:pointer;
}
#thumb_scroller li.active img {
	border-top: 2px solid #f7db45;
}
#slide_prev, #slide_next {
	padding-top:2px;
	width:18px;
	height:62px;
	float:left;
}
#slide_prev a, #slide_next a {
	display:block;
	width:18px;
	height:60px;
}
#slide_prev a {
	background: transparent url(thumb_slide_left.png) no-repeat; 
}
#slide_next a {
	background: transparent url(thumb_slide_right.png) no-repeat; 
}
ul.slider {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
ul.slider li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
ul.slider li.loading {
	background: url(ajax-loader2.gif) no-repeat center center;
}
ul.slider li img {
	display: block;
}
ul.slider li img.loading {
	display: none !important;
}

#media_scroller li {
	width:642px;
	height:428px;
}

div.movie {
	width:642px;
	height:428px;
}
div.movie div {
	display:none;
}