@charset "utf-8";

/* all supporting elements */
#Photo p
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	font-weight: bold;
}

/* caption */
#Photo p.caption
{
	margin: 0px;
}

/* prev next controls */
#Photo p.controls
{
	margin: 0px;
	display: inline;
}

/* pause control */
#Photo p.pause
{
	padding-left:2em;
	display: inline;
}

/* number links */
#Photo p.numbers
{
	margin:0px;
	padding-left: 2em;
	display: inline;
	font-size: 100%;
}

/* entire photo box */
#Photo {}

/* photo itself */
#Photo p.image
{
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}

#Photo p.image a:active, #Photo p.image a:focus
{
	outline:0;
}

