/** Main News Image Container
*****************************/
.dv #homeImageSlider {
	margin-left: 17px;
	float: right;
	border: 0px solid red;
}
.en #homeImageSlider {
	margin-right: 17px;
	float: left;
}

/** Main News Image Caption
*****************************/
#homeSliderImageCaption { 
	width: 312px;
	margin: 0px 4px;
}
#homeSliderImageCaption p { padding: 0px; margin: 0px; }
.dv#homeSliderImageCaption p { font-size: 14px; }
.en#homeSliderImageCaption p { font-size: 10px; }


/*** Home Tab Box
*****************/
#tabNewsLoader { position: relative; padding: 0px 5px; }
.dv #tabNewsLoader { float: left; }
.en #tabNewsLoader { float: right; }
#tabbedNewsBox {
	width: 280px;
	height: 232px;
	border: 1px solid #FCCA52;
}
#tabNewsNavigation {
	float: left;
	width:100%;
	background: #FFDFAA url("../images02/bg_tab_nav.gif") bottom repeat-x;
	line-height:normal;
	border-bottom:1px solid #FCCA52;
}
#tabNewsNavigation ul {
	margin:0;
	padding: 2px 2px 0 2px;
	list-style:none;
}
#tabNewsNavigation li {
	display:inline;
	margin:0;
	padding:0;
}
.dv #tabNewsNavigation li { float:right; }
.en #tabNewsNavigation li { float:left; }
#tabNewsNavigation a {
	float:left;
	background:url("../images02/tab_news_left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	cursor: pointer;
}
#tabNewsNavigation a span {
	float:left;
	display:block;
	background:url("../images02/tab_news_right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
}
.dv #tabNewsNavigation a span { font-family: "MV Mag Round"; font-size: 1.0em; padding:2px 8px 1px 2px; }
.en #tabNewsNavigation a span { font-weight: bold; }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabNewsNavigation a span { float:none; }
/* End IE5-Mac hack */
#tabNewsNavigation a:hover span {
	color:#591333;
}
#tabNewsNavigation a:hover {
	background-position:0% -42px;
}
#tabNewsNavigation a:hover span {
	background-position:100% -42px;
}
#tabNewsNavigation .active {
	background-position:0% -42px;
}
#tabNewsNavigation .active span {
	background-position:100% -42px;
}
.dv #tabNewsContent {
	#font-size: 18px; /** ie 7.0 only **/
	padding: 6px;
	margin: 5px;
	background: #FFFFFF;
}
.en #tabNewsContent {
	padding: 6px;
	margin: 5px;
	background: #FFFFFF;
}

/*** Home Picture Box
*********************/
#pictureNewsBox {
	width: 264px;
	min-height: 216px;
	#height: 216px;
	padding: 8px;
	border: 1px solid #FCCA52;
	background: #FCE5AA;
}

#controlCenter { 
	position: absolute;
	width: 264px;
	cursor: pointer;
	z-index:10;
	margin-top: 189px;
	background: #FFDFAA url("../images02/bg_tab_nav.gif") bottom repeat-x;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
#controlCenter .control { display: block; width: 16px; height: 16px; text-indent: -9000px; margin: 5px; }
#pictureNewsList-next { background: url('../images02/icons/gif/control_end.gif') no-repeat; float: right;}
#pictureNewsList-next:hover { background: url('../images02/icons/gif/control_end_blue.gif') no-repeat; }
#pictureNewsList-previous { background: url('../images02/icons/gif/control_start.gif') no-repeat; float: left;}
#pictureNewsList-previous:hover { background: url('../images02/icons/gif/control_start_blue.gif') no-repeat;}
#pictureNewsList-start { background: url('../images02/icons/gif/control_play.gif') no-repeat; }
#pictureNewsList-start:hover { background: url('../images02/icons/gif/control_play_blue.gif') no-repeat; }
#pictureNewsList-stop { background: url('../images02/icons/gif/control_stop.gif') no-repeat; }
#pictureNewsList-stop:hover { background: url('../images02/icons/gif/control_stop_blue.gif') no-repeat; }

#pictureNewsBox ul.crossfade { padding: 0; margin: 0; list-style: none; position: relative; }
#pictureNewsList li { position: absolute; top: 0; left: 0; width: 264px; height: 215px; background-color: #FFF; visibility: hidden; }
#pictureNewsList li img { display: block; border: 0px solid #FFF; }
#pictureNewsList .caption { height: 59px; clear: both; padding: 3px; background-color: #FEF5DD; }
#pictureNewsList .caption.dv { font-size: 1.0em; #font-size: 1.1em; }
#pictureNewsList .caption.en { font-size: 0.8em; }
