/* slideshows/galleries */

div#gallerycgi {
	margin-left: 40px;
	margin-top: 0.5in;
	width: 2.5in;
}

div#thumbnails {
	width: 2.5in;
	margin-left: 40px;
	margin-right: 50px;
}

#thumbnails img {
	padding: 1px;
	width: 48px;
	height: 48px;
	border: 10px solid #999999;
	margin: 2px;
}

#thumbnails img.selected {
	border: 10px solid #ccccdd;
}

#shadow {
	z-index: 1;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#thumbnails ul {
	list-style-type: none;
	height: 1.5em;
	padding: 2px;
	margin-left: 5px;
	margin-bottom: 0px;
	
}

#thumbnails li {
	display: inline;
	width: 3em;
	border: 1px solid #444444;
	background: #333333;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
}

#thumbnails li.selected {
	background: #3333cc;
}

.thumbgroup {
	display: none;
}

.thumbgroup.selected {
	display: block;
}

#thumbnails .thumbgroup div {
	position: relative;
	width: 32px;
	height: 32px;
	float: left;
	margin: 10px;
	padding: 0px;
}

#thumbnails img {
	position: absolute;
	top: 0;
	left: 0;
	padding: 1px;
	width: 32px;
	height: 32px;
	border: 6px solid #ccc;
	margin: 2px;
	z-index: 2;
}

#thumbnails img.hovered {
	border: 6px solid #ddddcc;
}

#thumbnails img.selected {
	border: 6px solid #ccccee;
}


div#spotlight {
	position: absolute;
	top: 0.5in;
	left: 3.25in;
	text-align: center;
}

#spotlight.loading {
	display: none;
}

#spotlight .loading {
	display: none;
}

#spotlight img {
	border: 0.15in solid #cccccc;
	border-bottom: 4em solid #cccccc;
	padding: 1px;
}

#spotlight #photolabel {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	bottom: 72px;
}

#spotlight #photolabel p {
	text-align: center;
	color: #888 !important;
	font-family: Georgia, Arial, serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	font-style: italic;
}

.ie6 #spotlight #photolabel p {
	bottom: 58px !important;
}

#photoinfo {
	display: none;
	background: #111111;
	border: 1px solid black;
	color: #FFFF88;
	z-index: 90;
	position: absolute;
	top: 42px;
	left: 0px;
	padding: 1em;
	width: 300px;
	cursor: pointer;
}

div.photowrapper {
	border: 1px solid #999;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/*width: 0px;*/
	background: white;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
}

#spotlight img#infoicon, #spotlight div#infoicon {
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	cursor: pointer;
}

#playButton, #nextButton, #backButton {
	cursor: pointer;
}

#photoInfoDetails {
	background: #fff;
	color: black;
	font-family: "Courier New", Zapfino, "Courier", serif;
	font-size: 90%;
	font-weight: normal;
}

#photoInfoDetails .tagLabel {
	width: 85px;
	padding-right: 8px;
	float: left;
	text-align: right;
	line-height: 13px;
	padding-bottom: 5px;
}

#photoInfoDetails .tagValue {
	text-align: left;
	line-height: 13px;
	margin-left: 95px;
	padding-bottom: 5px;
}

div#rating a {
	float:left;
	width: 20px;
	height: 20px;
	background: url("/images/RatingStarBackground.png") no-repeat;
}

div#controls a {
	border: none;
	float: left;
	width: 22px;
	height: 41px;
}

div#controls a#playButton {
	background: url("/images/Play.png") no-repeat;
	background-position: 3px 0px;
}

div#controls a#playButton:hover {
	background: url("/images/PlayOver.png") no-repeat;
	background-position: 3px 0px;
}

div#controls a#playButton.playing {
	background: url("/images/Pause.png") no-repeat;
	background-position: 3px 0px;
}

div#controls a#playButton.playing:hover {
	background: url("/images/PauseOver.png") no-repeat;
	background-position: 3px 0px;
}

div#controls a#nextButton {
	background: url("/images/Next.png") no-repeat;
}

div#controls a#nextButton:hover {
	background: url("/images/NextOver.png") no-repeat;
}

div#controls a#backButton {
	background: url("/images/Back.png") no-repeat;
}

div#controls a#backButton:hover {
	background: url("/images/BackOver.png") no-repeat;
}

div#rating a.hover {
	background: url("/images/RatingStarBackgroundOver.png") no-repeat;
}

div#rating a.on {
	background: url("/images/RatingStar.png") no-repeat;
}

div#rating a.on.hover {
	background: url("/images/RatingStarOver.png") no-repeat;
}
