#imageMenu {
	height: 150px;
	overflow: hidden;
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	padding:0px;
	display: block;
	height: 150px;
	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;
	height:150px;
}
.clear {
	clear: both;
}

.slider_frame {
	margin-top:-3px; 
	position:relative; 
	height:150px; 
	margin-right:10px; 
	margin-bottom:10px; 
	border-style:solid; 
	border-width:1px;
}
/*************************************************************/


