* { margin: 0; padding: 0; line-height: normal; }

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

#Container {
	position:relative;
	float:right;
	height: 350px;
	width: 355px;
	margin: 0 auto;
	background-color: #fff;
	border: none;
	font-size: 0px;
	padding-left:20px;
}


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

#Controls {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent url(../imgs/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(../imgs/controls.gif) left top no-repeat; }
#PlayToggle { width: 17px; background: transparent url(../imgs/controls.gif) -25px top no-repeat; }
#NextLink { width: 25px; background: transparent url(../imgs/controls.gif) -42px top no-repeat; }

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


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

#Loading {
	text-align: left;
	padding: 20px 0 0 20px;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	vertical-align: middle;
}

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


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

#CaptionContainer {
	visibility:hidden;
	margin: 0 auto;
	text-align: left;
	width: 0px;
	height: 0px;
}


