﻿
	#filmstrip{
		width:510px;	/* Total width of slideshow */


	}

	#galleryContainer{
		
		height:170px;	/* Height of the images + 2 */
		border:0px;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 172px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/170px;	/* Other browsers */
		height: /**/170px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:0px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:0px;		
	}
	#theImages{
		position:absolute;
		height:200px;
		left:25px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		filter: alpha(opacity=80);
		opacity: 0.80;
		cursor:pointer;
		border:0px;
	}
    
    #theImages table{
        float:left;
        border:0px;
        
    }
