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

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	background-color: #000;
	font-size: 62.5%;
	color: #666;
}

/* Type Styles
---------------------------------------------*/

a:link, a:visited { color: #0063DC; text-decoration: underline; }
a:hover, a:visited:hover { color: #fff; background-color: #0063DC; text-decoration: none; }

span a:link, span a:visited { text-decoration: none; }
span a:hover, span a:visited:hover { color: #0063DC; background-color: transparent; text-decoration: underline; }


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

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

#Container {
	position: relative;
	width: 500px;
	margin: 0 auto;
	background-color: #808080;
	border: none;
	font-size: 0px;
}


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

#Controls {
    display:none;
	margin: 0 auto;
	text-align: left;
	width: 67px;
	background: transparent url(pic/controls.gif) left top no-repeat;
	height: 28px;
    position:relative;
    z-index:9999;
	/*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(pic/controls.gif) left top no-repeat; }
#PlayToggle { width: 17px; background: transparent url(pic/controls.gif) -25px top no-repeat; }
#NextLink { width: 25px; background: transparent url(pic/controls.gif) -42px top no-repeat; }

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


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

#Loading {
	text-align: left;
	padding: 20px 0 0 20px;
	font-size: 11px;
	color: #ccc;
	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;
    position:relative;
    top:0px;
    z-index:9999;
}

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

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


/* Miscellaneous
---------------------------------------------*/

iframe {
	border: none;
	width: 100%;
	height: 100px;
	margin-bottom: 2.0em;
}