div.slideshow {
			margin: 0px auto;
			direction: ltr;

		}
		div.slideshow p {
			float: left;
			padding: 5px 60px 5px 19px;
			width: auto;
			position: absolute;
			bottom: 39px;
			right: 0px;
			z-index: 999;
			color: #ededed;
			font-weight: normal;
			font-size: 40px;
			line-height: 42px;
			height: 42px;
			background: url(../images/slideshow-caption-bg.png) no-repeat 0 0;
		}
		div.slideshow strong {
			color: #9D0960;
			font-weight: normal;
		}
		div.slideshow ul {
			position: absolute;
			overflow: hidden;
			height: 50px;
			left: 42%;
			bottom: -25px;
			display: block;
			z-index: 99999 !important;
		}
		div.slideshow ul a {
			background: url(../images/slideshow-dot.png) no-repeat 0px 0px;
			cursor: pointer;
			display: block;
			float: left;
			height: 50px;
			margin: 0 0px 0 0;
			overflow: hidden;
			width: 22px;
			z-index: 99999 !important;
		}
		div.slideshow ul a.prev {
			background: url(../images/prev.png) no-repeat 0px 0px;
			width: 28px;
			height: 50px;
			z-index: 99999 !important;
		}
		div.slideshow ul a.next {
			background: url(../images/next.png) no-repeat 0px 0px;
			margin-right: 0;
			width: 28px;
			height: 50px;
			z-index: 99999 !important;
		}
		div.slideshow ul a.active {
			background-position: 0 -51px;
		}
		div.slideshow ul a.prev:hover,
		div.slideshow ul a.next:hover {
			background-position: 0 -51px;
		}
		div.slideshow ul li {
			float: left;
			list-style: none;
		}