@charset "utf-8";
body {
	background-color: #111111;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
blockquote {
font-family: Arial, Helvetica, sans-serif;
}

img {
margin: 0;
padding: 0;
border: 0;
}

a:link, a:visited {
	text-decoration: none; color: #999999;
}
a:hover { text-decoration: none; color: #999999; }	
}
#vertmenu {
	font-family: Arial;
	width: 130px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding-left: 0px;
}
#vertmenu ul li a {
		font-size: 13px;
	display: block;
	text-decoration: none;
	color: #555555;
	width:55px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #999999;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.nameDarker {color: #333333}
.basicText {
	color:#666666;
	padding-left:5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.basicTextLighter {
	color:#888888;
	padding-left:5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.basicTextOnWhite {
	color:#111111;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.title {
	font-size: 12px;
	font-weight: bold;
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-style: none;
	padding-bottom: 3px;
	margin:0px;
}
.thumbTitle {
	font-size: 11px;	
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-style: none;
	padding-left: 1px;
	margin:0px;
}
#footer {
	margin: 0;
	padding: 2px;
	color: #666666;
	font-size: 11px;
	letter-spacing: 0.09em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
	padding-right: 0px;
}
#footer a:link, #footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FF861C;
}
.floatright
{
clear: right;
}
.floatleft
{
clear: left;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
.details {
	font-size: 11px;
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-style: none;
	padding-bottom: 3px;
	margin:0px;
}
.paginate {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	font-weight: 		normal;
	letter-spacing:	0.1em;
	padding:			0px 0px 0px 0px;
	margin:			0;
	background-color:	transparent;
	color: #999999;
	background-position: center center;
}
.pagecount {
 font-family:		Arial, Helvetica, sans-serif;
 font-size:			11px;
 color:				#111111;
 font-weight:		normal;
 background-color: transparent;
}
.extraImages {
	display: inline;
}
.paginate {
	font-size: 12px;
}
<style type="text/css">
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid silver;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(http://www.tsalamanisg.com/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

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;
}
a.highslide-full-expand {
	background: url(http://www.tsalamanisg.com/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(http://www.tsalamanisg.com/highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tsalamanisg.com/highslide/graphics/close.png', sizingMethod='scale');
}


/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
</style>