@charset "UTF-8";

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



/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 85%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
select {
	border: 1px solid #b1b1bc;
}



/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect {
	width: 250px;
}

#galleries {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}
#galleries label { padding-bottom: 2px; }

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

#previews {
	float: left;
	background-color: #333333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 3px;
	width: 601px;
}
#thumbnails {
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}
#thumbnails div {
	position: relative;
	width: 70px;
	height: 70px;
	float: left;
	margin: 2px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 70px;
	height: 70px;
	position: absolute;
	border: 0px none;
	background-image: url(../property/btn_source_link.gif);
}

#picture {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #333333;
}
#mainImageOutline {
	padding: 0;
	padding: 0em;
	overflow: hidden;
	width: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainImage {
	width: 100%;
	background-color: #000000;
}

#picture img {
	margin: 0px;
	padding: 0px;
}
.selectedThumbnail {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.inFocus {

}

/* Spry Validation Widgets Demo*/
#MovieList{
  height: 600px;
  overflow: auto;
}


/* iFrame Stuff
----------------------------------------------- */
iframe {
	width: 100%;
  }
/*--------------------------*/
.source a {
	text-decoration: none;
	font-size: small;
	font-weight: normal;
	margin-left: 1px;
	padding-left: 1px;
}


.source a:link {
	color: #fff;
	background-image: url('../property/btn_source_link.gif');
	background-repeat: no-repeat;
	background-position: left 50%;
}
.source a:visited { color: #fff; background: url('../property/btn_source_link.gif') no-repeat left 50%; }
.source a:hover {
	color: #006666;
	border-bottom:dotted 1px #fc0;
	background: url('../property/btn_source_link.gif') no-repeat left 50%;
}
.source a:active { 
	color: #fff; 
	border-bottom:dotted 1px #fff;  
	background: url('../property/btn_source_link.gif') no-repeat left 50%;
	}
