@charset "utf-8";
/* CSS Document */
#galleryPusher {
	width: 100%;
	height: 50%;
	margin-top: -355px;
	float: left;
	visibility:hidden;
}
#gallery {
	max-width: 1000px;
	min-width: 300px;
	width:100%;
	
	max-height: 710px;
	min-height: 177px;
	overflow:visible;
	
	width:100%;
	height:100%;
	
	clear: both;
	position: relative;
	top: 0px;
	margin:0px auto;
	
}
#galleryItemContainer {
	position:absolute;
	
	max-width: 800px;
	min-width: 100px;
	
	max-height: 710px;
	min-height: 177px;
	overflow:hidden;
	
	width:100%;
	height:100%;
	
	margin:0px;
	padding:0px;
	right:200px;
	left:0px;
	top:0px;
}
	#galleryItemContainer #galleryItemPusher {
		position: relative;
		width: 100%;
		height: 50%;
		margin-top: -250px;
		float: left;
		visibility:hidden;
	}
	#galleryItemContainer #galleryItemFrame {
		overflow:hidden;
		right:0px;
		height: 500px;
		
		clear: both;
		position: relative;
		top: 0px;
		margin:0px auto;
	}
		#galleryItemContainer #galleryItem {
			width: 100%;
			height: 100%;
			position:absolute;
			top: 0px;
			left:0px;
		}
#loadingItemContainer {
	position:absolute;
	width:800px;
	height:710px;
	margin:0px;
	padding:0px;
	left:0px;
	top:0px;
	opacity:0;
}
	#loadingItemContainer #galleryItemPusher {
		position: relative;
		width: 100%;
		height: 50%;
		margin-top: -355px;
		float: left;
		visibility:hidden;
		opacity:0;
	}
	#loadingItemContainer #galleryItemFrame {
		clear: both;
		position: relative;
		margin:0px auto;
	}
		#loadingItemContainer #galleryItem {
			width: 100%;
			height: 100%;
			position:absolute;
			top: 0px;
			left:0px;
		}
		#loadingItemContainer #galleryItem img {
			position:relative;
			margin:0px auto;
		}
#galleryDetailsContainer {
	position:absolute;
	float:left;
	margin:0px;
	padding:0px;
	width:175px;
	padding-left:25px;
	height:450px;
	right:0px;
	top:130px;
	z-index:110;
}
		.galleryTitle {
			position:absolute;
			width:175px;
			height: 25px;
			top:11px;
			left:25px;
			
			font-family:Helvetica,Arial, sans-serif;
			font-size:12px;
			letter-spacing:0px;
			line-height:12px;
		}
				
		.galleryThumbnailContainer {
			position:absolute;
			width:120px;
			height: 300px;
			overflow:hidden;
			top:35px;
			left:25px;
			margin-left:-8px;
		}
				.galleryThumbnailMover {
					position:absolute;
					width:4000px;
					height: 300px;
					overflow:hidden;
				}
						.galleryThumbnailColumn {
							position:relative;
							width:60px;
							height:300px;
							float:left; 
							margin:0px;
							padding:0px;
							left:0px;
						}
						.galleryThumbnail {
							position:relative;
							margin-right:9px;
							margin-bottom:9px;
							margin-left:8px;
							margin-top:8px;
							width:43px;
							height:43px;
							float:left;
							display:inline;
						}
						.galleryThumbnail img {
							position:relative;
							width: 100%;
							height: 100%;
							position: absolute;
							top: 0px;
							left:0px;
						}
						.galleryThumbnailVisited {
							background:url(../../../../../Interface/Styling/Theme/Default/Images/visitedGalleryItem.gif);
							width: 0%;
							height: 0%;
							position: absolute;
							top: -1px;
							right:-1px;
						}
				
		.galleryButtonsContainer {
			position:absolute;
			top:290px;
			left:25px;
			width:103px;
			height: 15px;
			padding:0px;
		}
				.galleryButtonLeft {
					position:absolute;
					width:45px;
					height:15px;
					left:6px;
					display:none;
					cursor:pointer;
				}
						.galleryButtonLeft img{
							position:relative;
							width:12px;
							height:14px;
							float:left;
						}
				.galleryButtonRight {
					position:absolute;
					width:45px;
					height:15px;
					right:6px;
					display:none;
					cursor:pointer;
				}
						.galleryButtonRight img{
							position:relative;
							width:12px;
							height:14px;
							float:right;
						}
				
		.galleryButtonsContainerOverlay {
			position:absolute;
			top:290px;
			left:25px;
			width:103px;
			height: 15px;
			padding:0px;
			z-index:10;
		}
				.galleryButtonLeftOverlay {
					position:absolute;
					width:45px;
					height:15px;
					left:6px;
					cursor:pointer;
					z-index:11;
					background:#ffffff;
				}
				.galleryButtonRightOverlay {
					position:absolute;
					width:45px;
					height:15px;
					right:6px;
					cursor:pointer;
					z-index:11;
					background:#ffffff;
				}
		#galleryItemInfo {
			position:absolute;
			top:330px;
			left:25px;
			width:120px;
			display:block;
			margin:0px;
			
			letter-spacing:0px;
			line-height:normal;
			font-size:12px;
			padding:0px;
		}
		#galleryItemTitle {
			position:relative;
			width:120px;
			display:block;
			margin:0px;
			
			letter-spacing:0px;
			line-height:normal;
			font-size:12px;
			padding:0px;
			font-weight:bold;
		}
		#galleryItemDescription {
			position:relative;
			width:120px;
			display:block;
			margin:0px;
			
			letter-spacing:normal !important;
			line-height:normal !important; 
			font-size:12px !important;
			padding:0px;
		}
			#galleryItemInfo a {
				font-weight:bold;
				text-transform:uppercase;
				text-decoration:none;
				display:block;
				margin-top:10px;
				color:#c3c3c3;
			}
.protectionOverlay {
	background:url(../../../../../Interface/Styling/Theme/Default/Images/transparent.gif);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left:0px;
}
.protectionOverlay img {
	background:url(../../../../../Interface/Styling/Theme/Default/Images/transparent.gif);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left:0px;
}
