
.screenshot {
  width: 160px;
  height: 120px; 
  border: 1px solid #cccccc; 
  float: left; 
  cursor: pointer;
  background-repeat: no-repeat;  
  background-position: center;
}

.screenshot_overlay {
  background-color: #eeeeee;
  opacity: 0.6;
  filter: alpha(opacity=60);
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}

.screenshot_label {
  text-align: center;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  padding-top: 3px;
}

.screenshot_separator {
  height: 150px; 
  width: 10px; 
  float: left;
}



.highslide {
  text-decoration: none;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;

    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.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: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
