#home-page {
	background:url(../images/home-bg.gif) repeat-x bottom;
	width:586px;
	height:540px;
	position:relative;
}
#home-main-image {
	width:586px;
	height:382px;
}
#home-watch-image {
	position:absolute;
	bottom:12px;
	right:-120px;
}
#home-links {
	position:absolute;
	top:390px;
	left:12px;
}
#home-text {
	position:absolute;
	bottom:12px;
	left:12px;
	width:300px;
}

/* overwrite image caption object styles */
#home-main-image .object-image-caption {
	display:none;
}
#home-watch-image .object-image {
	position:relative;
}
#home-watch-image .object-image-caption {
	position:absolute;
	bottom:0;
	right:200px;
	width:160px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:11px;
	line-height:14px;
	text-align:right;
	color:#939598;
}

/* overwrite link objects styles */
#home-links .home-object, #home-links .home-bullet {
	float:left;
	color:#939598;
}
#home-links .home-bullet {
	padding:0 10px;
}
#home-links .object-link {
	margin:0;
}
#home-links .object-link-text, #home-links .object-link-text a {
	color:#939598;
	text-transform:uppercase;
	padding-top:2px;
}
#home-links .object-link-text a:hover {
	text-decoration:underline;
}
#home-links .object-link-arrow a, #home-links .object-link-anchor a, #home-links .object-link-video a {
	padding-left:0; background:none;	
}

/* fix layout for cp */
.cp-body #home-page {
	height:auto;
	background:none;
}
.cp-body #home-main-image {
	width:586px;
	height:auto;
}
.cp-body #home-watch-image {
	position:relative;
	bottom:auto;
	right:auto;
}
.cp-body #home-links {
	position:relative;
	top:auto;
	left:auto;
}
.cp-body #home-text {
	position:relative;
	bottom:auto;
	left:auto;
	width:300px;
}
.cp-body #home-links .home-object {
	float:none;
}
.cp-body #home-links .home-bullet {
	display:none;
}
.cp-body #home-links .object-link {
	padding-bottom:10px;
}
