#content #map img {
    margin: 0px;
}

.filelist li.stylesheet a { background-image:url(path/to/your/icon.gif); } .filelist li.webpage a { background-image:url(path/to/your/icon.gif); } 

/* Local.css
  * This file is for custom CSS used only on this website
  * You should only edit this file if you are familiar with CSS.
  */
  
body {
	/*background: #fff;*/
}

kentPageBody {
	background: #000;
	display: block;
}

.floatRightSlim {
	margin-right:0;
	margin-top:0;
	width:151px;
}

#videonext-left a {
	text-decoration:none;
	text-align:center;
	background-image:url(/videoaudio/images/left.jpg);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
	padding: 0px 0px 0px 20px;
}


#videonext-right a {
	text-decoration:none;
	text-align:center;
	background-image:url(/videoaudio/images/right.jpg);
	background-position:right;
	background-repeat:no-repeat;
	float:right;
	padding: 0px 22px 0px 0px;
}