/** Gallery Styles **/

#gallery {
	width: 418px;
	min-height: 446px;
}

.gallery-images.wide #gallery {
	width: 418px;
}

#gallery-col-1 {
	float: left;
	width: 330px;
}

.gallery-images.wide #gallery-col-1 {
	width: 418px;
}

#gallery-col-2 {
	float: right;
	width: 88px;
}

/** Scrolling images **/
#gallery-scroll {
	margin: 0 0 0 8px;
	height: 430px;
	overflow: hidden;
	
	line-height: 0;
}

#gallery-scroll ul {
	list-style-type: none;
	
	line-height: 0;
}

#gallery-scroll ul li {
	margin: 0 0 8px 0;
	padding: 0;
	height: 80px;
	
	cursor: pointer;
}

#gallery-scroll ul ul {
	display: none;
}

#gallery-image {
	width: 330px;
	height: 430px;
	overflow: hidden;
}

.gallery-images.wide #gallery-image {
	width: 418px;
}

/** Pager Nav **/
#gallery-image-pager {
	width: 330px;
	padding-top: 3px;
}

#gallery-image-pager .details {
	display: inline;
	float: right;
	padding: 1px 0 0;
	
	font-size: 8px;
}

#gallery-image-pager ul {
	height: 100%;
	list-style-type: none;
	float: right;
}

#gallery-image-pager li {
	float: left;
	margin: 0 0 0 4px;
	text-indent: -10000px;
	overflow: hidden;
}

#gallery-image-pager li a {
	background: url(/images/common/gallery-pager.gif) top left no-repeat;
	display: block;
	width: 12px;
	height: 8px;
	
	margin: 4px 0 0 0;
	line-height: 5px;
}

#gallery-image-pager ul li a:hover {
	background-position: 0 -16px;
}

#gallery-image-pager ul li.active a {
	background-position: 0 -8px;
}

#gallery-image-pager ul li.no-image {
	display: none;
}

#gallery-image-pager li.no-image a {
	background: none;
	color: #888078;
	text-indent: 0px;
	width: 26px;
	height: 12px;
	
	margin:0;
	line-height: 12px;
	
	text-decoration: none;
}

#gallery-image-pager li.no-image a:hover {
	color: #76799E;
}



/** Scroll Nav **/
#gallery-scroll-nav {
	position: relative;
}

#gallery-scroll-nav ul {
	list-style-type: none;
	position: relative;
}

#gallery-scroll-nav li {
	overflow: hidden;
	
}

#gallery-scroll-nav a {
	display: block;
	color: #888078;
	
	margin: 2px 0 0;
}

#gallery-scroll-nav li a {
	width: 31px;
	height: 20px;
	
	text-decoration: none;
	text-align: center;
	
}

#gallery-scroll-nav li.up a {
	position: absolute;
	left: 32px;
	top: -455px;
	
	padding: 7px 0 0;
	margin: 0;
	height: 13px;
	
	background: url(/images/common/arrow-up.gif) 0 0 no-repeat;
}


#gallery-scroll-nav li.down a {
	position: absolute;
	left: 32px;
	top: 3px;
	
	
	background: url(/images/common/arrow-down.gif) 0 10px no-repeat;
}

#gallery-scroll-nav li a:hover {
	color: #76799E;
}

#gallery-scroll-nav li.up a:hover {
	background-position: 0 -20px;
}


#gallery-scroll-nav li.down a:hover {
	background-position: 0 -10px;
}



/** Gallery Table **/
#gallery table {
	border-collapse: collapse;
	width: 100%;
	padding: 0;
	margin: 0;
	
	line-height: 0;
}

#gallery table tr td {
	width: 100px;
	padding: 0 0 5px 5px;
	margin: 0;
}

