@charset "utf-8";
/* CSS Document */

h1.videotitle{
	width:100%;
	height:36px;
	color:#fff;
	background:url(../img/video_page/video_slice/video-gallery-title.png) no-repeat left center;
	float:none !important;
	margin:15px 0;
}
#tvbox-body{
	width:651px;
	height:645px;
	padding:41px 200px 70px 30px;
	background:url(../img/video_page/video_slice/video-box.png) no-repeat left center;
	color:#fff;
}
	.tv-screen{
		padding:3px 4px;
		margin-bottom:3px;
	}
	.tv-channelbutton-holder{
		padding:4px 15px;
		font-family:museo_sans300;
	}
	#videochannel-loader{
		margin-top:10px;
	}
		.video-windowsneak{
			width:120px;
			height:68px;
			overflow:hidden;
			margin-left:5px;
			float:left;
			cursor:pointer;
		}
		.video-windowsneak:first-child{
			margin:0;
		}
			.videopreviewbee{
				width:100%;
				height:68px;
				display:block;
			}
.paging{
	text-align:right;
	font-family:museo_sans300;
	font-size:12px;
}
	.numpage{
		background-color:#d3870d;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		text-align:center;
		width:20px;
		float:left;
		margin-left:5px;
	}
	.numpage:first-child{
		margin:0;
	}
	.numpage a{
		color:#000;
		width:100%;
		display:inline-block;
	}
	.pagelocation{
		float:right;
		margin:0 0 0 5px;
	}
	.numpage.active,.numpage:hover a{
		color:#fff;
	}