@charset "UTF-8";

/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */


/* Links
----------------------------------------------- */
a img { border-style: none; }

/* Paragraph Headings
----------------------------------------------- */
/*h1, h2, h3, h4, h5, h6 {font-weight: normal; }
/* h1 { font-size: 165%; text-align: left; color: #606060; }*/


/* Layout Rules
----------------------------------------------- */
#wrap {
	background-position:right bottom;
	width:643px;
	height:500px;
	background-image: url(../img/fp_bg.jpg);
}

#mainImageOutline {
	background-position:right bottom;
	height:403px;
	background-image: url(../img/fp_bg.jpg);
}

#fullinfo {
	padding: 6px 24px 10px 20px;
	height:65px;
	color:#636363;
	text-align:left;
}

#projectInfo {
	font-size:16px;
	line-height:18px;
	font-weight:lighter;
	color:#767676;
	text-align:left;
}

#picture {
	padding-bottom:15px;
	
}

.SpryHiddenRegion {
   visibility: hidden;
}


/* Gallery and Playback Controls
----------------------------------------------- */

#controls {
	float: left;
	width: 130px;
	padding-left: 20px;
	padding-top: 2px;
}


#galleries {
	margin:0;
	float: right;
	width: 130px;
	padding-right: 10px;
}

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

#transport {
	margin: 0;
	list-style: none;
	padding-left: 0px;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#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 ;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background: #666 ;
	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 ;
	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;
}

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

.headline {
	font: 12px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size:18px;
	line-height: 18px;
	color:#000000;
	font-weight:bold;
	
}

#previews {
	float: none;
	text-align:left;
	padding-top: 10px;
}
#thumbnails {
	padding-top: 3px;

	
}

#thumb {
	position: relative;
	width: 18px;
	height: 18px;
	float: left;
	margin: 0px;
	display:inline;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0;
}
#thumb img {
	width: 18px;
	height: 18px;
	position: absolute;

}

#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
	overflow: hidden;
	background-image: url(../img/fp_bg.jpg);
	text-align:left;
}
#mainImage {
	width: 100%;
	height: 100%;
}

.selectedThumbnail {
	background-image:url(../img/thumbset_on.png);
	background-repeat:no-repeat;
	z-index:100;
}
.inFocus {  
	background-image:url(../img/thumbset_on.png);
	background-repeat:no-repeat;	
	z-index:100;
}

.standard {  
	background-image:url(../img/thumbset_off.png);
	background-repeat:no-repeat;
	z-index:0;
}

.boldblack {
	color:#000000;
	font-weight:bold;
}

.orangebolding {
	color: #ec481c;
	font-weight:bold;
}


/* POPup Styles
----------------------------------------------- */

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#C2C2C2;
	z-index:1;
}

#popupImage{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:750px;
	width:1000px;
	background:#FFFFFF;
	z-index:2;
}


#message{
	position:relative;
	right:-100px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, Verdana;
	font-size: 10px;
	color: #666666;
}

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */

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

