#slideshow{
	padding:0px 20px 0px 20px;/* Total width of slideshow */
}

#previewPane{
	padding:10px 0 0 10px;
	text-align:center;
	opacity: 1;
	filter: alpha(opacity=100);
}

#galleryNav{
	text-align:center;
	color:#7A7E66;
	font-size:0.7em;
	font-weight:bold;
	padding-bottom:5px;
}


#previewPane #largeImageCaption {	/* CSS styling of image caption below large image */
}
#previewPane p {
	padding-right:10px;
	margin:0px;
}

#previewPane #largeImageCaption ul {}

#previewPane #largeImageCaption .descArea { 
	padding: 1.5em 0 0 0.5em; 
}
#previewPane #largeImageCaption h3 { 
	color: #666666; 
	margin: 0; 
	padding: 5px; 
	font-weight: bold;
}




#previewPane #largeImageCaption ul { 
	background: url(../../modules/gallery/images/leftEdge.gif) no-repeat top left; 
	padding: 0 0 0 0.8em; 
	height: 25px; 
}
#previewPane #largeImageCaption ul li { 
	background: url(../../modules/gallery/images/rightEdge.gif) no-repeat top right; 
	padding: 0 0.8em 0 0; 
	height: 25px; 
}
#previewPane #largeImageCaption ul li a.inDescLink { 
	background: #ff9900 url(../../modules/gallery/images/linkIcon.gif) top left no-repeat; 
	color: white; 
	text-decoration: none; 
	padding: 4px 0 3px 0.2em; 
	margin: 0px 0 0 0; 
	line-height: 1.6em; 
}
#galleryContainer{
	height:92px;	/* Height of the images + 2 */
	position:relative;
	overflow:hidden;
	padding:1px;
	
	/* CSS HACK */
	height: 94px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/92px;	/* Other browsers */
	height: /**/92px;
			
}
#galleryContainer img{
	padding:0px;
	border:0px;
}

#arrow_left{
	left:0;
	position:absolute;

}
#arrow_right{
	right:0; 
	position:absolute;
}
#theImages{
	position:absolute;
	height:85px;
	left:0px;
	width:100000px;
}
#theImages #slideEnd{
	float:left;
}
#theImages p.backer { float: left; background-color: #fff; margin:10px 1px 1px 10px; padding: 0; height: 70px; }

#theImages img {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
	border: none;
}

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

#theImages .imageCaption{
	display:none;
}



