#jMediaPlayer_overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height:100%;
	background:#000;
	display:none;
}

#jMediaPlayer_container {
	position:fixed;
	top:0;
	left:0;
	z-index:20;
	width:100%;
	display:none;
	text-align:center;
}

#jMediaPlayer_media {
	background:#fff;
}

#jMediaPlayer_media img {
	/*display:block;*/
	background:#fff;
}

#jMediaPlayer {
	width:575px;
	height:420px;
	margin:10px auto;
	position:relative;
	background:#fff;
	font-family:Arial,Helvetica, sans-serif;
	z-index:30;
}

#jMediaPlayer_controlBar {
	width:115px;
	height:100%;
	position:absolute;
	margin:0;
	padding:0;
	right:0;
	top:0;
	background:#fff;
	z-index:40;
}

#jMediaPlayer_thumbnails {
	width:100%;
	overflow:hidden;
	z-index:50;
	position:relative;
	height:288px;
	text-align:left;
}

#jMediaPlayer_thumbnails img {
	border:none;
	width:60px;
	height:45px;
}

#jMediaPlayerList {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	height:50000px;
	width:76px;
}

#jMediaPlayerList li {
	padding:3px 8px;
	margin:15px 0;
	background:url(../images/thumbnailDropShadow.gif) top center no-repeat;
}

#jMediaPlayerList li a {
	display:block;
}

#jMediaPlayer_topScrollDiv, #jMediaPlayer_bottomScrollDiv {
	width:29px;
	height:26px;
	background: url(../images/arrowSprite.gif) top left no-repeat;
	margin:10px auto;
}

#jMediaPlayer_topScrollDiv {
	background-position: 0 0;
}

#jMediaPlayer_bottomScrollDiv {
	background-position: -29px 0;
}

#jMediaPlayer_bottomScrollDiv a, #jMediaPlayer_topScrollDiv a {
	display:block;
	width:100%;
	height:100%;
}

.hover {
	width:29px;
	height:100%;
	display:block;
	background: url(../images/arrowSprite.gif) top left no-repeat;
}

#jMediaPlayer_topScrollDiv .hover {
	background-position: 0px -26px;
}

#jMediaPlayer_bottomScrollDiv .hover {
	background-position: -29px -26px;
}

.jMediaPlayer_inactiveLink {
	border-bottom:3px solid #fff;
	position:relative;
}

.jMediaPlayer_activeLink {
	border-bottom:3px solid #4b4b4b;
	position:relative;
}

.jMediaPlayer_videoOverlay {
	position:absolute;
	top:0;
	left:0;
	width:60px;
	height:50px;
	padding:3px 8px;
	background:transparent url(../images/videoPlayIcon_sm.png) 30px 17px no-repeat;
}

.jMediaPlayer_videoOverlay:hover {
	cursor:pointer;
}

#jMediaPlayer_close {
	font-size:14pt;
	margin:3px 10px;
	text-decoration:none;
	color:#404040;
}

#jMediaPlayer_close:hover {
	text-decoration:underline;
}

#jMediaPlayer_captionText {
	color:#404040;
	font-size:14pt;
	position:absolute;
	bottom:0;
	left:0;
	padding:0;
	width:100%;
	margin:5px;
	text-align:center;
}

#jMediaPlayer_closeDiv {
	text-align:right;
}

#jMediaPlayer_viewSpace {
	float:left;
	width:460px;
	position:relative;
	height:100%;
	background:#fff;
	z-index:40;
}

