#h_media_gallery {
	width: 229px;
	height: 68px;
	position: absolute;
	top: 200px;
	left: 370px;
	background-image: url(../images/h_media_gallery.png);
	z-index: 100;
}

#media_container {
	width: 755px;
	height: 604px;
	background-image: url(../images/bg_media.png);
	position: absolute;
	top: 200px;
	left: 320px;
	z-index: 1;
}
#media_view {
	position: absolute;
	width: 322px;
	height: 242px;
	padding: 2px;
	background-color: black;
	top: 80px;
	left: 40px;
	text-align: center;
}
#media_desc {
	position: absolute;
	width: 322px;
	height: 40px;
	padding: 2px;
	left: 40px;
	top: 330px;
	font-size: 12px;
	color: white; 
	text-align: center;
	overflow: auto;
}
#media_chooser {
	width: 314px;
	height: 327px;
	position: absolute;
	top: 40px; 
	left: 400px;
}
#event_chooser {
	padding-left: 10px;
	padding-bottom: 10px; 
}
select#events {
	width: 190px;
}
#event_chooser label {
	font-size: 12px;
	color: white;
}
#vid_tab, #photo_tab {
	display: block;
	float: left;
	width: 99px;
	height: 34px;
}
.tab_on {
	background-position: 0px 0px;
}
.tab_off {
	background-position: 0 -34px;
}
#media_scroller_outer {
	width: 333px;
	height: 368px;
	padding-top: 20px;
	position: relative;
	top: -10px;
	left: -15px;
	background-image: url(../images/bg_media_scroller_outer.png);
}
#media_scroller {
	width: 300px;
	height: 320px;
	margin-left: 20px;
	overflow: hidden;
	clear: both;
	z-index: 110;
	color: white;
}
#v_media_scrollbar {
	position: absolute;
	background-image: url(../images/v_bg_page_scroller.png);
	width: 330px;
	height: 12px;
	top: 450px;
	left: 40px;
	z-index: 10;
}
#v_scroller_button {
	width: 27px;
	height: 10px;
	cursor: move;
	margin-top: 1px;
	background-image: url(../images/v_slider_button.png);
}
#media_scrollbar {
	position: absolute;
	background-image: url(../images/bg_page_scroller.png);
	width: 12px;
	height: 300px;
	top: 120px;
	left: 685px;
}
.scroll_item {
	padding: 14px 10px 5px 10px;
	font-size: 12px;
}
.scroll_item img {
	float: left;
	margin-right: 10px;
	width: 80px;
}
.scroll_item_desc {
	width: 150px;
	float: left;
}
#page_switcher {
	width: 300px;
	height: 40px;
	padding: 4px;
	position: absolute;
	top: 375px;
	left: 350px;
	background-color: white;
}
#media_embed {
	width: 300px;
	height: 50px;
	padding: 4px;
	position: absolute;
	top: 430px;
	left: 350px;
	background-color: white;
}
#media_slides {
	height: 70px;
	width: 328px;
	position: absolute;
	top: 390px;
	left: 38px;
	overflow: hidden;
	z-index: 1;
}