/*	-------------------------------------------------------------
	Background images
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#head {
		background: url(../../images/bgs/watchTop.jpg);
		}
	
	#bottom {
		background: url(../../images/bgs/watchBottom.jpg);
		}

/*	-------------------------------------------------------------
	Menu
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	li#watch a {
		background: none !important;
		}
		
/*	-------------------------------------------------------------
	Box
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		
	#watchBox div {
		margin: 150px 0 0;
		height: 180px;
		overflow: auto;
		}
		
	#watchBox ul {
		width: 160px;
		margin: 0 auto;
		list-style-type: none;
		}
	
	#watchBox ul li {
		width: 160px;
		float: left;
		display: inline;
		margin: 0 15px 0 0;
		}

	#watchBox ul li p {
		padding: 0;
		text-align: center;
		line-height: 17px;
		margin: 160px 0 0;
		background-color: #FFFFFF;
		}
		
	#watchBox ul li a {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
		}
		
	#watchBox ul li a:hover {
		text-decoration: underline;
		}
		
	li.last { margin: 0; }
	li#poormans { background: url(../../images/videos/poormans.jpg); }
	li#farewell { background: url(../../images/videos/farewell.jpg); }
