#item {
	float:left;
	width:900px;
	background:#051f2e;
	position:relative;}
#itemInner {
	padding:10px;}
#itemInner #image {
	float:left;
	margin-right:8px;
	margin-bottom:5px;
	border:1px solid #1d404c;}
#itemInner {
	float:left;
	color:#5490a6;
	font-size:10px;}
#info {
	width:370px;
	float:left;
	position:relative;}
#info label {
	color:#FFF;
	display:block;
	margin-bottom:5px;
	font-size:12px;
	font-weight:bold;}	
#images {
	float:left;
	margin-right:8px;}
#images a {
	clear:both;
	display:block;
	margin-bottom:6px;
	border:1px solid #1d404c;}
#button {
	width:289px;
	height:41px;
	display:block;
	position:absolute;
	bottom:15px;
	*bottom:11px;
	left:518px;
	background:url(../img/player/button.gif) no-repeat;}
	

#related {
	clear:both;
	float:left;
	width:900px;
	position:relative;
	margin:8px 0;
	background:#214f60;}
#relatedInner {
	padding:5px 0;}
#related .item {
	margin-left:5px;
	margin-right:0px;}


.crn {
	width:5px;
	height:5px;
	z-index:10;
	overflow:hidden;
	position:absolute;
	background-repeat:no-repeat;}
#item .crn {
	background-image:url(../img/player/corner.gif);}
#related .crn {
	background-image:url(../img/player/corner2.gif);}
.tr, .tl {top:0;}
.tl, .bl {left:0;}
.tr, .br {right:0;}
.br, .bl {bottom:0;}
	
.tr {background-position:right top;}
.tl {background-position:left top;}
.bl {background-position:left -5px;}
.br {background-position:right -5px;}
