#wrap{
	position:relative;
	text-align: center;
	margin:0 auto;
	/* Bloody IE.... needs to know the width here */
	width:100%;
}

#header{
	margin-bottom:20px;
}


#main-content li{
	border:solid #444;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#000;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

.bsb10 {border: 10px solid #fff;}
#previous{
	text-align:left;
	padding:0px 100px 0px 0px;
}

#next{
	text-align:right;
	padding:0px 0px 0px 100px;
}


#main-content a:hover {
	white-space: normal;
}

#main-content  a span{
/*\*/
	position:absolute;
	left:-9999px;

}

#main-content a:hover span{	
	top:10px;
	left:10px;
	width:90px;
	font-weight:bold;
	background:#FFF;
	color:#999;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:80%;
	border:1px solid #EEE;
	border-width:0 0 10px 0;
	filter: alpha(opacity=100);
	white-space: normal;
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 


img{
	/*
	border:1px solid #EEE;
	*/
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
	text-align:center;
/* delete line above and uncomment this for an inset effect
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
 */
}

#foot{
	padding-top:10px;
	margin-bottom:20px;
	clear:left;
}
