div.photoplayer {
	width:714px;
	height:504px;
	position:relative;
	overflow:hidden;
	background-color:#e4e4e4;
}
div.photoplayer div.player {
	position:relative;
	width:520px;
	height:390px;
	margin-left:190px;
}
div.photoplayer div.controll {
	position:relative;
	width:518px;
	background-color: white;
	height:33px;
	margin-left:190px;
	border:1px solid #666;
}

div.photoplayer div.mediainfo {
	position:relative;
	width:502px;
	height:66px;
	border:1px solid #888;
	margin-left:190px;
	padding:8px;
}

div.photoplayer div.mediainfo div.title {
	font-size:15px;
	font-family:arial;
	font-weight:bold;
	color:#333333;
}

div.photoplayer div.mediainfo div.about a {
    color:#333333;
}
div.photoplayer div.mediainfo div.about {
	font-size:12px;
	font-family:arial;
	color:#333;
}
div.left {
	position:absolute;
	left:0;
	top:3px;
	cursor:pointer;
	width:26px;
	height:25px;
	background-image:url('/items/graphics/pht-left-red.gif');
}

div.right {
	position:absolute;
	right:0;
	top:3px;
	cursor:pointer;
	width:26px;
	height:25px;	
	background-image:url('/items/graphics/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:190px;
	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;
	
}
