#slideshow {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 66.66%;/* (h/w*100) */
	margin: 20px auto;
}
#slideshow:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#slideshow li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: '0';
}
#slideshow li img {
	width: 100%;
}
#slideshow .pagiNation {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	visibility: visible;
	z-index: 110;
}
#slideshow .pagiNation a {
	margin: 0 4px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	border-radius: 50%;
	background: #f5fcff;
}
#slideshow .pagiNation a.pnActive {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
