#previewPane {
}
#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;
}
#galleryContainer {
}
#galleryContainer #arrow_down {	/* Arrow down image */
	background-color:#ffffff;
	padding-top:0px;
	cursor:pointer;
}
#galleryContainer #arrow_up {
	background-color:#ffffff;
	padding-bottom:0px;
	cursor:pointer;
}
#theImages {	/* DIV where the images are located */
	position:relative;
	overflow:hidden;
	height:295px;	/* Height of boxes for the images */
}
#theImages div {
	position:relative;	/* Don't change this */
	height:1500px;	/* Higher than total height of thumbnails */
}
#theImages img {
	border:0px;	/* No border */
	filter:alpha(opacity=50);	/* Transparency - IE */
	opacity:0.5; /* Transparency - Firefox */
	padding-top:1px;	/* Space between images */
	height:65px;
	width:102px;
}
#previewPane #largeImageCaption {
}
#theImages .imageCaption {
	display:none;
}
/*heding for images*/
.heding {
	position:absolute;
	font-size:30px;
	color:#FFFF00;
	margin-top:-70px;
	margin-left:15px;
}

