
        #galleryContainer{
                width:520px;
                height:76px;        /* Height of the images + 2 */
                border:0px solid #AAAAAA;
                position:relative;
                overflow:hidden;
                padding:1px;
                /* CSS HACK */
                height: 104px;        /* IE 5.x - Added 2 pixels for border left and right */
                height/* */:/**/76px;        /* Other browsers */
                height: /**/76px;
                                
        }
        #arrow_left{
	float: left;	
        }
        #arrow_right{
	float: left;	           
        }
        #theImages{
                position:absolute;
                height:74px;
                left:0px;
                width:100000px;
                
        }
        #theImages #slideEnd{
                float:left;
        }
        #theImages img{
                float:left;
                padding:1px;
                filter: alpha(opacity=90);
                opacity: 0.8;
                cursor:pointer;
                border:0px;
                padding-right:3px;
                padding-left:2px;
        }

