﻿
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 960px; /* Onload event de menu width  */ 
	height: 379px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
	background-color: #F7F7F7;
}

#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:160px; /* 120 * resim sayısı toplam genişlik, click eventten sonra. */ 
	height: 360px;
}

#imageMenu ul li.landscapes a {
	background: url(images/heryerde.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(images/kazancli.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(images/ozgurluk.jpg) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(images/hizli.jpg) repeat scroll 0%;
}
#imageMenu ul li.urban2 a {
	background: url(images/guvenli.jpg) repeat scroll 0%;
}


#imageMenu ul li.abstract a {
	background: url(images/verimli.jpg) repeat scroll 0%;
	/*width: 310px;*/
}

.clear {
	clear: both;
}
.home .imagemenu {
	background: url('http://airospot.net/new/_common/img/nav-imagemenu.gif') no-repeat left top;
	width: 500px;
	height: 22px;
	text-indent: -9999px;
}
h2.imagemenu {
	background: url('http://airospot.net/new/_common/img/title-imagemenu.gif') no-repeat left top;
	height: 30px;
	text-indent: -9999px;
}


/*************************************************************/

