#slideshow_container {
	width: 565px;
	height:565px;

	padding:5px;
	margin: 5px auto;
	position: relative;
	z-index: 1;
	font-size: 13px; 
	
	}		

a:link { 
		font-weight: bold; 
		text-decoration: none; 
		color: #666666;
		

		}
a:visited { 
		font-weight: bold; 
		text-decoration: none; 
		color: #666666;
		

		}
a:hover, a:active { 
		text-decoration: none; 
		color: #6E7E46;
		
		}


#content {
    padding-top: 45px; 
	width:600px;

	
}

.container { width:auto;
    
}

#main { width:auto; margin: 0px 0px 0px -30px; }

#main h1 { padding:0; margin-top: 20px }
#main h2 { text-align: left }
#header { background-color: #eee; font-weight: normal; margin:0; padding:10px; font-size: small }

table { margin: auto; border-collapse: separate; border-spacing: 20px }
td { vertical-align: top; text-align:center; width: 235px }
hr { margin-top: 20px; }

pre { text-align: left; overflow: visible}
code { background-color: #ffc }
pre code { background-color: #eee }

.pics {
	height: 550px;
	width: 525px;
	padding:0;
	margin:0;
	overflow: hidden;
}
.pics img {
	height: 500px;
	width: 500px;
	padding: 11px;
	border: 1px solid #ccc;
	background-color: #eee;
	top:0;
	left:0;
}
