#home {
	background: url(../../../library/images/black-shadow.png) left 510px repeat-x;
}
#videoPlayer {
	width: 100%;
	height: 510px;
}

#slider {width: 959px; height: 511px;}

.collections {
	margin: 30px 0 10px;
	background: url(../../../library/images/transparent-article-separator.png) center bottom no-repeat;
	padding: 0 0 20px; 
}
	.watch {
		width: 290px;
		padding: 0 15px 30px;
		background: url(../../../library/images/vertical-dotted-line.png) left center repeat-y;
		float: left;
	}
		.watch:first-child,
		.watch:first-of-type {
			background: none!important;
		}
	.collections img {
		display: block;
		position: absolute;
		margin: -30px 0 0 -12px;
	}
	.collections h3 {
		font: 1.9em Century;
		font-weight: 400;
		text-transform: uppercase;
		text-align: left;
		padding: 0 0 10px 0px;
		margin: 5px 0 10px 140px;
		background: url(../../../library/images/content/homepage/h3.png) right bottom no-repeat;
		width:150px;
	}
	.collections p {
		color: #aaa;
		direction: ltr;
		text-align: left;
		line-height: 150%;
		float: right;
		width: 150px;
		min-height: 60px;
	}
	.collections ul {
		list-style: none;
		text-transform: uppercase;
		font-size: 1.2em;
		display: block;
		float: right;
		margin: 10px 0 0;
	}
		.collections ul li {
			background: url(../../../library/images/arrows-right.png) left no-repeat;
			padding-left:12px;
			text-align: right;
			display: inline;
		}
	.collections a {
		color: #aaa;
		font: 12px Century;
		padding: 0 0 0 5px;
	}
		.collections a:hover {
			color: {orange};
		}

.links {
	width: 100%;
	margin: 15px 0 15px;
	background: url(../../../library/images/separator-dotted-three-column.png) 240px top repeat-y;
}
	.link {
width: 210px;
padding: 5px 15px;
display: block;
float: left;


	}
	.links h4{
		display:block;
		text-align:left;
		text-transform: uppercase;
		color: #aaa;
		font: normal 15px Century;
	}
	.links h4 a{
		display:block;
	}
	.links p {
		color: #aaa;
		text-align: left;
		margin:20px 0 0;
		line-height: 150%;
		min-height: 80px;
	}
	
	.links p + a {
	/*	display: none;  */
		color: {orange};
		float: right;
		font: normal 12px Century;
		text-transform: uppercase;
		margin: 5px 0 0;
	}
