body { 
}

#main { 
	margin: 0 auto; 
	position:relative;
	width:944px;
}

#header { 
	background-color: #eee; 
	font-weight: normal; 
	margin:0; 
	padding:10px; 
	font-size: small; 
}

pre { 
	text-align: left; 
	overflow: visible; 
}

code { 
	background-color: #ffc; 
}

pre code { 
	background-color: #eee; 
}

.pics { 
	padding:0; 
	margin:0; 
	overflow: hidden; 
}

.pics img { 
	height: 189px; 
	width: 933px; 
	top:0; 
	left:0; 
}

#buttonContainer{
	position:absolute;
	top:15px;
	right:15px;
	z-index:10;
	width:210px;
}



input.cyclebutton{
	background-color:#0075BC;
	color:#FFF;
	border:none;
	margin:0 2px;
	height:30px;
	width:28px;
}

input.cyclebutton:hover{
	background-color:#FFF;
	color:#0075BC;
	border:none;
	margin:0 2px;
	height:30px;
	width:28px;
}
