@charset "utf-8";
/* CSS Document */

.slideshow {
	height: auto;
	width: 830px;
}
.slideshow img {
	border: 1px solid #ccc;
	background-color: #eee;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#nav {
	list-style-type:none;
	z-index:150;
}
#nav li a {
	display:block;
	width:58px;
	height:102px;
	text-indent:-9999px;
	outline:none;
}
#prev a {
	background:url(images/left.png);
	width:58px;
	height:102px;
	position:absolute;
	top:271px;
	left:-70px;
}
#next a {
	background:url(images/right.png);
	width:58px;
	height:102px;
	position:absolute;
	top:271px;
	right:-70px;
}
#next a:hover {
	background:url(images/right_over.png);
}
#prev a:hover {
	background:url(images/left_over.png);
}
