
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
}

#imageMenu {
	position: relative;
	width: 800px;
	height: auto;
	min-height:175px;
	overflow: hidden;
	border:1px #cfcecd dashed;
	padding:10px;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 175px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 175px;
}
#imageMenu ul li.pic01 a {
	background: url(../images/gallery/thumbs/pic01_09.jpg) repeat scroll 0%;
}

#imageMenu ul li.pic02 a {
	background: url(../images/gallery/thumbs/pic02_09.jpg) repeat scroll 0%;
}

#imageMenu ul li.pic03 a {
	background: url(../images/gallery/thumbs/pic03_09.jpg) repeat scroll 0%;
}
#imageMenu ul li.pic04 a {
	background: url(../images/gallery/thumbs/pic04_09.jpg) repeat scroll 0%;
}

#imageMenu ul li.pic05 a {
	background: url(../images/gallery/thumbs/pic05_09.jpg) repeat scroll 0%;
}

#imageMenu ul li.pic06 a {
	background: url(../images/gallery/thumbs/pic06_09.jpg) repeat scroll 0%;
}

#imageMenu ul li.pic07 a {
	background: url(../images/gallery/thumbs/pic07_09.jpg) repeat scroll 0%;
}
#imageMenu ul li.pic08 a {
	background: url(../images/gallery/thumbs/pic08_09.jpg) repeat scroll 0%;/*width: 310px;*/
}

.clear {
	clear: both;
}