/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */




/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }
#controls {	
	clear:both;
	margin:50px auto 0px auto;
}
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#wrap {
/*	width: 1000px;	*/
	padding-top: 20px;
	margin: 10px auto;
	text-align:center;
}

#transport {
	margin: 60px auto 0;
	clear:both;
	padding: 0;
	text-align:center;
	list-style: none;
}
#transport li {
	float: left;
	margin: 20px 3px 0 3px;
	padding: 0;
	text-align: center;
	color:#ffffff;
}
#transport li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 40px;
	float: left;
	display: block;
	color:#ffffff;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport li a:link {
	background: #666 url('../images/bg_grad_gray1.gif') repeat-x;
	color:#ffffff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	text-decoration: none;
}
#transport li a:visited {
	background: #666 url('../images/bg_grad_gray1.gif') repeat-x;
	color:#ffffff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	text-decoration: none;
}
#transport li a:hover {
	background: #666 url('../images/bg_grad_gray2.gif') repeat-x;
	color:#333333;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	text-decoration: none;
}
#transport li a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews {
	border-top: solid 1px #C4C4B2;
	border-right: solid 1px #C4C4B2;
	border-bottom: solid 1px #C4C4B2;
	border-left: solid 1px #C4C4B2;
	padding: 10px 10px 10px 10px;
/*	margin-bottom: 5px;		/*	*/
/*	background-image: url(".../images/bg.gif");	*/
	background: #F5F7E1 url(../css/bg_g01.gif) repeat-x top;
	width: 200px;
	float: left;
/*	margin-right: 10px;	/*	*/
	margin:160px auto 0px;
	text-align:center;
}
#thumbnails {
	clear: both;
	margin: 0px auto 10px;
}
#thumbnails div {
	position: relative;
	width: 48px;
	height: 48px;
/*	float: left;	/**/
	margin: 8px;
	padding: 0;
	float: left;	/**/
/*	display:inline;	/**/
}
#thumbnails img {
	width: 48px;
	height: 48px;
	margin-top:5px;
	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: 500px;	/*	*/
	height: 400px;
	float: left;
	margin: 0px 0 0 20px;
/*		background:#dfeaaa;	/**/
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 1em; 
	overflow: hidden; 
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }


