div.slideshow {
			margin: 0px auto;
			direction: ltr;

		}
		div.slideshow p {
			float: left;
			padding: 8px 10px;
			width: auto;
			position: absolute;
			bottom: 26px;
			left: 0px;
			z-index: 999;
			color: #ffffff;
		}
		div.slideshow strong {
			color: #9D0960;
			font-weight: normal;
		}
		div.slideshow ul {
			position: absolute;
			opacity: 0.5;
			filter:alpha(opacity=30);
			-moz-opacity:0.5;
			overflow: hidden;
			padding: 4px 8px;
			left: 10px;
			bottom: 10px;
			display: block;
			z-index: 999 !important;
			background: url(../images/top-navigation-bg.png) repeat 0 0;
		}
		div.slideshow:hover ul {
			opacity: 1.0;
			filter:alpha(opacity=60);
			-moz-opacity:1.0;
		}
		div.slideshow ul a {
			background: url(../images/slideshow-dot.png) no-repeat 0px 3px;
			cursor: pointer;
			display: block;
			float: left;
			height: 18px;
			margin: 0 8px 0 0;
			overflow: hidden;
			width: 12px;
			z-index: 99999 !important;
		}
		div.slideshow ul a.prev {
			background: url(../images/prev.png) no-repeat 0px 0px;
			width: 18px;
			height: 18px;
			z-index: 99999 !important;
		}
		div.slideshow ul a.next {
			background: url(../images/next.png) no-repeat 0px 0px;
			margin-right: 0;
			width: 18px;
			height: 18px;
			z-index: 99999 !important;
		}
		div.slideshow ul a.active {
			background-position: 0 -13px;
		}
		div.slideshow ul a.prev:hover,
		div.slideshow ul a.next:hover {
			background-position: 0 -20px;
		}
		div.slideshow ul li {
			float: left;
			list-style: none;
		}