#media_container {
	width: 650px;
	height: 600px;
	background-color: #eaeff4;
	clear: left;
	margin-top: 0px;
	border: 1px solid #88a8c5;
}
.media_tab {
	padding: 4px 20px 4px 20px;
	background: url(/images/multi_tab.png) top left no-repeat;
	margin-right: -200px;
	float: left;
	color: #d3d7e3;
	width: 255px;
}
.tab_selected {
	background: url(/images/multi_tab_current.png) top left no-repeat;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
.media_tab a {
	color: #1e84da;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
.tab_slideshow {
	margin-right: -170px;
}

#media_sections {
	margin: 12px 12px 25px 12px;
	color: #878787;
	text-align:right;
}

#media_sections a {
	color: #878787;
	text-decoration:none;
}

#media_sections a:hover {
	text-decoration: underline;
}

#media_now_playing {
	color: #942111;
	font-weight: bold;
	margin-bottom: 10px;
}
#media_top_title {
	font-size: 12px;
	color: #1e3260;
	font-weight: bold;
}
#media_title_top {
	font-size: 12px;
	color: #1e3260;
	font-weight: bold;
	padding-left: 20px;
}
#media_time, .duration {
	font-size: 9px;
	color: #942111;
}
a.media_related {
	font-weight: bold;
	color: #1e84da;
}

#media_scroll_content {
	width: 235px;
	height: 526px;
	float: right;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 8px;
	font-size: 10px;
	font-weight: bold;
}
#media_scroll_content .scroll_option {
	margin-bottom: 10px;
	border-bottom: 1px solid white;
	padding-bottom: 10px;
}
#media_scroll_content .scroll_option a {
	font-size: 12px;
	font-weight: bold;
	color: #1e3260;
	text-decoration: none;
}
#media_scroll_content img {
	margin-bottom: 3px;
	margin-right: 8px;
	float:left;
}
#media_scroll_content .caption {
	font-weight: normal;
	font-size: 11px;
}

#media_view {
	width: 340px;
	height: 300px;
	margin: 20px 0px 5px 15px;
	position: relative;
}
#media_view table tr td a {
	color:#FFF;
	text-decoration:none;
}
#media_view_slideshow {
	width: 340px;
	height: 370px;
	margin: 20px 0px 5px 15px;
	position: relative;
}
#media_view_video {
	width: 340px;
	height: 300px;
	margin: 20px 0px 5px 15px;
	position: relative;
}
#media_progress {
	width: 340px;
	height: 293px;
	position: absolute;
	background-color: black;
	top: 0px;
	left: 0px;
	z-index: 1000;
}
#movie { z-index: 1; }
#media_bottom {
	width: 350px;
	height: 235px;
	float: left;
	clear: left;
	margin-left: 15px;
	overflow: hidden;
}
#media_view_scroller {
	float: left;
	width: 300px;
	padding: 10px 10px 10px 0px;
	margin-left: 6px;
	height: 220px;
	overflow: hidden;
	font-size: 12px;
}
#mvs_photos {
	height: 80px;
}
#media_title {
	font-size: 18px;
	color: #002954;
	margin-bottom: 8px;
}
#list_scroll {
	float:right;
	width: 11px;
	margin-right: 9px;
	margin-top: 0px;
	text-align:center;
}
#track1 {
	height: 490px;
	width: 10px;
	background-color: #FFF;
	border: 2px solid #919cb4;
	padding: 8px 1px 8px 1px;
}
#handle1 {
	width:10px;
	height:30px;
	background-color:#1e84da;
	cursor:move;
}
#track2 {
	height: 200px;
	width: 10px;
	background-color: #e2e3e4;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	padding: 6px 0px 6px 0px;
}
#handle2 {
	width: 10px;
	height: 20px;
	background-color: #a7a9ac;
	cursor: move;
}
#track2h {
	height: 10px;
	width: 308px;
	background-color: #FFF;
	border: 2px solid #919cb4;
	margin-left: 16px;
	padding: 3px;
}
#handle2h {
	width: 20px;
	height: 10px;
	background-color:#1e84da;
	cursor: move;
}

#photo_caption {
	color: #919cb4;
	padding: 0px 0px 10px 20px;
	width:339px;
}
#photo_caption a {
	color: #919cb4;
}
.photo_thumb {
	width: 70px;
	height: 70px;
	display:inline;
	margin: 0px 3px 3px 0px;
}
#thephoto {
	max-height: 260px; 
	max-width: 350px;
}
img#photos_right {
	float:right;
	margin: 4px;
	cursor: pointer;
}
img#photos_left {
	float:left;
	margin:4px;
	cursor: pointer;
}
img#list_up {
	margin-left: 2px;
	margin-bottom: 2px;
	cursor: pointer;
}
img#list_down {
	margin-left: 3px;
	margin-top: 2px;
	cursor: pointer;
}
.section_active {
	font-weight: bold;
}
