@CHARSET "UTF-8";

#videoContainer {
	z-index: 10;
	background-color: #000000;
	position: absolute;
	margin: 9px 0 0 6px;
}
.vodFrameTop {
	position: absolute; z-index: 11; width: 179px; height: 9px;
	background: url(/images/player/top.gif) no-repeat;
}
.vodFrameRight {
	position: absolute; z-index: 11; margin-top: 9px; margin-left: 172px; width: 7px; height: 143px;
	background: url(/images/player/right.gif) no-repeat;
}
.vodFrameBottom {
	position: absolute; z-index: 11; margin-top: 152px; width: 179px; height: 5px;
	background: url(/images/player/bottom.gif) no-repeat;
}
.vodFrameLeft {
	position: absolute; z-index: 11; margin-top: 9px; width: 7px; height: 143px;
	background: url(/images/player/left.gif) no-repeat;
}
.vodFrameLine {
	position: absolute; z-index: 11; margin: 132px 0 0 7px; width: 168px; height: 2px;
	background: url(/images/player/line.gif) no-repeat;
}
