/*Standard settings to normalize document from the start */

/* Normalizes margin, padding */


/* Removes list-style from lists */
ol, ul {
/*	list-style:none;
	margin:0;
	padding:0;*/
}

/* #3. Button placement */
div#button{
	position:absolute;
	margin-top:-129px;
	margin-left:420px;
	z-index:99;
}

div#images{
	width:420px;
	height:127px;
	overflow:hidden;
}

/* #3. Navigation buttons to the left of disjointed images */
div#button li{
	position:relative;
	width:140px;
	height:32px;
	text-indent:-9999px;
}
	
/* #3. Make the Buttons Clickable */
li#b1 a, li#b2 a, li#b3 a, li#b4 a{
	width:140px;
	height:32px;
	display:block;
	border-top: 1px solid #d1c493;
}

/* #3. Normal Button States */
li#b1{
	background:url(/pr/b1.png) no-repeat;
	}
li#b2{
	background:url(/pr/b2.png) no-repeat;
	}
li#b3{
	background:url(/pr/b3.png) no-repeat;
	}
li#b4{
	background:url(/pr/b4.png) no-repeat;
	}
	
/* #3. Hover Button States */
li#b1:hover{
	background:url(/pr/b1_.png) no-repeat;
	}
li#b2:hover{
	background:url(/pr/b2_.png) no-repeat;
	}
li#b3:hover{
	background:url(/pr/b3_.png) no-repeat;
	}
li#b4:hover{
	background:url(/pr/b4_.png) no-repeat;
}