#header {
	padding: 20px 0 40px 0;
	border-bottom: 1px solid #888;
	width: 250px;
}

#photo {
	position: absolute;
	top: 10px;
	right: 0px;
	height: 660px;
	width: 500px;
	padding: 0 0 0 10px;
	border-left: 1px solid #888;
}

#photo_description {
	width: 500px;
	margin: 0 0 20px 0;
	line-height: 1.6em;	
	color: #888;
}

.photoset_description {
	line-height: 1.6em;	
	margin: 25px 0 0 0;
	width: 500px;
	color: #888;
}

#thumbs {
	visibility: hidden;
}

.copyright {
	color: #888;
	letter-spacing: .1em;
	display: block;
	padding: 3px 0 0 0;
	margin: 20px 0 0 0;
}

.photo_title,
.photo_numbers {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #888;
}

.photo_main {
	margin-top: 10px;
	margin-bottom: 20px;
}

#main_nav {
	position: relative;
	z-index: 10;
}

#main_nav #main_prev {
	position: absolute;
	left: 15px;
	background: #000 url('/_images/arrow-left.gif') left center no-repeat;
	padding-left: 18px;
	font-size: 1.1em;
	color: #fff;
	display: none;
}

#main_nav #main_next {
	position: absolute;
	right: 10px;
	background: #000 url('/_images/arrow-right.gif') right center  no-repeat;
	padding-right: 18px;
	font-size: 1.1em;
	color: #fff;
}

.loading {
	position: absolute;
	top: 10px;
	left: 10px;
}

.jcarousel-container {
	position: relative;
	top: 5px;
	left: -5px;
}



/*  Carousel  */

.jcarousel-skin-thomas.jcarousel-container {
    background: #000;
}

.jcarousel-skin-thomas.jcarousel-container-horizontal {
    width: 215px;
    padding: 0;
}

.jcarousel-skin-thomas .jcarousel-clip-horizontal {
    width:  215px;
    height: 65px;
}

.jcarousel-skin-thomas .jcarousel-item {
    width: 65px;
    height: 65px;
}

.jcarousel-skin-thomas .jcarousel-item img {
	width: 55px;
	height: 55px;
	padding: 4px;
	border: 1px solid black;
}

.jcarousel-skin-thomas .jcarousel-item img.selected {
	border: 1px solid white;
}

.jcarousel-skin-thomas .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-thomas .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-thomas .jcarousel-next-horizontal {
    position: absolute;
    top: 5px;
    right: -20px;
    width: 12px;
    height: 55px;
    cursor: pointer;
    background: #000 url('/_images/arrow-right.gif') no-repeat 0 0;
}

.jcarousel-skin-thomas .jcarousel-next-disabled-horizontal,
.jcarousel-skin-thomas .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-thomas .jcarousel-next-disabled-horizontal:active {
    cursor: default;
	background: #000 url('/_images/arrow-right-disabled.gif') no-repeat 0 0;
}

.jcarousel-skin-thomas .jcarousel-prev-horizontal {
    position: absolute;
    top: 5px;
    left: -20px;
    width: 12px;
    height: 55px;
    cursor: pointer;
	background: #000 url('/_images/arrow-left.gif') no-repeat 0 0;
}

.jcarousel-skin-thomas .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-thomas .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-thomas .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
	background: #000 url('/_images/arrow-left-disabled.gif') no-repeat 0 0;
}


/*

.jcarousel-container {
    background: #000 !important;
	border: 0 !important;
}

.jcarousel-container-horizontal {
    width: 205px !important;
    padding: 0 !important;
	background: #000 !important;
}

.jcarousel-clip-horizontal {
    width: 205px !important;
    height: 75px !important;
	background: #000 !important;
}

.jcarousel-item {
    width: 65px !important;
    height: 75px !important;
}

.jcarousel-item img {
	width: 55px;
	height: 55px;
	padding: 4px;
	border: 1px solid black;
}

.jcarousel-item img.selected {
	border: 1px solid white;
}

.jcarousel-item-placeholder {
    color: #000;
	background: #000;
}

.jcarousel-item-horizontal {
	margin-right: 5px;
}


.jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: -20px;
    width: 12px;
    height: 75px;
    cursor: pointer;
  	background: transparent url(/_images/arrow-right.gif) no-repeat 0 6px;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(/_images/arrow-right-disabled.gif) no-repeat 0 6px;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: -20px;
    width: 12px;
    height: 75px;
    cursor: pointer;
	background: transparent url(/_images/arrow-left.gif) no-repeat 0 6px;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
	background: transparent url(/_images/arrow-left-disabled.gif) no-repeat 0 6px;
}

*/




