/* SPRY PHOTO GALLERY CSS Document - Version:  12 Apr 2006 (0.2b) */

/* Sets (in excess of 24) */

#ARTSET {
	margin: -14px 0 -1px 0;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #666;
	color: #D2B588;
	font-size: 70%;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-indent: 12px;
	text-align: left;
}
#ARTSET a:link,
#ARTSET a:visited { color: #CCC; } 
#ARTSET a:hover { color: #FFF; border: none; }
#ARTSET a:active { color: #000; }

/* Gallery and Playback Controls */

/*
#gallerySelect { width: 580px; }
#galleries { margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }
#galleryLinks a { color: white; text-decoration: none; }
*/

#controls { margin:5px 0 10px 5px; }
#controls, #picture { display: none; }

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a { 
	float: left;
	width: 60px;
	margin-bottom: 3px;
	padding: 0;
	font-size: 75%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.2em;
	display: block;
}
#transport a:link,
#transport a:visited {
	background: #424244 url(../images/bg3.jpg) repeat;
	color: #FFF;
	border-left:   solid 1px #555;
	border-top:    solid 1px #555;
	border-right:  solid 1px #222;
	border-bottom: solid 1px #222;
}
#transport a:hover {
	background: #6F6D72 url(../images/bg4.jpg) repeat;
	color: #000;
	border-left:   solid 1px #777;
	border-top:    solid 1px #777;
	border-right:  solid 1px #222;
	border-bottom: solid 1px #222;
}
#transport a:focus {
	background: #424244 url(../images/bg3.jpg) repeat;
	color: #FFF;
}

#transport .playBtn .pauseLabel,
#transport .pauseBtn .playLabel { display: none; }
#transport .previousBtn,
#transport .nextBtn { width: 54px; }

#previews {
	float: left;
	width: 195px; /* left pane */
	margin-right: 17px;
	margin-bottom: 5px;
}
#previewbox {
	float: left;
	width: 183px; /* 3-col box */
	border: 1px solid #444;
	padding: 5px 5px 0 5px; /* trbl */
	background: #232227 url(../images/bg2.jpg) repeat;
}

#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	float: left;
	position: relative;
	width: 50px;
	height: 50px;
	margin: 5px; /* spacing */
	padding: 0;
	float: left;
	display:inline;
	font-size: 75%;
}
#thumbnails img {
	position: absolute;
	width: 50px; /* check same with script */
	height: 50px;
	border-left:   solid 2px #444; /* thumbs borders */
	border-top:    solid 2px #444; 
	border-right:  solid 2px #333;
	border-bottom: solid 2px #333;
}
.selectedThumbnail {  border: solid 2px #D2B588 !important; }
.inFocus { border: solid 1px #555 !important; }

#picture {
	width: 650px; /* max */
	float: left;
	padding: 0;
}
#picture img {	border: none; } /* no border*/
#mainImageOutline { 
	width: 0; /* beginning size */
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #232227;
	overflow: hidden; 
}
#mainImage {
	width: 100%; /* scaling */
	height: 100%; 
}

/* Utility IDs, classes, and HTML selectors */
.clear {
	clear: both;
	visibility: hidden;
	display: block;
	height: 0;
	margin: 0;
	padding: 0;
}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

/* Custom */
#note {
	float: left;
	width: 195px;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 5px;
	font-size: 85%;
}

