body {
	margin:0; 
	padding:0;
	background:#89c38e;
	}
#main { 
	z-index:1; 
	width:100%;
	height:941px;
	position:relative;
	background:url(/images/bg.jpg) top left no-repeat; 
	}
a.gallery-link { 
	display:block;
	float:left; 
	width:30px;
	height:22px;
	text-align:center; 
	font-size:16px; 
	text-decoration: none;
	display:none; /* DELETE THIS TO SHOW PAGE NUMBER BUTTONS */
	}
a.gallery-link:visited { color:#666; }
a.gallery-link:hover,a.gallery-link.activ { color:#000; }
#gallery-image {
	position:absolute;
	top:94px;
	left:156px;
}
#gallery-image-fridays {
	width:759px;
	height:346px;
}
img { border:0; }
#pagenav {
	clear:left;
	position:relative;
	margin-top:150px;
}
a.prev,a.next {
	display:block;
	position:absolute;
	top:116px; left:0;
	width:111px;
	height:76px;
	background:url(/images/hand_left.gif) top left no-repeat;
}
a.next { background:url(/images/hand_right.gif) top left no-repeat; top:40px; }
a.prev:hover,a.next:hover { background-position:0 -142px; }
a.prev span,a.next span { visibility:hidden; }
#gallery-nav { position:relative; height:100%; width:130px; }

/* BUTTONS */

a#home { position:absolute; top:200px; left:0; width:120px; height:85px; background:url(/images/home.gif) top left no-repeat; }
a#home:hover { background-position:0 -135px; }
#home-header h1,#home span { visibility:hidden; margin:0; padding:0; }

a#pets,a#office,a#cutlery,a#fetishes,a#fridays {
	position:absolute;
	display:block;
	width:160px;
	height:178px;
	left:600px;
	top:82px;
	background:url(/images/butt_pets.gif) top left no-repeat;
	z-index:2
}
a#office { top:0; left:348px; width:320px; height:92px; background:url(/images/butt_office.gif) top left no-repeat; z-index:4; }
a#cutlery { top:222px; left:596px; width:195px; height:163px; background:url(/images/butt_cutlery.gif) top left no-repeat; z-index:4; }
a#fetishes { top:386px; background:url(/images/butt_fetishes.gif) top left no-repeat; z-index:6; }
a#fridays { top:560px; left:436px; width:250px; height:145px; background:url(/images/butt_fridays.gif) top left no-repeat; z-index:8; }
a#pets span,a#office span,a#cutlery span,a#fetishes span,a#fridays span { visibility:hidden; }

/* Button hover effects */
a#pets:hover,a#office:hover,a#cutlery:hover,a#fetishes:hover,a#fridays:hover { background-position:0 -300px; }

/* Active button depressed */
a#pets.activ,a#office.activ,a#cutlery.activ,a#fetishes.activ,a#fridays.activ { background-position:0 -300px; }