@charset "UTF-8";

/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
Modified to remove un-needed rules
----------------------------------------------- */
/* Links
----------------------------------------------- */
a img { border-style: none; }

/* Gallery and Playback Controls
----------------------------------------------- */
#controls {	margin:0 auto 10px auto;}
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#galleryLinks a {
	color: white;
	text-decoration: none;
}


#transport {
	margin: 0px 0px 0px 3px;
	padding: 0px;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: block;
	width: 34px;
	height: 23px;
	overflow: hidden;	
}

#transport a {
	display: block;
	height: 100%;
	width: 100%;			
}

#transport a span 
{
	display: block;
	height: 100%;
	width: 100%;
	line-height: 60px;	
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: hand;
}

#transport .previousBtn span
{
	background-image: url(../images/gallery-back-btn.gif);
}

#transport .previousBtn:hover span
{
	background-image: url(../images/gallery-back-btn-hover.gif);
}

#transport .nextBtn span
{
	background-image: url(../images/gallery-forward-btn.gif);
}

#transport .nextBtn:hover span
{
	background-image: url(../images/gallery-forward-btn-hover.gif);
}

#transport .playBtn .playLabel
{
	background-image: url(../images/gallery-play-btn.gif);
}

#transport .playBtn:hover .playLabel
{
	background-image: url(../images/gallery-play-btn-hover.gif);
}

#transport .pauseBtn .pauseLabel
{
	background-image: url(../images/gallery-pause-btn.gif);
}

#transport .pauseBtn:hover .pauseLabel
{
	background-image: url(../images/gallery-pause-btn-hover.gif);
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel 
{
	display: none;
}



#previews {
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	padding: 7px 7px 10px 7px;
	margin: 5px 20px 10px 0px;
	width: 110px;
	float: left;
	background-color: #895B3D;
}

#thumbnails {
	clear: both;
	margin: 0px auto;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 6px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#picture {
	padding: 0px;
	width: auto;
	float: left;
}
#mainImageOutline {
	margin: 0px;;
	background-color: #eee;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 10px 11px 11px 10px; 
	overflow: hidden; 
	width: 0px;
	height: 0px;
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }

.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}