#advVideo {
	margin: 30px 0;
	background: #51503a;
}
#videoTop {
	height: 25px;
}
#videoBottom {
	height: 12px;
	_font-size: 1px;
}
#videoTopLeft, #videoBottomLeft, #videoTopRight, #videoBottomRight {
	width: 12px;
	height: 12px;
}
#videoTopLeft, #videoBottomLeft {
	float: left;
}
#videoTopRight, #videoBottomRight {
	float: right;
}
#videoTopLeft {
	background: url(i2/cornerTopLeft.gif) 0 0 no-repeat;
}
#videoTopRight {
	background: url(i2/cornerTopRight.gif) 0 0 no-repeat;
}
#videoBottomLeft {
	background: url(i2/cornerBottomLeft.gif) 0 0 no-repeat;
	_font-size: 1px;
}
#videoBottomRight {
	background: url(i2/cornerBottomRight.gif) 0 0 no-repeat;
	_font-size: 1px;
}
#videoMiddle {
	height: 270px;
	overflow: hidden;
}
#videoMiddleLeft, #videoMiddleRight {
	width: 28px;
	height: 149px;
	padding: 121px 11px 0 11px;
}
#videoMiddleLeft img, #videoMiddleRight img {
	cursor: pointer;
}
#videoMiddleLeft {
	float: left;
	_padding-right: 8px;
}
#videoMiddleRight {
	float: right;
	_padding-left: 8px;
}
#videoMiddleCenter {
	position: relative;
	z-index: 2;
	height: 270px;
	overflow: hidden;
	_zoom: 1;
}
#videoSelector {
	height: 15px;
	padding-top: 16px;
	text-align: center;
}
#videoSelector img {
	cursor: pointer;
}
.videoItem {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	visibility: hidden;
	min-width: 583px;
	_width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 583? '583px': 'auto');
	height: 270px;
}
.videoItem .videoAbout {
	height: 270px;
	margin: 0;
	padding: 0;
}
.videoItem .videoAbout p {
	color: white;
	line-height: 1.4;
}
.videoItem .videoAbout a 
{
	color: #96BA34;
	font-weight: bold;
	line-height: 3;
}
.videoItem .videoPlayer {
	float: left;
	margin-right: 28px;
}
#videoMove {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 270px;
}