/* @override 
	http://10.0.1.2/~ted/kenna-art.com/styles/photo.css
*/

/* Photo Style */

body {
	background-attachment: fixed;
	background-image: url("../media/mast_vertical.png");
	background-repeat: no-repeat;
}

		.gallery {
			width: 855px;
			height: 790px;
			left: 78px;
		}

		.galleryEntry {
			position: relative;
			width: 855px;
			height: 590px;
			left: 78px;
			margin: 10px auto 0 auto;
		}


#head_photo {
	position: relative;
	background-image: url("../media/mast_photo.png");
	background-position: top center;
	background-repeat: no-repeat;
	height: 115px;
	text-align: right;
	margin: 35px 0 0 0;
	padding-bottom: 30px;
/*	right: 2%; */
}



#BoxPhoto {
	width: 490px;
	margin: auto;
}

#BoxPhoto ul { 
	list-style: none;
	display: block;
	padding: 0;
}

#BoxPhoto ul li {
	font-family: 'Optima-Regular', 'Optima', 'Trebuchet MS', sans-serif;
	color: #000000;
	margin: 0;
	text-align: left;
}

#BoxPhoto img {
	vertical-align: middle;
	margin: 15px 25px 15px 0;
}

div#page {
	width: 790px;
	height:  585px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	/*border-top: 1px solid #606060;*/
	border-bottom: 1px solid #cfcdcd;
}

div#container {
	padding: 0;
}


/* Galleriffic */

div.content {
	/* 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; 
	margin-top: 15px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('../media/photo_loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 570px
}
div.slideshow {
	clear: both;
	width: 550px;
	height: 570px;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #cfcdcd;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #cfcdcd;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
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. */
	margin-top: 10px;
}
ul.thumbs {
	clear: both;
	width: 230px;        /* Also on photo include*/
	height: 359px;
	margin: 0 8px 0 0;
	padding: 0;
}
ul.thumbs li {
	float: right;
	padding: 0;
	margin: 5px 5px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #cfcdcd;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 220px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 2px 4px 2px 4px;
	border: 1px solid #cfcdcd;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #4e4e4e;
	border-color: #000;
	color: #fff;
}

