

/* Layout Rules
----------------------------------------------- */
#gallery
{
    position: absolute;
    top: -100px;
    left: -100px;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    width: 760px;
    height: 430px;
    display: block;
 /*  background-image: url(../images/update_09_07/gallery_mockUp1f.jpg);  */
}




#albumName
{
  font-family: arial;
  font-size: 14px;
  color: white;
}


.SpryHiddenRegion {
   visibility: hidden;
}



/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }

#controls
{
  /* margin:0 auto 10px auto; */
  position: absolute;
  top: 17px;
  left: 4px;
  width: 140px;
 }

#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#galleryLinks a {
	color: white;
	text-decoration: none;
}

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: normal;
	letter-spacing: 0.1em;
    /*
	margin: 0 1px 0 0;
	padding: 2px 8px;
    */
    padding: 1px;
	width: 40px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #666 url('bg_grad0.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:visited {
	background: #666 url('bg_grad0.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('bg_grad_.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;
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}

#previews
{
    position: absolute;
    width: 140px;
    top: 130px;
    left: 48px;
    /*
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
    */
	/* padding: 10px 10px 20px 10px;
	margin-bottom: 5px;
    */
	background-image: url('bg000000.gif');
}
#thumbnails
{
    position: absolute;
    top: 25px;
	clear: both;
	margin: 10px auto;
}

#thumbnails div
{
	position: relative;
	width: 25px;
	height: 25px;
	float: left;
	margin: 5px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 25px;
	height: 25px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#picture
{
    position: absolute;
    top: 120px;
    left: 310px;
	padding: 0px;
    margin: 0px;
	width: 420px;
    height: 226px;
    background-color: transparent;
}
#mainImageOutline
{
	margin: 0 auto;
	padding: 0;
	background-color: #000;
    /*
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
    */
	padding: 0px;
	overflow: hidden; 
	width: 0px;
	height: 0px;
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img
{
  border-left: 0px solid #999;
   border-right: 0px solid #999;
 }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }

