
/*	Slideshow styles
----------------------------------------------- */
div.slideshow div {
	border: 1px solid #333 !important;
	}
div.slideshow p {
	margin-top: 3px;
	}
div.slideshow ul {
	background: white;
	position: absolute;
	top: -2px !important;
	right: -1px;
	overflow: hidden;
	padding: 2px 3px;
	z-index: 999;
	opacity: 0.5;
	text-align: center;
	}
div.slideshow ul:hover {
	opacity: 1;
	}
div.slideshow ul a {
	background: url(/i/misc/slideshow/a.gif) no-repeat;
	cursor: pointer;
	display: block;
	height: 10px;
	padding: 0;
	overflow: hidden;
	width: 10px;
	}
div.slideshow ul a.prev {
	background-image: url(/i/misc/slideshow/prev.gif);
	padding-right: 4px;
	}
div.slideshow ul a.next {
	background-image: url(/i/misc/slideshow/next.gif);
	margin-right: 0;
	}
div.slideshow ul a.active,
div.slideshow ul a.prev:hover,
div.slideshow ul a.next:hover {
	background-position: 0 -10px;
	}
div.slideshow ul li {
	float: left;
	list-style: none !important;
	}
div.slideshow ul a:hover {
	border-bottom: none;
	}

/* Kill the #main img and list styles */
#main .slideshow img {
	padding: 0px !important;
	margin: 0px !important;
	border: none;
	}
#main .slideshow li { margin: 0; }
	