@charset "UTF-8";
/* CSS Document */

.gallery {
	margin-top: -102px;
	margin-left: 0px;
	width: 975px;
	height: 600px;
	position: relative;
}


.gallery-displayed {
	height: 475px;
	position: relative;
}

.gallery-displayed img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	display: block;
	cursor: pointer;
}

.gallery-caption {
	font-size: 10px;
	color: #CC6633;
	position: absolute;
	bottom: -15px;
	left: 0px;
	z-index: 10;
}

/* Menu */
.gallery ul {
	padding: 20px 0 0 0;
	margin-top: 50px;
	overflow: visible; height: 1%; /* Contain float */
	clear:none;
	float:left;
}

.gallery li {
	display: block;
	float: left;
	margin: 0 0 -1px -1px;
	background-color: ;
	background-position: 0 100px; /* Not visible, preloader */
	background-repeat: no-repeat;
}

.gallery-image li {
	background-position: -100px -100px;	
	
}

.gallery-image li a {
	text-indent: -9999px;
}


.gallery li a {
	color: grey;
	line-height: 30px;
	font-size: 11px;
	border-left: 0px solid black;
	margin-right: 12px;
	height: 30px;
	display: block;
	text-decoration: none;
	outline: none;
}

.gallery li a: hover {
	opacity: .5;
}



.gallery li a:first-child 
{
}

.gallery li.selected a {
	text-indent: 0;
	color: #CC6633;
	text-decoration: none;
	font-weight: bold;
	background:  !important;


}

