.page_gallery #main {
	width: 615px;
}

.page_gallery #sideright {
	width: 305px;
}

.gallery-image {
	height: 480px;
	text-align: center;
}

.gallery-image ul {
	position: relative;
	margin: 0;
}

.gallery-image ul li {
	margin: 0;
	position: absolute;
	text-align: center;
	width: 615px;
	list-style: none;
	background: #fff;
	line-height: 470px;
	height: 470px;
	padding: 5px 0;
}

.gallery-image ul li img {
	vertical-align: middle;
}

.gallery-scroller {
	width: 615px;
	min-height: 75px;
	margin-bottom: 15px;
	overflow: hidden;
}

.gallery-scroller ul {
	margin: 0;
	width: 9999px !important;
}

.gallery-scroller ul li {
	background: none repeat scroll 0 0 #EEEEEE;
    float: left;
    height: 68px;
    list-style: none outside none;
    margin: 0 6px 0 0;
    text-align: center;
	overflow:hidden
}

.gallery-scroller ul li img {
	display: block;
	max-height: 68px;
}

.gallery-scroller ul li.current {
	border: 5px solid #000000;
    overflow: hidden;
    height: 58px;
 
}

.gallery-scroller ul li.current img {
	margin: -5px;
	overflow:hidden;
    
    overflow: hidden;
}

.gallery-paging {
	float:left;
	position: relative;
	left: 50%;
}

	/*
	
		All these position relatives and 50%s are to center the floated list
		
	*/

.gallery-paging-wrap {
	position: relative;
	left: -50%;
}

.gallery-paging ul {
	float: left;
	_float: none;
}

.gallery-paging li {
	float: left;
	position: relative;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 2px;
	width: 10px;
	height: 10px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../../images/lfw/gal_nav.png) no-repeat -30px 0;
}

.gallery-paging li.current {
	font-weight: bold;
	background-position: -20px 0;
}

.gallery-paging .gallery-prev-page,
.gallery-paging .gallery-next-page {
	float: left;
	position: relative;
	width: 10px;
	height: 10px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../../images/lfw/gal_nav.png) no-repeat -0 0;
	outline: none;
	margin: 0 10px 0 0;
}

.gallery-paging .gallery-next-page {
	background-position: -10px 0;
	margin: 0 0 0 10px;
}


.gallery-back {
    float: left;
    margin-right: 1em;
    background: url(../../images/lfw/gallery_back.png) no-repeat left;
    padding-left: 30px;
}


.nav {
	background: #eee;
	margin: 0;
	float: left;
	width: 925px;
	padding: 10px;
	background: #fff url(../../images/lfw/gal_grad.png) repeat-x 0 100%;
	border-bottom: 1px dotted #aaa;
	border-top: 1px solid #ccc;
}

.nav .right {
	float: right;
}

.nav .dropdown {
	width: 295px;
	height: 24px;
	float: left;
	padding-left: 10px;
}

.nav .dropdown select {
	min-width: 200px;
}

.gallery-play,
.gallery-pause,
.gallery-prev,
.gallery-next,
.gallery-back {
	float: left;
	line-height: 24px;
	vertical-align: middle;
	margin-right: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}

.gallery-play .icon,
.gallery-pause .icon,
.gallery-prev,
.gallery-next {
	text-indent: -9999px;
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url(../../images/lfw/gal_nav.png) no-repeat 0 -11px;
	margin-right: 5px;
}

.gallery-pause .icon {
	background-position: -96px -11px;	
}

.gallery-prev {
	background-position: -48px -11px;
}

.gallery-next {
	background-position: -72px -11px;
}

.gallery-status {
	float: left;
	line-height: 24px;
	vertical-align: middle;
	width: 50px;
	text-align: center;
	margin-right: 5px;
}

.gallery-blurb {
    height: 456px;
    position: relative;
}

.gallery-description {
	margin-top: 12px;
	font-size:14px;
}

.gallery-credit {
	margin-top: 18px;
	font-style: italic;
	position:absolute;
	bottom:0;
}
