body{
	font-family:arial
}

.clear {
	clear:both
}

#gallery {
	height:294px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}
	#gallery a {
		position:absolute;
	}
	#gallery a:hover {
		cursor: default;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		color:#ffffff; 
		width:900px;
		height: 294px;
		position:relative;
		top: 0px;
		left: 0px;
		margin: 0px;
		padding: 0px;
	}

	#gallery .caption .content {
		postion: absolute;	
		left: 0px;
		top: 0px;	
	}
	
	#gallery .caption .content h4 {
		margin:0;
		padding:0;
		text-transform: capitalize;
		color:#fff;
		letter-spacing: -2px;
		font-size: 53px;
		line-height: 50px;
		position: absolute;
		display: block;
		padding-bottom: 10px;
		padding-right: 5px;
		font-weight: normal;
		height: 120px;
	}
	#gallery ul {
		margin: 0px;
		padding: 0px;
		width: 610px;	
		list-style: none;	
		position: absolute;
	}
		#gallery p {
			font-size: 24px;
			color: #FFFFFF;
			line-height: 36px;
			font-weight: normal;
			padding-left: 10px;
			position: absolute;
			text-transform: none;	
			letter-spacing: -1px;
		}
		#gallery ul li {
			font-size: 24px;
			color: #FFFFFF;
			line-height: 36px;
			font-weight: normal;
			padding-left: 10px;		
			letter-spacing: 0px;
		}
			#gallery ul li img {
				border: 0px;
				padding: 12px 10px 0 0;
				float: left;
			}
			#gallery ul li a {
				color: #ffbe79;
				padding-bottom: 3px;
				text-decoration: none;
				position: relative;
				font-style: italic;				
				padding-right: 5px;	
			}
			#gallery ul li a:hover {
				text-decoration: underline;
				cursor: pointer;
			}
	#gallery h4.working {
		top: 15px;
		left: 23px;
	}
	#gallery ul.working {
		top: 120px;
		left: 26px;
	}
	#gallery h4.full-factoring {
		top: 15px;
		left: 300px;
	}
	#gallery ul.full-factoring {
		top: 70px;
		left: 300px;
	}
	#gallery h4.get-there {
		top: 15px;
		left: 34px;
	}
	#gallery ul.get-there{
		top: 120px;
		left: 32px;
	}
	#gallery h4.holidays {
		top: 15px;
		left: 21px;
	}
	#gallery p.holidays {
		top: 120px;
		left: 17px;
	}
	
	#gallery ul.holidays {
		top: 120px;
		left: 17px;
	}
	
