body { 
   -moz-opacity:.999; 
}

.simple #gallery {
	float: none;
	width: auto;
	padding: 0;
}

#gallery a {
	color: 336666;
    font-family: verdana;
    font-variant: small-caps;
    font-size: 79%;
    font-weight: bold;
    text-decoration: none;
}

#gallery img {
	display:block;
}

#gallery {
	width: 85px;
	float: left;
	margin-left: 10%;
}

#artimage {
	float: right;
	margin-top: 10%;
	margin-right: 30%;
	width: 422px;
	position: relative;
}

#gallery a.selected {
	background-color: #000;
	outline:none;

}
#artimageInfo {
	clear: right;
}

