/* Photo
---------------------------------------------*/

#PhotoBox {
	padding: 30px 30px 0 30px;
}

#Container {
	display: none;
	overflow: hidden;
	position: relative;
	float: left;
	height: 305px;
	width: 750px;
	margin: 0 auto;
/*	background-color: #808080;*/
	border: none;
	font-size: 0px;
}

/* Photo Navigation
---------------------------------------------*/

#Controls {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent url(../images/controls.gif) left top no-repeat;
	height: 28px;
	width: 67px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}

#Controls a {
	text-indent: -9000px;
	float: left;
	display: block;
	height: 28px;
}

#PrevLink { width: 25px; background: transparent url(../images/controls.gif) left top no-repeat; }
#PlayToggle { width: 17px; background: transparent url(../images/controls.gif) -25px top no-repeat; }
#NextLink { width: 25px; background: transparent url(../images/controls.gif) -42px top no-repeat; }

#PrevLink:hover { width: 25px; background: transparent url(../images/controls.gif) left -28px no-repeat; }
#PlayToggle:hover { width: 17px; background: transparent url(../images/controls.gif) -25px -28px no-repeat; }
#NextLink:hover { width: 25px; background: transparent url(../images/controls.gif) -42px -28px no-repeat; }


/* Loading
---------------------------------------------*/

#Loading {
	position: absolute;
	left: 10px;
	top: 10px;
	text-align: left;
/*	padding: 20px 0 0 20px;*/
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
}

#Loading img {
	vertical-align: -30%;
	margin-right: 3px;
}


/* Caption
---------------------------------------------*/

#CaptionContainer {
	
	margin: 0 auto;
	text-align: left;
	padding: 5px 0;
	width: 500px;
}

#CaptionContainer p {
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#Counter {
	padding-right: 5px;
	color: #999;
}


/* Thumbnail View
---------------------------------------------*/

#ViewThumbs {
	margin-top: 2px;
	display: block;
	float: right;
	text-indent: -9000px;
	height: 13px;
	width: 71px;
	overflow: hidden;
	background: transparent url(../images/thumbnails.gif) left top no-repeat;
}

#ViewThumbs:hover, #ViewThumbs:visited:hover {
	background: transparent url(../images/thumbnails.gif) left -13px no-repeat;
}

#ThumbContainer {
	display: none;
}

#ThumbContainer img {
	display: block;
	border: none;
}

#ThumbContainer a {
	float: left;
	margin: 0 4px 4px 0;
}

#ThumbContainer a:link, #ThumbContainer a:visited { border: 2px solid #999; }
#ThumbContainer a:hover, #ThumbContainer a:visited:hover { border: 2px solid #0063DC; }
#ThumbContainer a.selected:link, #ThumbContainer a.selected:visited, #ThumbContainer a.selected:hover, #ThumbContainer a.selected:visited:hover { border: 2px solid #FF0084; }

