
.jimgMenu {
	position: relative;
	width: 913px; /* width of container */
	height: 335px;  /* height of container */
	overflow: hidden;
	margin: 7px 7px 6px 8px;
	border:0px solid #ff0;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 335px; /* height of embedded list */
	width: 2250px;
	
	}

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:122px; /* width of closed slider */
	height: 335px;  /* height of closed slider */
}

.jimgMenu ul li.profile a {
	background: url(../images/imgmenu/profile.jpg) repeat scroll 0%;
}

.jimgMenu ul li.press a {
	background: url(../images/imgmenu/press.jpg) repeat scroll 0%;
}
.jimgMenu ul li.gallery a {
	background: url(../images/imgmenu/gallery.jpg) repeat scroll 0%;
}

.jimgMenu ul li.doings a {
	background: url(../images/imgmenu/doings.jpg) repeat scroll 0%;
}

.jimgMenu ul li.forsale a {
	background: url(../images/imgmenu/forsale.jpg) repeat scroll 0%;
	min-width:420px;  /* width of top slider */
	
}

.clear {
	clear: both;
}

