﻿*
{
	border: 0;
}

.slidingPhotoGallery
{
	width: 933px;
	min-height: 203px;
	height: auto !important;
	height: 203px;
	background: transparent url(images/photoThumbs.jpg) top left no-repeat;
	position: relative;
	padding-bottom: 14px;
	margin-left: -46px;
}

.slidingPhotoGallery .slidingThumbs
{
	top: 20px;
	left: 20px;
	width: 878px;
	height: 176px;
	overflow: hidden;
	position: relative;
}

.slidingThumbs ul
{
	position: absolute;
	list-style: none;
	white-space: nowrap;
	overflow: none;
}

.slidingThumbs ul li
{
	display: inline;
	float: left;
	height: 92px;
	padding: 2px;
}

.slidingThumbs ul li.selected
{
	border: 1px solid #2a1617;
}

.slidingThumbs h2
{
	font-size: 14px;
	padding-bottom: 6px;
	text-transform: uppercase;
}

.slider
{
	width: 794px;
	height: 21px;
	top: 102px;
	cursor: move;
	position: relative;	
}
	
.slidingBottom
{
	width: 932px;
	height: 67px;
	background: transparent url(images/photoBottom.jpg) top left no-repeat; 
}

.slidingBottom ul 
{
	display: none;
}

.ui-slider-handle
{
	position: absolute;
	display: block;
	cursor: move;
	cursor: -moz-grab;
	overflow: hidden;
	height: 19px;
	width: 86px;		
	background: transparent url(images/photoHandle.gif) top left no-repeat;
	margin-top: 2px;
}

.slidingPhotoGallery .fullImage
{
	width: 933px;	
	height: 476px;
	overflow: hidden;
	background: transparent url(images/photoFull.jpg) bottom left repeat-y;	
	padding-top: 10px;
	text-align: center;
	position: relative;
}

.slidingPhotoGallery .fullImage img
{
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
}

.slidingBottom ul
{
	position: relative;
	list-style: none;
	width: 933px;
	height: 53px;
}

.slidingBottom ul li
{
	float: left;
}

.slidingBottom li.imageCaption
{
	width: 698px;
	text-align: center;
}

a.fullImageNav span
{
	display: none;
}

a.fullImageNav
{
	display: block;
	width: 100px;
	height: 53px;
}

a.fullImagePrevious
{
	background: transparent url(images/photoPrev.gif) top left no-repeat;
	margin-left: 15px;
}

a.fullImageNext
{
	background: transparent url(images/photoNext.gif) top left no-repeat;
}

.imageCaption
{
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 11px;
	font-weight: bold;
}


		
