
	#nms_slideshow{
		width:950px;	/* Total width of slideshow */
		margin:15px 0;
               position:relative;
                
	}
	
	
	#galleryContainer{
		
		position:relative;
		overflow:hidden;
		padding: 0;
		margin:0;
		height:110px;
               
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		top:0;
		z-index:10;
		background-color: #FFF;
		padding:0px;
	}
	#arrow_right{
		position:absolute;
		right:-1px;
		top:0;
		z-index:10;
		background-color: #FFF;
		padding:0;
                width:35px;
                height:105px;
                overflow:hidden;
              
	}

        
	#theImages{
		position:absolute;
		height:105px;
		left:40px;
		width:100000px;
                z-index:9;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		height:85px;
		padding:5px;
		background:#FFFFFF;
		border: solid 4px #BFBFBF;
		filter: alpha(opacity=75);
		opacity: 0.75;
		margin: 0 22px 0 0;
		
	}

	
		#theImages2{
		position:absolute;
		height:105px;
		left:40px;
		width:100000px;
                z-index:9;
	}
	#theImages2 #slideEnd{
		float:left;
	}
	#theImages2 img{
		float:left;
		height:85px;
		padding:5px;
		background:#FFFFFF;
		border: solid 5px #BFBFBF;
		filter: alpha(opacity=75);
		opacity: 0.75;
		margin: 0 22px 0 0;
		
	}

        .view{text-align:center; border:6px #bbb solid;}
