@charset "utf-8";
/* CSS Document */
/* Modeled after: http://jquery.malsup.com/cycle/hover.html */

#slideshow {
    position: relative;
	width: 486px;
	height: auto;
	top: 20px;
	left: 85px;
	margin: 0 0 20px 0;
	padding: 0;
}
#controls {
	position: absolute;
	bottom: 0;
	left: 125px;
    width: 220px;
	height: auto;
    z-index: 1000;
	display: none;
    background-color: #444;
	border: 1px solid #888;
	margin: 0;
	padding: 6px; 
	text-align: center;
}
#controls span {
    margin: 0 5px;
}
#controls a {
    font-size:14px;
	font-weight: normal;
    color: #999;
	text-decoration: none;
}
#controls a:hover {
    color: #fff;
}
#slides {}
pre {
    text-align: left;
	overflow: visible;
}
code {
    background-color: #ffc;
}
pre code {
    background-color: #eee;
}
.pics {
    height: 238px;
	width: 486px;
	padding:0;
	margin:0;
	overflow: hidden;
}
.pics img {
	height: 238px;
	width: 486px;
	padding: 0;
	background-color: #BFBFA5;
	top:0;
	left:0;
}

/*
.pics img {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
*/