* { margin:0; padding:0; border: none }





div.close{
	font: bold 10pt Arial, Helvetica, sans;
	color: #888888;
	top:0 px;
	left:850 px;
	cursor: hand;
	cursor: pointer;
	position: absolute;
}



div.player {
	float: left;
	position: absolute;
	left: 150px;
	top: 150px;
	width: 600px;
	height: 400px;
	border: 5px solid #C8007C;

}

div.introOld {
	width: 611px;
	height: 452px;
	border: 5px solid #C8007C;
}

div.intro {
	width: 611px;
	height: 452px;
	display:inline;
}

div.list {
	float: left;
	position: absolute;
	top: 30px;
	left: 510px;
	width: 370px;
	margin-left: 20px;
	z-index : 9;
}

div.hiddenList {
	width : 0px ;
	height : 0px; 
		filter:alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0; 
	z-index : 0;
}

a.item {
	display: block;
	width: 370px;
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
	z-index : 9;
	
}

a.item:hover {
	border: 1px solid #bbb;
}

a.item img {
	float: right;
	border: 1px solid #C8007C;
}

a.item p.title {
	font: bold 13px Verdana, Arial, Helvetica, sans;
	color: #C8007C;
}

a.item p.subtitle {
	font: bold 11px Verdana, Arial, Helvetica, sans;
	color: #666;
}

div.clearer {
	clear: both;
}
