#videoplay {
	position: relative;
	width: 710px;
    height: 540px;
	margin: 0 auto;
	top: 127px;
}

#videoplay .info {
	float: left;
	height: 100px;
	margin-top: 20px;
}

#videoplay .text {
	float: left;
	font-family: "VAGRoundedLight";
    font-size: 30px;
	line-height: 31px;
	color: #734267;
	height: auto;
}

#videoplay .description {
	float: left;
	font-family: "VAGRoundedLight";
	font-size: 19px;
	line-height: 26px;
	color: #734267;
	margin-top: 20px;
	
	height: auto;
}

#videoplay .player {
	float: left;
	width: 710px;
    height: 425px;
}

#videoplay .thumb {
	z-index: 1;
	position: absolute;
	width: 710px;
    height: 425px;
	cursor: pointer;
}
#videoplay .thumb img {
	width: 710px;
    height: 425px;
}

#videoplay .icon {
	position: absolute;
	z-index: 2;
	width: 83px;
    height: 82px;
	background: url("../../../imgs/2/base/icon_video.png") no-repeat center center;
	cursor: pointer;
}

#videoplay .legend {
	position: absolute;
	z-index: 20;
	width: 760px;
    height: 100px;
    top: 541px;
    left: 124px;
    color: #ffff00;
    font-size: 28px;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
}

#videoplay .buttonClose {
    position: absolute;
    z-index: 200;
    width: 39px;
    height: 39px;
    top: 17px;
    left: 982px;
    cursor: pointer;
    /* background-color: #000; */
    margin: 0px;
    padding: 0px;

    /* -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px; */
    background: url("../../../imgs/2/base/button_close.png") no-repeat center center;
}

#videoplay .buttonClose .closeImage {
    /* position: absolute;
    width: 52px;
    height: 52px;
    left: -7px;
    top: -7px;
    background: url("../../../imgs/1/base/button_close.png") no-repeat center center;  */
}

#videoplay .control {
	position: relative;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 1024px;
    height: 705px;
    background-color: #000;
}

#videoplay .playerContent {
	position: absolute;
    left: -157px;
    top: -127px;
    z-index: 100;
    width: 1024px;
    height: 765px;
    background-color: #000;
}

#videoplay .credit {
	position: absolute;
    color: #fff;
    text-shadow: #000 0 0 0.3em;
    font: 13px "Verdana", Helvetica, Arial, sans-serif;
    z-index: 2;
    bottom: 20px;
    right: 20px;
    max-width: 460px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px;

    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#videoplay a {
	text-decoration: none;
}

#videoplay a:hover {
	text-decoration: none;
}

#videoplay a:visited {
	text-decoration: none;
}