/*-------------------------------------------------
GLOBAL PAGE LAYOUT ELEMENTS
-------------------------------------------------*/
/* Container that gets resized and holds the photo */
#gallerywrap {text-align: center;}
#Caption {text-align: left; padding: 0 60px;}



#Container {margin: 0 auto;
	position: relative;
	width: 520px;	/* Initial width */
	height: 300px;	/* Initial height */
	background: #eee url(../img/slideshow/loading_meter.gif) 50% 50% no-repeat;
	border: 5px solid #eee;
	overflow: hidden;
	}

/* Inner container for photo */
#PhotoContainer { visibility: hidden; }

/* Temporary image for preloads */
#TempPhoto { visibility: hidden; display: inline; }

#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/slideshow/previous.png) 20% 50% no-repeat; }
#NextLink:hover { background: transparent url(../img/slideshow/next.png) 80% 50% no-repeat; }

#PrevLink span, #NextLink span { display: none; }