.fixedGallery {
	width:500px;
	height:auto;
	padding:30px 0 0 0 !important;
	margin:0 0 30px 0 !important;
	float:right;
	background-image:url(../images/gallery/bg-photo.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
	.fixedGallery.popup {
		width:198px;
		background-image:url(../images/gallery/bg-photo-small.jpg);
		padding:0 !important;
		margin:0 0 0 -43px !important;
		float:left;
	}

	.fixedGallery img {
		margin:0;
		display:block;
	}

.fixedGallery .thumbnails { 
	width:420px;
	height:65px;
	overflow:hidden;
	float: left;
	padding-bottom:20px;
}
	.fixedGallery.popup .thumbnails { 
		width:100px;
	}

.fixedGallery .thumbnails img { 
	height:65px;
}
.fixedGallery .thumbnails a { 
	display:block;
	float:left;
	cursor:pointer;
	border:0 none;
	margin:0 !important;
	padding:0 !important;
}

.fixedGallery .thumbnails a img {
	border: 0 none;
	height:65px;
	margin:0 !important;
	padding:0 !important;
	vertical-align:middle;
}

.fixedGallery .clear { 
	clear:both;
}

.fixedGallery .leftButton {
	float: left;
	width:30px;
	height:30px;
	padding: 18px 10px 0 0;
}

.fixedGallery .rightButton {
	width:30px;
	height:30px;
	padding: 18px 0 0 10px;
	float:left;
}

.fixedGallery p {
	font-size:1.1em;
}

.fixedGallery .imageTitle {
	margin-top:10px;
	padding:0 0 3px 0;
}
.fixedGallery .imageDesc {
	padding:0 !important;
	margin-top:-15px !important;
}