.jimgMenu {
	position: relative;
	width: 670px;
	height: 200px;
	overflow: hidden;
	margin: 50px auto;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1340px;
	
	}

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 0px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:78px;
	height: 200px;
}

.jimgMenu ul li.landscapes a {
	background: url(images/surreal.jpg) repeat scroll 0%;
}

.jimgMenu ul li.people a {
	background: url(images/avantgarde.jpg) repeat scroll 0%;
}

.jimgMenu ul li.nature a {
	background: url(images/fashion.jpg) repeat scroll 0%;
}
.jimgMenu ul li.abstract a {
	background: url(images/events.jpg) repeat scroll 0%;
}

.jimgMenu ul li.urban a {
	background: url(images/beauty.jpg) repeat scroll 0%;
	min-width:310px;
	
}

.company h1  {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	
}

.company p  {
	font-size: 14px;
	text-align: center;
	
}

.company lg a {
	font-size: 14px;
	cursor:pointer;
	text-align: center;

}

