@charset "utf-8";
/* CSS Document */
		div.slideshow {
			/*margin: 18px auto;*/
			margin-right:12px;
			position:relative;
			left:210px;
		}
		div.slideshow ul {
			background: #FFF;
			bottom: 0;
			position: absolute;
			overflow: hidden;
			padding: 4px 8px;
			right: 0;
			z-index: 1000;
		}
		div.slideshow ul a {
			background: url(../images/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(../images/prev.gif);
			width: 14px;
		}
		div.slideshow ul a.next {
			background-image: url(../images/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;
		}

