/* CSS Document k4c*/

body	{
	scrollbar-3dlight-color: #00BFFF;
        	scrollbar-arrow-color: #00FFFF;
       	scrollbar-base-color: #003399;
       	scrollbar-darkshadow-color: #0000CD;
        	scrollbar-face-color: #003399;
       	 scrollbar-highlight-color: #0066FF;
       	 scrollbar-shadow-color: 000080;
	background-image: url('../images/vidBG.jpg');
	background-repeat: repeat;
}

.videoWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 453px;
	height: 410px;
	border: 4px inset #00BFFF;
}

.video	{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 425px;
	height: 344px;
	border: 4px inset #00BFFF;
	background-color: #F5F5F5;
}

.videoCaption {
	position: absolute;
	top: 370px;
	left: 10px;
	width: 425px;
	display: block;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #00FFFF;
	border: 4px inset #00BFFF;
	background-image: url('../images/captionBG.jpg');
	background-repeat: no-repeat;
}

