.fixedGallery {
	width:585px;
	height:auto;
	padding:34px 0 0 0 !important;
	margin:0 0 110px 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 {
		padding-left:34px;
		margin:0;
		display:block;
	}

.fixedGallery .thumbnails { 
	width:487px;
	height:128px;
	overflow:hidden;
	float: left;
	padding:26px 0 0 0;
	background-image:url(../images/gallery/bg-thumbnails.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
	.fixedGallery.popup .thumbnails { 
		width:100px;
	}

.fixedGallery .thumbnails img { 
	height:100px;
}
.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:100px;
	margin:0 !important;
	padding:0 !important;
	vertical-align:middle;
}

.fixedGallery .clear { 
	clear:both;
}

.fixedGallery .leftButton {
	float: left;
	padding:0;
	margin-top:20px;
	width:47px;
	height:134px;
}

.fixedGallery .rightButton {
	width:51px;
	height:134px;
	padding:0;
	margin-top:20px;
	float:left;
}

.fixedGallery p {
	font-size:1.2em;
}

.fixedGallery .imageTitle {
	font-size:1.4em;
	color:#49a1cc;
	margin-top:10px;
	padding:0 0 3px 34px;
}
.fixedGallery .imageDesc {
	color:#666;
	padding:0 0 0 34px !important;
	margin-top:-15px !important;
}
