.fadeboxgallery{
	float: left;
	width: 468px;
	margin-bottom: 20px;
	}
.fadeboxgallery .fadeboxnav{
	clear: both;
	float: left;
	width: 99%;
	padding: 5px;
	}
.fadeboxgallery .fadeboxnav a{
	float: left;
	border: 3px solid #e4e4e4;
	height: 24px;
	width: 24px;
	color: #cccccc;
	margin-right: 10px;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
	text-align: center;
	}
.fadeboxgallery .fadeboxnav a:hover{
	color: #000000;
	}
.fadeboxgallery .fadeboxnav a.active{
	background: #fdb813;
	color: #000000;
	}
.fadeboxgallery .imagebox{
	clear: both;
	}
.fadeboxgallery .imagebox div{
	margin: 5px;
	}
.fadeboxgallery .imagebox div img{
	display: block;
	}
