﻿
#imageMenu {
	position: relative;
        width:715px;
	height: 132px;
	overflow: hidden;
        
	}
#imageMenu ul {list-style: none;margin: 0px;display: block;height: 132px;width: 1000px;}
#imageMenu ul li {float: left;}
#imageMenu ul li a {text-indent:-1000px; background:#FFFFFF none repeat scroll 0%;border-right: 1px solid #fff;
   cursor:pointer;display:block;overflow:hidden;width:119px;height: 132px;}

#imageMenu ul li.image1 a {background: url(../images/photo10.jpg) repeat scroll 0%;}
#imageMenu ul li.image2 a {background: url(../images/photo11.jpg) repeat scroll 0%;}
#imageMenu ul li.image3 a {background: url(../images/photo12.jpg) repeat scroll 0%;}
#imageMenu ul li.image4 a {background: url(../images/photo13.jpg) repeat scroll 0%;}
#imageMenu ul li.image5 a {background: url(../images/photo14.jpg) repeat scroll 0%;}
#imageMenu ul li.image7 a {background: url(../images/photo7.jpg) repeat scroll 0%;}
#imageMenu ul li.image15 a {background: url(../images/photo15.jpg) repeat scroll 0%;}
#imageMenu ul li.image23 a {background: url(../images/photo23.jpg) repeat scroll 0%;}
#imageMenu ul li.image24 a {background: url(../images/photoCustom.jpg) repeat scroll 0%;}
.clear {clear: both;}

