div.gal {
	float: left;
	text-align: center;
	padding: 20px 0px;
	width: 176px;
	height: 100px;
	margin-bottom: 10px;
}

img.thumbs {
	width: 75px;
	margin: 5px;
}

img#image {
	max-width: 100%;
}

img.img { max-width: 150px; }

img.galimg { max-width: 150px; -webkit-box-reflect:below 5px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.7, transparent), to(white)); }

div#smallimagebox { width: 675px; margin: 10px 0px 10px 10px; border: 2px solid #cccccc; padding: 5px; float: left; height: 130px; }

div#smallimagebox img { vertical-align: middle; margin: 4px 2px; max-width: 125px; -webkit-box-reflect:below 5px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.8, transparent), to(white));  }

div#smallimagebox img#active { border: 2px solid #454545; margin: 2px 0px; }

.uploadifyQueueItem {
	color: #000;
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}

.navthumb { float: left; width: 125px; height: 100px; padding: 5px; }

.navthumb img { max-width: 110px; }
