@import "global.css";

	#homeContent {
	background: url(../../images/bg-home.jpg) no-repeat;
	width: 664px;
	height: auto;
	position: relative;
	top: -1px;
	}
	#videoPlayer {
	background: url(../../images/flashholder.jpg) no-repeat;
	width: 320px;
	height: 240px;
	float: left;
	position: relative;
	top: 14px;
	left: 13px;
	}
	#newReleases {
	width: 310px;
	float: right;
	position: relative;
	top: 20px;
	left: -5px;
	}
	#newReleases h1 {
	background: url(../../images/newhr.gif) 0 100% no-repeat;
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 5px 0 5px 0;
	}
	#newReleases ul {
	position: relative;
	top: 10px;
	left: 6px;
	list-style: none;
	float: left;
	}
	#newReleases img {
	float: right;
	position: relative;
	top: -44px;
	left: 10px;
	}
	#newReleases ul li {
	margin: 3px 0 3px 0;
	}
	#newReleases ul li a {
	background: url(../../images/arrow-sidenav.gif) 0 50% no-repeat;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	padding-left: 8px;
	}
	#newReleases ul li a:hover {
	background: url(../../images/arrow-sidenav.gif) 2px 50% no-repeat;
	color: #e1b3b3;
	}
	#best {
	clear: right;
	position: relative;
	left: 11px;
	top: -15px;
	}
	#best table {
	margin: 5px 0 0 0;
	}
	#best table tr td {
	padding: 10px 0 0 0;
	}
	#best table tr td img {
	border: 3px solid #d5d5d5;
	}
	#best table tr td img:hover {
	border: 3px solid #333;
	} 
