#player{
	position: relative;
	width: 710px;
	border: solid 1px #ccc;
	background-color: #ecf0da;

}
#controler{
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
}
#sticker {
	position: absolute;
	right: -1px;
	top: -1px;
	background-image: url(../img/sticker_video-cdc.png);
	width: 123px;
	height: 123px;
	display: block;
	text-indent: -9000px;
}
#playlist {
	border: solid 1px #ccc;
	width: 670px;
	margin-top: 20px;
	padding: 0 20px;
	height: 230px
}

#playlist .video-item{
	float: left;
	width: 140px;
	height: 140px;
	margin-right: 20px
}
#playlist .video-item ul{
padding: 0;
margin: 0;
list-style: none;
}

#playlist .video-item ul .video-item-name{
font-weight: bold;
width: 125px;
overflow: hidden;
white-space: nowrap;
}

