#image-gallery{
	height: 533px;
}

#image-gallery ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
	#image-gallery ul li{
		float: left;
		padding: 0 12px 5px 0;
	}

#image-gallery .content{
	float: left;
	width: 400px;
}
#thumb-container{
	float: left;
	background: url('images/content-bg.png');
	height: 533px;
	width: 400px;	
}
#image-gallery .navigation{
	padding: 20px;
}

#image-gallery .controls{
	clear: both;
	text-align: left;
}
.slideshow{
	width: 400px;
	height: 533px;
}

.nav-controls{
	margin: 1px 0;
}
.pagination{
	border-top: 1px #666 solid;
	padding-top: 2px;
}
.top{
	display: none;
}
	.nav-controls a, .pagination a{
		font-size: 12px;
		padding-right: 4px;
	}
		span.current{
			padding-right: 4px;
		}
	
	