#g_prevLink, #g_nextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(/images/gfx/c-gallery.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	text-indent: -9000px;
	/* border: 1px solid #0f0; */
}

#g_prevLink { left: 0; float: left;}
#g_nextLink { right: 0; float: right;}
#g_prevLink:hover, #g_prevLink:visited:hover { background: url(/images/gfx/left-arrow.gif) left center no-repeat; }
#g_nextLink:hover, #g_nextLink:visited:hover { background: url(/images/gfx/right-arrow.gif) right center no-repeat; }

#ss_container {
	display: block;
	position: relative;
}

#ss_loading {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background: url('/images/gfx/animated-logo-small2D.gif') center center no-repeat;
}

#ss_nav {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin-top: 10px;
	width: 100%;
	height: 100%;
}

#ss_thumbs {
	margin: 20px 15px 0 0px;
	width: 100px;
}

#ss_thumbs div {
	position: relative;
	margin-bottom: 5px;
}

#ss_thumbs div div {
	position: relative;
	display: inline;
	float: left;
	margin-left: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 42px;
	height: 43px;
	border: 1px solid #aaa;
	overflow: hidden;
}

#ss_thumbs div div.active {
	border: 1px solid #666;
}

#ss_thumbs img {
	margin-top: -1px;
	margin-left: -1px;
}

#ss_thumbs div.title {
	display: block;
	clear: both;
	float: none;
	background: #73859d;
	color: #c7cfdc;
	padding-left: 5px;
	font: 0.9em normal Verdana, Arial, Sans-serif;
	margin: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	cursor: pointer;
}

#ss_thumbs div div.spacer {
	display: block;
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	height: 10px;
}

#ss_thumbs div.stretch {
}

#ss_thumbs div div.descript {
	display: block;
	float: none;
	clear: both;
	margin: 0;
	padding: 2px;
	font-size: 0.9em;
	letter-spacing: -0.01em;
}

#ss_thumbs img:hover {
	cursor: pointer;
}
