/*-------------------------------------------------
GLOBAL PAGE LAYOUT ELEMENTS
-------------------------------------------------*/

body {
    color: #333;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 16px;
    background-color: #fff;
    margin: 0;
    padding: 20px;
}
	
a:link
{
    color: #009
}

a:visited
{
    color: #63C
}

a:hover 
{
    color: #00F
}


/* Container that gets resized and holds the photo */
#Container {
	margin: 0 auto;
	position: relative;
	width: 200px;	/* Initial width */
	height: 200px;	/* Initial height */
	background: #fff url(../slideshow/loading.png) 50% 50% no-repeat;
	border: 10px solid #CCC;
	}

/* Inner container for photo */
#PhotoContainer { visibility: hidden; }

/* Temporary image for preloads */
#TempPhoto { visibility: hidden; display: inline; }

/* Counter for photos */
#Counter { color: #333; }
#Caption { color: #C00; }

/* Creative Commons License */
#License
{
	margin: 20px;
	padding: 20px;
	font-size: 11px;
	color: #CCC;
	text-align: center;
}

/* Miscellaneous */	
img { border: none; }
p { padding: 0 0 8px 0; }
.photoinfo { padding: 20px; text-align: center; }