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

/*	-------------------------------------------------------------
	Menu
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	li#images a {
		background: none !important;
		}
		
/*	-------------------------------------------------------------
	Image list
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#imageList {
		width: 226px;
		height: 164px;
		float: left;
		display: inline;
		margin: 154px 2px 0 161px;
		background-color: #FFFFFF;
		overflow: auto;
		}

	#imageList ul {
		list-style-type: none;
		text-align: right;
		padding: 20px;
		line-height: 20px;
		}
		
	#imageList ul li {
		background: url(../../images/leftArrow.gif) right center no-repeat;
		}
	
	#imageList ul li a {
		color: #4C4C4C;
		padding: 0 10px 0 0;
		text-decoration: none;
		}
		
	#imageList ul li a:hover {
		color: #BB5456;
		}
	
	#imageBox {
		color: #FFFFFF;
		width: 360px;
		height: 288px;
		float: left;
		padding: 15px;
		overflow: auto;
		}
		
	#imageBox ul {
		margin: 20px 0 0;
		list-style-type: none;
		}
		
	#imageBox ul li {
		width: 338px;
		font-size:1px;
		margin: 0 15px 15px 0;
		}
		
	#imageBox ul li.last {
		margin-right: 0;
		}
