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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	height: 360px;
	width: 500px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 1px solid #000;
	cursor:pointer;
	display:block;
	overflow:hidden;
	height:360px;
	width: 125px;
}

#imageMenu ul li.rap a {
	background: url(images/dancing/rap.jpg) repeat scroll center 0%;
	}

#imageMenu ul li.hiphop a {
	background: url(images/dancing/hiphop.jpg) repeat scroll center 0%;}

#imageMenu ul li.dancer a {
	background: url(images/dancing/pair.jpg) repeat scroll center 0%;
}
#imageMenu ul li.dancers a {
	background: url(images/dancing/jazz.jpg) repeat scroll center 0%;
}

.clear {
	clear: both;
}
#mydiv {
/*	position:relative;
	top: 50%;
	left: 50%;
	margin-top: -150px; /*set to a negative number 1/2 of your height*/
/*	margin-left: -250px; /*set to a negative number 1/2 of your width*/
 _top:-130px;
 _left:-250px;

}

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

