div.slideshow {
			margin: auto;
		}
		div.slideshow p {
			padding-top: 30px;
			width: auto;
		}


		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: 1000;
		}
		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;
		}
