* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #FFFFFF;
	font: 76% Arial, Helvetica, sans-serif;
	color: #FFAE00;
}

a {text-decoration: none; }

p { text-align: center;}

ul {
	width: 610px;
	margin: 50px auto;
	list-style-type: none;
}
	li { 
		margin: 0;
		height: 273px; 
		vertical-align: middle;
		position: relative;
		z-index: 1;
	}

	li.right {
		background-image:url(rightarrow.gif);
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	li.left {
		margin-top: -134px;
		background-image:url(leftarrow.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	li a {
		position: absolute;
		top: 69px; left: 193px;
		display: block;
		width: 224px; height: 135px;
		letter-spacing: -3000px;
		text-indent: -3000px;
		
	}
	
	li.right a {
		background-color:#FFAE00;
		border-right: none;
		border-top: 2px solid #FFAE00;
		border-left: none;
		border-bottom: 2px solid #FFAE00;
		background-image: url(scott.gif);
		background-position: 65px 35px;
		background-repeat: no-repeat;
		z-index: 100;
	}
	
	li.left a {
		background-color: #fff;
		border-right: 2px solid #FFAE00;
		border-top: 2px solid #FFAE00;
		border-left: none;
		border-bottom: 2px solid #FFAE00;
		background-image: url(waltandbridget.gif);
		background-position: 0 20px;
		background-repeat: no-repeat;
	}