@charset "utf-8";
div.slideshow {
	padding: 13px 12px 13px 12px;
	/*background: url(/img/slideshow_bg.jpg) no-repeat;*/
	width: 482px;
	height: 330px;
}
div.slideshow p {
	padding-top: 10px;
	width: auto;
}
div.slideshow strong {
	color: #9D0960;
	font-weight: normal;
}
div.slideshow ul {
	background: #FFF;
	position: absolute;
	opacity: 0.25;
	filter: alpha(opacity=25); 
	overflow: hidden;
	padding: 0px 0px;
	right: 0px;
	top: 287px;
	z-index: 1000;
}
div.slideshow:hover ul {
	opacity: 0.75;
	filter: alpha(opacity=75); 
}
div.slideshow ul a {
	background: url(/scripts/a.gif) no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 14px;
	margin: 0 4px 0 0;
	overflow: hidden;
	width: 12px;
}
div.slideshow ul a.prev {
	background-image: url(/scripts/prev.gif);
	width: 14px;
}
div.slideshow ul a.next {
	background-image: url(/scripts/next.gif);
	margin-right: 0;
	width: 14px;
}
div.slideshow ul a.active,
div.slideshow ul a.prev:hover,
div.slideshow ul a.next:hover {
	background-position: 0 -14px;
}
div.slideshow ul li {
	float: left;
	list-style: none;
}

#slideshow img { background-color: #FFF }