.home
{
	/*margin-top: -11px !important;*/
}

#carousel
{
	width: 100%;
	height: 442px;
	background-image: url('/images/home/bg_carousel.png');
	background-repeat: no-repeat;
}

	#carousel_flash
	{
		position: absolute;
		width: 500px;
		height: 430px;
		margin: 6px;
		margin-top: 7px;
	}
	
		#carousel_noflash
		{
			position: absolute;
			width: 158px;
			margin: 4px;
			padding: 1px;
			background-color: #FFF;
			font-size: 10px;
		}
		
		#carousel_noflash p
		{
			margin: 0px;
			padding: 2px;
		}
	
	#carousel_overlay
	{
		position: absolute;
		width: 1000px;
		height: 27px;
		margin: 6px;
		margin-top: 410px;
		padding-left: 18px;
		background-image: url('/images/home/carousel_overlay.png');
		background-position: left;
		background-repeat: repeat-y;
		font-size: 12px;
		color: #FFF;
		line-height: 27px;
		text-transform: uppercase;
	}
	
		#carousel_overlay a
		{
			padding-top: 6px;
			padding-bottom: 6px;
			padding-left: 9px;
			padding-right: 9px;
			color: #FFF;
			text-decoration: none;
		}

#highlights
{
	width: 790px;
	height: 95px;
	margin-top: -5px;
	margin-left: 16px;
}

	.highlight
	{
		float: left;
		width: 180px;
		height: 100%;
		background-image: url('/images/home/bg_highlight.png');
		background-repeat: no-repeat;
	}
	
	.highlight_bg {
		position:absolute;
		width: 162px;
		height:69px;
	}
	
	.highlight .holder,
	.highlight .holder_over
	{
		width: 162px;
		height: 85px;
		margin-left: 9px;
		background-position: bottom left;
		background-repeat: no-repeat;
	}
	
	.highlight .shade,
	.highlight .content
	{
		position: absolute;
		width: 162px;
		height: 69px;
		padding-top: 16px;
	}
	
	.highlight h3,
	.highlight p
	{
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 7px;
		margin-right: 7px;
		padding: 0px;
		font-size: 11px;
		color: #999;
		line-height: 15px;
	}
	
	.highlight h3
	{
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.highlight a,
	.highlight a *
	{
		color: #999;
		text-decoration: none;
	}
	
	.highlight a
	{
		clear: both;
		width: 148px;
	}
	
		.highlight .label .arrow
		{
			cursor: pointer;
			float: left;
			width: 10px;
			text-align: left;
			font-size: 10px;
		}
		
		.highlight .label
		{
			cursor: pointer;
			float: left;
			width: 155px;
			font-size: 11px;
			margin-left: 7px;
		}
		
		* html .highlight .label {
			margin-left: 4px;
		}
	
	.highlight .holder_over .shade
	{
		background-color: #000;
		opacity: 0.5;
		filter: alpha(opacity = 50);

	}
	
	.highlight .holder_over h3,
	.highlight .holder_over p,
	.highlight .holder_over a,
	.highlight .holder_over a:hover,
	.highlight .holder_over a:hover *
	{
		color: #FFF;
	}

#spotlight
{
	position: absolute;
	width: 209px;
	height: 188px;
	margin-top: -188px;
	margin-left: 780px;
	background-image: url('/images/home/bg_spotlight.png');
	background-repeat: no-repeat;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	cursor:pointer;
}

	#spotlight img
	{
		margin-top: 9px;
		margin-left: 9px;
	}
	
	#spotlight_flash
	{
		margin: 9px 0px 0px 9px;
	}