/*-------------------------------------------------
GLOBAL PAGE LAYOUT ELEMENTS
-------------------------------------------------*/

body {
	margin: 1em 0 0 0;
	padding: 0;
	text-align: center;
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	color: #666;
	}
	
a:link, a:visited {
	color: #333;
	text-decoration: none;
	}

a:hover, a:visited:hover {
	color: #000;
	text-decoration: underline;
	}

a.inactive:link, a.inactive:visited {
	color: #555;
	}

/* Container that gets resized and holds the photo */
#Container {
	margin: 0 auto;
	padding: 3px;
	position: relative;
	width: 200px;	/* Initial width */
	height: 200px;	/* Initial height */
	background: #fff url(loading-anim-3.gif) 50% 50% no-repeat;
	border: 1px solid #999;
	overflow: hidden;
	}

/* Inner container for photo */
#PhotoContainer { visibility: hidden; }

/* Temporary image for preloads */
#TempPhoto { visibility: hidden; display: inline; }

/* Counter for photos */
#Counter { color: #f30; }
#Caption { color: #f30; }

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	width: 200px;
	z-index: 100;
	background-color: transparent;
	display: none;
	}

#PrevLink {
	display: block;
	float: left;
	height: 200px;
	width: 100px;
	}

#NextLink {
	display: block;
	float: right;
	height: 200px;
	width: 100px;
	z-index: 100;
	}

#PrevLink:hover, #NextLink:hover { text-decoration: none; }
/* #PrevLink:hover { background: transparent url(../img/previous.png) 20% 50% no-repeat; }
#NextLink:hover { background: transparent url(../img/next.png) 80% 50% no-repeat; }*/

#PrevLink span, #NextLink span { display: none; }

/* Miscellaneous */	
img { border: none; }
p { font-size: 11px;margin:1.0em 0;padding: 0.5em 0; }