/* CSS Document */
.highslide_dtails {
	cursor:pointer;
	text-decoration:none;
	color:#000000;
	font-family: Verdana, Helvetica;
    	font-size: 10px;
	}
.highslide_dtails_over {
	cursor:pointer;
	text-decoration:underline;
	color:#000000;
	font-family: Verdana, Helvetica;
    	font-size: 10px;
	}
	
.ea_thumb_caption {
	color:#000000;
	font-family: Verdana, Helvetica;
    	font-size: 0.85em;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}
.highslide-image-blur {
    cursor: pointer; 
    cursor: hand;
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
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;
}
