/* styling for body element */
body { 
	margin:50px 100px;
}

/* remove ugly system borders links */
a img 	{ 	border:0 }
a:active { 	outline:none; }
:focus   { -moz-outline-style:none; }




/* player container */
.player {
	height:375px;
	width:500px;
	border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:4px;
	cursor:pointer;
	float:left;
	text-align:center;
	margin-bottom: 2px;

}

/* play button */
.player img {
	margin-top:134px;
}

/* info area */
.player .movieinfo {
	height:40px;
	background:#000 url(/img/global/gradient/h80.png) repeat-x;
	font-weight:bold;
	opacity:0.7;
	color:#fff;
	margin-top:45px;
	text-align:left;
	padding:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	margin-top:108px;
}

/* duration data inside info area */
.player .movieinfo span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}

.movie {
	height:auto;
	width:500px;
	cursor:pointer;
	float:left;
	text-align:left;
	margin: 0 0 45px 45px;
}

.moviedescr {
	width: 480px;
	border:2px solid #fff;
	outline:1px solid #CCC;
	-moz-outline-radius:4px;
	padding: 10px;
	overflow: hidden;
	height:auto;
}
