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

body {
	background-color: #333333;
	color:#CCCCCC;
	font: .8em/1.3em helvetica,verdana,arial,sans-serif;
}

a {
	color:#0099FF;
	text-decoration:none;
}

a:hover {
	color:#339999;
	text-decoration:none;
}

a:active
{
  outline: none;
}

img {
	border:none;
}

.smallText {
	font-size:80%;
	color: #999999;
}

.clearAll {
	clear:both;
}

.floatRight {
	float:right;
	padding-left: 20px;
}

/* Layout Divs */

#main {
	width:1000px;
	overflow: auto;
}

#headsection {
	height:150px;
}

#topMenuDiv {
	float:right;
	width:400px;
	margin: 60px 0 0 0;
	padding: 20px;
	font-size: 80%;

	
}

#copyright {
	font-size:80%;
	color: #666666;
	width: 700px;
}

#mid_left {
	padding:0 40px;
}

#markQuote {
	padding:20px;
	width: 375px;
	color: #333333;
	background-color: #999999;
	margin-left: 30px;
	font-style: italic;
}

/* GALLERY */

#showcaseGalleryDiv {
	margin: 0;
	padding: 10px;
}

#controls {
	margin:10px;
}

#transport {
	margin: 0;
	padding: 0;
}

#transport 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: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport 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;
}

#transport a:hover {
	background: #666 url('../demos/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;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}


#showcasethumbnails {
	clear: both;
	margin: 10px auto;
}
#showcasethumbnails div {
	position: relative;
	width: 25px;
	height: 25px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#showcasethumbnails img {
	width: 25px;
	height: 25px;
	position: absolute;
	border: solid 1px #333;

}

#picture {
	padding: 0px;
}

.borderImage {
	border: solid 1px #000;
}
#mainImageBorder {
	width: 620px;
	height: 500px;
	float: right;
	margin-left: 30px;
}


.separatorLine{
	border-bottom:1px solid #999999;
}


#photoToFade {
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #333333;
}

#showcasethumbWrapper {
	width:300px;
	float: left;
	margin-left: 30px;
}

.SpryHiddenRegion {
	visibility: hidden;
}
/*
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }
*/

.showcaseCaptionText {

}

.galleryName {
	font-size:130%;
	font-weight:bold;
	border-bottom: 1px solid #666;
	margin-right: 620px;
	color: #999999;
}

#showcaseDescription {
	text-align:left;
	height: auto;
	padding: 0 30px;
	font-size: 90%;
}

#gallerySelect {
	width:300px;
	margin-left: 32px;
	
}

#gallerySelect label{
	font-size:80%;
}

#gallerySelect select{
	background-color:#333333;
	border:1px solid #333333;
	color: #CCCCCC;
	font-weight: bold;
	padding: 3px;
}


#showcaseTopMenu {
	float:left;
	width:320px;
	margin: 60px 0 0 0;
}

#showcasePrevAndNext{
	font-size:80%;
}

#showcasePrevAndNext a{
	background-color:#999999;
	border:1px solid #000000;
	padding: 3px 10px;
	color: #FFFFFF;
}

#showcasePrevAndNext a:hover{
	background-color:#CCCCCC;
	border:1px solid #000000;
	color: #333333;
}

