@charset "UTF-8";

.media_viewer {
	width: auto;
	position: absolute;
}
.viewer_screen {
	height: 237px;
	width: 390px;
	overflow: hidden;
	position: relative;
}
.skin_screen {
	width: 390px;
	padding-right: 13px;
	padding-left: 12px;
	background: url(../images/media_viewer/shadow_sides.png);
}
.selected_items {
	height: 237px;
	position: absolute;
	width: 20000em;
	margin: 0;
	padding:0;
}
.selected_items li {
	background: #000;
	height: 237px;
	width: 390px;
	float: left;
	display: block;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: center;
}
.navigator {
	height: 70px;
	width: 390px;
	overflow: hidden;
	position: relative;
}
.items {
	width: 20000em;
	height: 70px;
	position: absolute;
}
.items a {
	background: #0018DC;
	height: 60px;
	width: 91px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	display: block;
}
.items img {
	border: none;
}
.navigator_arrows {
	height: 27px;
	width: auto;
	background: #252525;
}
.navigator_arrows a {
	float: left;
	width: 29px;
	display: block;
	height: 27px;
	outline: none;
	margin-top: -2px;
}
.navigator_arrows a.disabled {
	opacity: 0.3;
	filter: alpha(opacity = 30);
	cursor: default;

}
.navigator_arrows .prevPage_select {
	margin-left: 44px;
	background: url(../images/media_viewer/prev_page.png);
}
.navigator_arrows .prev_select {
	margin-left: 10px;
	background: url(../images/media_viewer/prev.png);
}
.navigator_arrows .next_select {
	margin-left: 166px;
	background: url(../images/media_viewer/next.png);
}
.navigator_arrows .nextPage_select {
	margin-left: 10px;
	background: url(../images/media_viewer/next_page.png);
}
.navigator_container {
	height: 95px;
	width: 393px;
	overflow: hidden;
	display: none;
	margin-left: -1px;
}
.navigator_toggle {
	color: #FFF;
	background: #333 url(../images/media_viewer/toggle_bar.png);
	height: 40px;
	cursor: pointer;
	width: auto;
}
.skin_top {
	color: #FFF;
	background: url(../images/media_viewer/shadow_top.png);
	height: 25px;
	width: auto;
}
.items a.current {
	background: #02009C;
}
.selected_items li.current_video {
	background: #666;
}
