	#jq-folio {
		position: relative;
	}

	.slideshow div {
		display: block;
		float: left;
		height: 275px;
		padding: 10px 15px;
		position: relative;
		width: 430px;
	}
	
	.nav {
		bottom: 28px;
		clear: both;
		display: block;
		font-size: 12px;
		height: 15px;
		left: 5px;
		line-height: 13px;
		margin: 0px 6px 1px 6px;
		position: absolute;
		text-align: center;
		z-index: 100;
	}
	
	.nav a:link, .nav a:visited {
		background: #999;
		border: 1px solid #fff;
		color: #fff;
		display: block;
		float: left;
		height: 13px;
		margin-right: 7px;
		position: relative;
		width: 13px;
		text-decoration: none;
	}
	
	.nav a:link.activeSlide{ background: #333; }
	
	.nav a:hover { 
		background: #b32018;
		text-decoration: none;
	}