#main {
	background-color: #fff;
	margin: 0;
}

#main h1 {
	padding:0;
	margin-top: 0px;
}

#main h2 {
	text-align: center
}

pre {
	text-align: center;
	overflow: auto;
}

code {
	background-color: #ffc;
}

pre code {
	background-color: #eee;
}    

#demos h1 {
	text-align: center;
}

#slideshow  { 
	width: 200px;
	height: 184px;
	border: 0;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

#slideshow div {
	text-align: center;
	padding-right: 19px;
	margin-top: 5px;
}

#slideshow div p {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	margin-top: 0;
}

#slideshow div a {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #333;
}

#slideshow div a:hover {
	text-decoration: none;
}

#slideshow div img {
	border: 0;
