
#widget{
	padding: 0 0 15px 0;
	width: 724px;
	margin: 0 auto;
}

#widget ul {
margin: 0;
padding: 0;
}

#imageMenu {
	position: relative;
	width: 726px;
	height: 237px;
	overflow: hidden;
}


#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 237px;
	width: 1000px;
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#F00 none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:181px;
	height: 237px;
}

#imageMenu ul li.glencroft a {
	background: url(../images/glencroft.jpg) repeat scroll 0%;
}

#imageMenu ul li.moristons a {
	background: url(../images/moristons.jpg) repeat scroll 0%;
}


#imageMenu ul li.outdoor a {
	background: url(../images/outdoors.jpg) repeat scroll 0%;
}

#imageMenu ul li.wildlife a {
	background: url(../images/wildlife.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/