div.videoplayer {
	width:714px;
	height:504px;
	position:relative;
	background-color:#e4e4e4;
}
div.videoplayer div.player {
	position:relative;
	width:520px;
	height:425px;
	margin:0 auto;
	margin-left:190px;
}


div.videoplayer div.mediainfo {
	position:relative;
	width:502px;
	height:56px;
	border:1px solid #dddddd;
	background-color:#e4e4e4;
	padding:8px;
	margin:0 auto;
	margin-left:190px;
}

div.videoplayer div.videotitle {
	position:relative;
	font-size:15px;
	font-family:arial;
	font-weight:bold;
	color:#333333;
	margin:0 auto;
}

div.videoplayer div.about a {
    color:#fa9648;
}

div.videoplayer div.mediainfo div.about {
	position:relative;
	font-size:12px;
	font-family:arial;
	color:#eeeeee;
	margin:0 auto;
}
div.left {
	position:absolute;
	left:0;
	top:3px;
	width:26px;
	height:25px;
	background-image:url('/items/graphics/2008/pht-left-red.gif');
}

div.right {
	position:absolute;
	right:0;
	top:3px;
	width:26px;
	height:25px;	
	background-image:url('/items/graphics/2008/pht-right-red.gif');
}
	
#imove_left {
	background-image:url('/items/graphics/photogallery-page-left.png');
	background-repeat:no-repeat;
	background-position:0 125px;
	width:100px;
	height:390px;
	position:absolute;
	z-index:200;
	left:0;
	cursor:pointer;
	
}

#imove_right {
	background-image:url('/items/graphics/photogallery-page-right.png');
	background-repeat:no-repeat;
	background-position:0 125px;
	width:100px;
	height:390px;
	position:absolute;
	z-index:201;
	right:0;
	cursor:pointer;
	
}
