#previewPane{
    width:600px;
		float:left;
		height:378px;}
#previewPane img{
    float:left;}
#previewPane a {
    text-decoration:none;
    font-weight:bold;
    color:#52636b;}
#previewPane {	/* CSS styling of image caption below large image */
		font-style:normal;
		font-family: Verdana, sans-serif;	/* Font to use */
		font-size:12px;
		color: #52636b;
		float:right;}
#largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:normal;
		font-family: Verdana, sans-serif;	/* Font to use */
		font-size:12px;
		color: #52636b;
		float:right;
		padding-right:8px;}
#galleryContainer{
		position:relative;
		top:5px;
		overflow:hidden;
		text-align:center;
		width:600px;
		/* CSS HACK */
		height: 84px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/84px;	/* Other browsers */
		height: /**/84px;}
#arrow_left{
		position:absolute;
		top: 24px;
		left:4px;
		z-index:10;}
#arrow_right{
		position:absolute;
		top: 24px;
		right:4px;
		z-index:10;}
#theImages{
		position:absolute;
		height:75px;
		left:0px;
		width:100000px;}
#theImages #slideEnd{
		float:left;}
#theImages img{
		float:left;
		padding:2px 5px 3px 0;
		cursor:pointer;}
#waitMessage{
		display:none;
		position:absolute;
		left:100px;
		top:150px;
		background-color:#52636b;
		border:2px double #f76210;
		padding:4px;
		color:#fff;
		font-size:0.9em;
		font-family:Verdana;}
#theImages .imageCaption{
		display:none;}
