
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: none;
	
}

h1, h2 {
	font-family:"Courier New", Courier, mono;
	margin: 0;
}
h1 {
	padding: 0;
	font-size:3em;
	color: #333;
	letter-spacing:-1px;
}
h2 {
	padding-top: 10px;
	font-size:2em;
	letter-spacing:-1px;
}
div#gallery {
padding-top:66px;
}

div#page {
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}

div.controls {/*right and left arrows at top*/
	float: left;
	font-size: 11px;
	padding-top:5px;
}

ul.thumbs {/*numbers*/
	margin: 6px 5px 5px 5px;
	padding: 0;
	float: left;

}

ul.thumbs li {
	list-style:none;
	display:inline !important;
	font-family:"Courier New", Courier, mono;
	font-size:10.5px;
	padding:0px;

}
ul.thumbs li.selected a {
color:#990000;
}

div.slideshow {
	clear: both;
}
