/* GENERAL STYLES */
/**************************************************************

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 615px;
	height: 210px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li div {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	display:block;
	overflow:hidden;
	width:123px;
	height: 210px;
}

#imageMenu ul li div  a {
	background-image:url(/images/home-slider/view_this.jpg);
	display:block;
	margin:135px 0 0 136px;
	width:136px;
	height:54px;
}

#imageMenu ul li.landscapes div {
	background: url(/images/home-slider/panel_part1.png) repeat scroll 0%;
}

#imageMenu ul li.people div {
	background: url(/images/home-slider/panel_part2.png) repeat scroll 0%;
}

#imageMenu ul li.nature div {
	background: url(/images/home-slider/panel_part3.png) repeat scroll 0%;
}

#imageMenu ul li.urban div {
	background: url(/images/home-slider/panel_part4.png) repeat scroll 0%;
}

#imageMenu ul li.abstract div {
	background: url(/images/home-slider/panel_part5.png) repeat scroll 0%;
	width: 280px;
}

.clear {
	clear: both;
}

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



/* EDITOR PROPERTIES */

