#gallery-container{
	margin-top: 10px;
	background: #fff;
	padding: 5px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#gallery {
	-moz-border-radius: 8px;
	border-radius: 8px;
	float: left;
	position:relative;
	overflow: hidden;
	width: 580px;
	height:260px;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}
	

	#gallery .caption {
		font-family: tahoma;
		font-size: 12px;
		z-index:600; 
		color:#fff; 
		height:65px; 
		width:100%; 
		position:absolute;
		bottom:0;
		background: url(../images/capbg.png) repeat;
	}

	#gallery .caption .content {
		padding: 6px;
		height:65px; 
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		padding-bottom: 3px;
		font-weight: bold;
		color:#fff;
	}
	.pagination{
		z-index:600; 
		position:absolute;
		bottom: 0px;
		left: 5px;
	}
	.pagination li{
		float: left;
		margin:0 1px;
		width:12px;
		list-style-position:outside;
		overflow: hidden;
	}
	.pagination li p{
		margin: 0;
		float:left;
		overflow:hidden;
		display:block;
		width:12px;
		height:0;
		padding-top:12px;
		background: url(../images/pagination.png);
		background-position:0 0;

	}
	.pagination li.selected p{
		background-position:0 -12px;
	}