#playlist{
	border: 1px solid #999999;
	padding: 5px;
	margin-top: 5px;
	background-image: url("../../images/structure/background_style1.jpg");
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	max-height:300px;
	overflow:auto;
}

#playlist .content_video{
	cursor: pointer;
	padding: 2px 35px 2px 2px;
	height: 55px;
	background-image: url("../../images/structure/play2.png");
	background-position: right;
	background-repeat: no-repeat;
}

#playlist .content_video .image{
	float:left;
	margin-right:5px;
}
	
#playlist .content_video .image img{
	border: 1px solid #000000;
}

#playlist .content_video .title{
	font-size: 12px;
	font-weight: bold;
}

#playlist .content_video .text{
}

div.playButton {
	background:url(http://www.scn.pt/vplayer/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	bottom:135px;
	float:left;
	left:125px;
	opacity:0.9;
	margin-bottom:-50px;
}


div.playButton {
	background:url(http://www.scn.pt/vplayer/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	bottom:135px;
	float:left;
	left:125px;
	opacity:0.9;
	margin-bottom:-50px;
	cursor:pointer;
}


div.playButton:hover {
	opacity:1.0;		
}
