.slideshow {
	position:relative;
	width: 733px;
	height:320px;
	overflow:hidden;
	margin:0 auto;
	float:left;
}
.slides {
	width:733px;
	height:320px;
}
	.slides img {
		width:733px !important;
		height:320px !important;
	}
	.slidebutton {
		position:absolute;
		bottom:15px;
		left:15px;
		z-index:200;
		width:10px;
		height:10px;
		line-height:10px;
		overflow:hidden;
		opacity:0.5;
		filter:alpha(opacity=50);
	}
		a.slidebutton:hover {
			opacity:1.0;
			filter:alpha(opacity=100);
		}
	#slideshow-nav {
		position:absolute;
		bottom:15px;
		left:32px;
		z-index:200;
	}
		#slideshow-nav a {
			background: #fff;
			width:10px;
			height:10px;
			color:#fff;
			text-decoration:none;
			font-weight:bold;
			font-family:Arial;
			line-height:10px;
			text-align:center;
			font-size:10px;
			float:left;
			margin-right:2px;
			opacity:0.5;
			filter:alpha(opacity=50);
		}
			#slideshow-nav a.activeSlide,
			#slideshow-nav a:hover {
				opacity:1.0;
				filter:alpha(opacity=100);
			}
