		#galleryContainer{
		width:435px;
		height:150px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;}	
	
	
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		padding:1px;
	}
	
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		padding:1px;		
	}
	#theImages{
		float:left;
		position:absolute;
		height:100px;
		padding:0px 5px 0px 5px;
		width:100000000000px;
		
	}
   #boxa{
	   background-image:url(images/img-box2.gif);
		 background-repeat:no-repeat;
	   width:140px;
	    padding:5px;
	   float:left;
	   height:150px;
	   }
	
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}
	
