@charset "UTF-8";

/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */
div#SpryDebugWindow {
	z-index:9001;
}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#slideshow {
	position: relative;
}


/* Gallery and Playback Controls
----------------------------------------------- */
/*#gallerySelect { width: 180px; }*/
#galleries {
	text-align: left;
}
#galleries label { padding-bottom: 2px; }
#controlBtns {
	margin:0 auto;
}

#slideBtns {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 300px;
}
#slideBtns li {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: inline;
	width: auto;
}
#slideBtns a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 2px 0;
	width: 98px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#slideBtns a:link {
	background: #666 url('../demos/images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#slideBtns a:visited {
	background: #666 url('../demos/images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#slideBtns a:hover {
	background: #666 url('/images/bg_grad_gray2.gif') repeat-x;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#slideBtns a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews {
	padding: 0;
	margin-bottom: 5px;
	width: 500px;
	/*	float: left;*/
	margin-right: 0px;
}
#thumbnails {
	display:block;
	position: relative;
	margin: 0px;
	padding:2px 0;
	padding-left:5px;
	text-align:center;
/*	background-color:#fff;
	height:30px;*/
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 6px 10px 0px 10px;
	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;
	/*display:none;*/
}
#picture {
	width: 273px;
	padding: 0;
	margin: 0;
	clear:both;
}
#mainImageOutline {
	margin: 0;
	padding: 0;
	overflow: hidden; 
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {
}
.slidecaption1, .slidecaption2 {
	margin: 1em 5px 0 5px!important;
	padding:0!important;
	text-align:center!important;
	color:#fff;
}
.slidecaption1 {
	text-transform:uppercase;
	font-weight:bold;
	line-height:normal;
	margin:0;
	padding:0;
}
.slidecaption2 {
	min-height:3em;
}
.selectedThumbnail {
	border: 2px solid #c00 !important;
}
.inFocus {  border: solid 1px #c00 !important; }
