.galleryThumb {
	overflow:hidden;
	width:72px;
	height:48px;
	margin:5px;
}

.galleryThumb img{
	border: 2px solid #635F3A;
}

.galleryThumb:hover img {
	/*border:2px solid #5a4099;*/
	opacity:.75;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	border: 2px solid #5a4099;
}

#photos_div{
	width: 580px;
	padding-left: 10px;
}

#photos_div .gal_photo{
	float: left;
	margin: 0px;
	padding: 5px 15px 5px 10px;
	cursor: move;
	width: 110px;
}

#photos_div .order{
	background-color: #A7A386;
	width: 24px;
}

.gal_photo img{
	overflow:hidden;
	width:72px;
	height:48px;
}

.gal_photo img:hover{
	opacity:.75;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
}

/*
.galleryThumb:hover:after {
  content: "Click me";
}
*/
/*
.galleryThumb abbr[title]:after {
  content: "";
}
.galleryThumb abbr[title]:hover:after {
  content: " (" attr(title) ")";
}
*/
