#player_large {
	position:relative;
	width:615px;
	height:460px;
	background:#000;
}

	#player_large .carousel {
		position:absolute;
		bottom:0px;
		width:610px;
		height:60px;
		padding-left:6px;
		overflow:hidden;
	}

	#player_large .carousel .thumbnailHolder{
		float:left;
		width:50px;
		height:50px;
		overflow:hidden;
		margin:4px;
		cursor:pointer;
		border:1px solid #fff;
	}

		#player_large .carousel .thumbnailHolder div{
			display:none;
		}
		#player_large .carousel .thumbnailHolder .thumbnail {
			height:50px;
		}

		#player_large .player {
			position:absolute;
			top:0px;
			width:615px;
			height:400px;  
			overflow:auto;
			border:0;
		}	
		
#player_medium {
	position:relative;
	width:485px;
	height:180px;
	background:#000;
	overflow:hidden;
	padding-left:65px;
	padding-right:65px;	
}

	#video_medium .prev{
		position:absolute;
		left:10px;
		bottom:80px;
		z-index:999;
		color:#494745;
		font-size:50px;
		z-index:999;		
	}
	
	#video_medium .next{	
		position:absolute;
		right:10px;
		bottom:80px;
		color:#494745;
		font-size:50px;
		z-index:999;
	}

	#player_medium .carousel {
		position:relative;
		bottom:0px;
		height:180px;
		margin-top:4px;
	}

	#player_medium .carousel .thumbnailHolder{
		float:left;
		width:144px;
		height:160px;
		margin:4px;
		margin-right:10px;
		cursor:pointer;
	}

		#player_medium .carousel .thumbnailHolder div{
			display:block;
			color:#fff;
			line-height:14px;
		}
		#player_medium .carousel .thumbnailHolder .thumbnail{
			height:110px;
			border:2px solid #cecece;
			margin-bottom:5px;
		}

		#player_medium .player {
			position:absolute;
			top:0px;
			width:615px;
			height:400px;  
			overflow:auto;
			border:0;
			display:none;
		}		
		
#player_medium_latest {
	position:relative;
	width:590px;
	height:180px;
	background:#000;
	overflow:hidden;
	padding-right:25px;
}

	#player_medium_latest .singleThumbnail{
		position:absolute;
		top:0px;
		left:10px;
		height:180px;
		width:130px;
		margin-top:4px;
		margin-right:10px;
	}
	
		#player_medium_latest .singleThumbnail strong{
			display:block;
			color:#fff;
			font-weight:400;
			font-size:16px;
			font-family:'Times New Roman';
			height:20px;
		}
	
		#player_medium_latest .singleThumbnail div{
			display:block;
			height:70px;
			overflow:hidden;
			color:#fff;
			line-height:13px;
			font-size:11px;
		}
		#player_medium_latest .singleThumbnail .thumbnail{
			height:90px;
			border:2px solid #cecece;
			margin-bottom:5px;
		}

	#video_medium_latest .prev{
		position:absolute;
		left:145px;
		bottom:80px;
		z-index:999;
		color:#494745;
		font-size:50px;
		z-index:999;		
	}
	
	#video_medium_latest .next{	
		position:absolute;
		right:5px;
		bottom:80px;
		color:#494745;
		font-size:50px;
		z-index:999;
	}
	
	#player_medium_latest .carousel {
		position:absolute;
		left:180px;
		top:0px;
		height:180px;
		margin-top:4px;
	}

	#player_medium_latest .carousel .thumbnailHolder{
		display:block;
		float:left;
		width:120px;
		height:160px;
		margin:4px;
		margin-top:20px;
		cursor:pointer;
	}

		#player_medium_latest .carousel .thumbnailHolder div{
			display:block;
			color:#fff;
			line-height:13px;
			font-size:11px;
		}
		#player_medium_latest .carousel .thumbnailHolder .thumbnail{
			width:120px;
			border:2px solid #cecece;
			margin-bottom:5px;
		}

		#player_medium_latest .player {
			position:absolute;
			top:0px;
			width:615px;
			height:400px;  
			overflow:auto;
			border:0;
			display:none;
		}		