/* SlideShow */
div.slideshow {
	background: transparent;
	border:1px outset #FFF;
	margin:0 auto 30px auto;
	top:15px;
}
div.slideshowLeft {
	float:left;
	left:150px;
	position:relative;
}
div.slideshowRight {
	float:right;
	right:150px;
	position:relative;
}
div.slideshow p {
	position:absolute;
	padding:0px 5px;
	margin:0;
	bottom:0;
	right:0;
	width: auto;
	opacity:0.7 !important;
	color:#000;
	background-color:#FFF;
	z-index: 101;
}
div.slideshow strong {
	color: #9D0960;
	font-weight: normal;
}
div.slideshow ul {
	background: #FFF;
	position: absolute;
	opacity: 0.5;
	overflow: hidden;
	padding: 4px 8px;
	right: 0;
	top: 0;
	z-index: 100;
}
div.slideshow:hover ul {
	opacity: 1.0;
}
div.slideshow ul a {
	background: url(css/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(css/prev.gif);
	width: 14px;
}
div.slideshow ul a.next {
	background-image: url(css/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;
}

