#graphicsList {
list-style: none;
margin: 0;
padding: 10px;
}

#graphicsList li {
display:inline;
padding: 2px;
}
	
	
	
	
	
/* Styles for highslide */	

.highslide {
	cursor: url(/util/highslide/graphics/zoomin.cur) , pointer;
    outline: none;
}
.highslide img {
	border: #333333 2px solid;
}
.highslide:hover img {
	border: 2px solid #0099FF;
}

.highslide-image {
	border: 4px solid black;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: black 1px solid;
    border-top: none;
    padding: 5px;
    background-image:url('/images/trans-bg1.png');
	background-repeat:repeat;
	color:#a4be35;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;

}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 8px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
