	#galleryArea {
		width:630px;
		background-color: #FFFFFF;
		padding:0px;
		text-align:center;
	}
	
	#previewPane {
		text-align:center;
		vertical-align:middle;
		padding:0px;
		height: 500px;	
	}
	
	#previewPane img {
		line-height:400px;
		border:1px solid #FFFFFF;
		background: url(/js/gallery/images/shadowAlpha.png) no-repeat bottom right !important;
		padding:0 6px 0 0;
		margin:20px 0 0 20px;
	}
	
	#previewPane #largeImageCaption {
		border:1px solid #FFFFFF;
		color:#000000 !important;
		font-size:1.3em;
		margin:13px 0px 0;
		padding:0;
		text-align:center;
	}
	
	#previewPane #largeImageCaption a {
		color:#000000 !important;
		font-family:Georgia,"Times New Roman",Times,serif;
	}
	
	#galleryContainer {		
		position:relative;
		overflow:hidden;
		padding:1px;
		height: 100px !important;
	}
	
	#arrow_left {
		position:absolute;
		left:0px;
		z-index:10;
		padding:1px;
		margin:12px 0 0;
	}
	
	#arrow_right {
		position:absolute;
		right:0px;
		z-index:10;
		padding:1px;	
		margin:12px 0 0;	
	}
	
	#theImagesContainer {
		width:500px;
		height:140px;
		margin:0 45px;
		overflow:hidden;
		position:relative;
		width:540px !important;
	}
	
	#theImages {
		position:absolute;
		width:100000px;
	}
	
	#theImages #slideEnd {
		float:left;
	}
	
	#theImages img {
		float:left;
		filter: alpha(opacity=50);
		opacity: 0.8;
		cursor:pointer;
		border:1px solid #333;
		width:118px;
		height:85px;
	}
	
	html>body #theImages img {
		width: auto;
		max-width: 118px !important;	
	}
	
	.image {
		float:left;
		margin: 5px;
	}

	#waitMessage {
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
	}
	
	#theImages .imageCaption {
		display:none;
	}
	
