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

	Image Menu
	v 2.2

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


#specials {
	position: relative;
	width: 640px;
	height: 300px;
	overflow: hidden;
	margin-top: 0px;
}



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

#specials ul li {
	float: left;
}

#specials ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 128px; /* this width times number of pictures equals total width  */
	height: 300px;
}

#specials ul li.landscapes a {
	background: url(../img/focus.jpg) repeat scroll 0%;
}

#specials ul li.people a {
	background: url(../img/therapeutic.jpg) repeat scroll 0%;
}

#specials ul li.nature a {
	background: url(../img/investment.jpg) repeat scroll 0%;
}

#specials ul li.urban a {
	background: url(../img/management.jpg) repeat scroll 0%;
}

#specials ul li.abstract a {
	background: url(../img/members.jpg) repeat scroll 0%;
	width: 394px;
}

.clear {
	clear: both;
}

/**
#specials ul li.landscapes a {
	background: url(../img/bmp2.jpg) repeat scroll 0%;
}

#specials ul li.people a {
	background: url(../img/gdf5.jpg) repeat scroll 0%;
}

#specials ul li.nature a {
	background: url(../img/noggin.jpg) repeat scroll 0%;
}

#specials ul li.urban a {
	background: url(../img/bfgf.jpg) repeat scroll 0%;
}

#specials ul li.abstract a {
	background: url(../img/actrii.jpg) repeat scroll 0%;
	width: 394px;
}

.clear {
	clear: both;
}
*/

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

