#videoplay {
	position: relative;
	width: 710px;
    height: 540px;
	margin: 0 auto;
	top: 127px;
}

#videoplay .info {
	float: left;
	height: 130px;
	margin-top: 20px;
}

#videoplay .text {
	float: left;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	height: auto;
}

#videoplay .description {
	float: left;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	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/widget_videoplayer/icon_player.png") no-repeat center center;
	cursor: pointer;
}

/* #videoplay .control {
	float: left;
	width: 710px;
    height: 425px;
	background-color: #000;
} */

#videoplay .control {
	position: relative;
    left: -157px;
    top: -125px;
    z-index: 1;
    width: 1024px;
    height: 705px;
    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;
}