.fixedGallery {
	width: 500px;
	padding:14px 0 0 0 !important;
	margin:0 0 10px 0 !important;
	float:left;
	border-bottom:solid #eee 10px;
	border-top:solid #eee 10px;
}

.fixedGallery .transparent {
	-khtml-opacity:.5;
	-moz-opacity:.5;
	opacity:.5;
	filter:alpha(opacity=50);
	zoom:1;
}

.fixedGallery .leftButton {
	float: left;
}

.fixedGallery .thumbnails { 
	width:420px;
	height:80px;
	overflow:hidden;
	float: left;
}

.fixedGallery .thumbnails a { 
	display:block;
	float:left;
	cursor:pointer;
	border:0 none;
}

.fixedGallery .thumbnails a img {
	border: 0 none;
	margin:0 !important;
	padding:0 !important;
}

.fixedGallery .clear { 
	clear:both;
}

.fixedGallery .leftButton {
	padding-top:15px;
	margin-right:10px;
}
.fixedGallery .rightButton {
	padding-top:15px;
	margin-left:10px;
}

/*.fixedGallery p {
	font-size:1.1em;
}*/

.fixedGallery .imageTitle {
	font-weight: bold;
	color:#333;
	margin-top:10px;
}
.fixedGallery .imageDesc {
	color:#666;
	padding-top:0 !important;
	margin-top:-15px !important;
}