	
	#NMS_slideshow{position:relative;
	
	width:499px; 
		float:left; 
		padding:0 0 5px 10px;
	
	}
	
	.thumbLargeImage{
		margin:0;
		padding:5px 0;
		background: #F2F2F2;
		text-align:center;
	
		
	}
	
	
	#waitMessage{
		display:none;
		position:absolute;
		left:400px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		
		
	}	
	#galleryContainer{	
		width:70px; 
		float:left; 
		border:solid 1px #BFBFBF; 
		border-top:0;
		border-bottom:0;
		padding:5px 10px; 
		
		}
	
	#galleryContainer #arrow_down{
		height:35px;
	}
	#galleryContainer #arrow_up{
		height:35px;	
	}
	
	#theImages{
		position:relative;
		overflow:hidden;
		height:450px;
	}
	
	#theImages div{	
		position:relative;	
		height:1500px;	
		
	}
	#theImages img{
		border:0px;	
		filter:alpha(opacity=50);	
		opacity:0.5; 
		padding-top:1px;	
		
	}
	
	#theImages .selectedProductImage img{
	filter:alpha(opacity=100);	
		opacity:1; 
	}
	
	
	#theImages a{
		display:block;
		background: #F2F2F2;
		border-bottom: solid 1px #FFFFFF;
		text-align:center;
		padding:2px 0;
	}
	
	#theImages a.selectedProductImage{background: #BFBFBF;}
	
	#largeImageCaption h3{margin:20px 0 0 0; padding:5px 0; font-size:12px; background: #F2F2F2; }
	
	#largeImageCaption p {border-bottom:solid 1px #F2F2F2; padding-bottom:5px;}

	#largeImageCaption h3 small{font-weight: normal; padding-left: 10px;}
	
	#largeImageCaption .price{ font-size:12px;}
	
	#theImages .imageCaption{
		display:none;
	}
