	
	#previewPane{
		margin-bottom:10px;	
		text-align:left;
		vertical-align:middle;
		overflow:hidden;
		}
	
	#previewPane img{
		vertical-align:middle;
		}

	#galleryContainer{		
		height:102px;	/* Height of the images + 2 */
		position:relative;
		width:400px;
		top:-30px;
		padding:0px;		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
		}
	
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
		display:none;
		}
	
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
		}
	
	#theImages{
		margin-bottom:20px;

		width:400px;


		}

	#theImages #slideEnd{
		float:left;
		}
		
	#theImages img{
		float:left;
		padding:0px 0px 0px 0px;
		cursor:pointer;
		border:0px;
		text-align:center;
		margin:0px auto;

		}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px solid #ccc;
		padding:4px;
		color:#555;
		font-size:0.9em;
		}
	

