div#page { /* padding around gallery area */
	width: 850px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
}
div#container { /* padding around the top pagination */
	padding: 0px;
}

a{
	color: #666666;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #182E7A;
	text-decoration: underline;
}
div.content { /* alignment of original image to the right */
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width:550px;
}
div.controls { /* margin above navigation */
	margin-top: 5px;
	height: 11px;
	font-size: 1.3em;
}
div.ss-controls { /* Play, Pause buttons alignment*/
	float: left;
}
div.ss-controls span { /* Play, Pause buttons pointer */
	color: #666666;
	cursor: pointer;
}
div.nav-controls { /* Prev, Next buttons alignment*/
	float: right;
}
div.nav-controls a { /* padding around Prev and Nexts */
	padding: 5px;
}
div.slideshow { /* ??? */
	clear: both;
}
div.slideshow span.image-wrapper { /* alignment of original inside its box */
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link { /* border around original image */
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img { /* yet another border around original image */
	border: none;
	display: block;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs { /* padding between upper pagination and thumbs? */
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li { /* thumb borders */
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
ul.thumbs li a { /* thumb borders, link behavior*/
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a { /* selected thumb border color */
	background: #fff40d;
}
ul.thumbs a:focus { /* what mousing over thumbs does */
	outline: none;
}
ul.thumbs img { /* immediate border around thumbs */
	border: none;
	display: block;
}
div.pagination { /* bottom pagination goes to next line */
	clear: both;
}
div.navigation div.top { */ padding of top pagination */
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom { /* padding of bottom pagination */
	margin-top: 12px;
}
div.pagination a, div.pagination strong { /* border color of all/current pagination button */
	display: block;
	float: left;
	margin-right: 2px;
	padding: 2px 5px 0px 5px;
	border: 1px solid #ccc;
	font-size: 12px;
}
div.pagination a:hover { /* hover color of pagination button */
	background-color: #fff40d;
	text-decoration: none;
}
div.pagination strong { /* background and font color of current pagination button */
	background-color: #000000;
	color: #ffffff;
}

