html, body {width:100%; height:100%; margin:0; padding:0; border:0 none;}
html {overflow-x:hidden; overflow-y:auto;} /*remove horizontal scroll bar in IE6!*/

#icon_menu_holder{
	position:relative;
	margin:95px auto 10px auto;
	width:960px;
	text-align:center;
	}

img {vertical-align:bottom; border:0 none;}



	/*position and hide the menu initially - leave room for menu items to expand...*/

	/*#icons_menu {padding-top:150px; padding-bottom:20px; width:100%;}*/
	#icons_menu {width:100%;}

	/*#menu {position:absolute; top:57px; left:-70px; width:100%; display:none;}*/
	#menu {position:absolute; left:-70px; width:100%; display:none;}

/*dock styling...*/

	/*...centre the dock...*/

	#menu div.jqDockWrap {margin:0 auto;}

	/*...set the cursor...*/

	#menu div.jqDock {cursor:pointer;}

/*label styling...*/

	div.jqDockLabel {margin: 0 auto ; white-space:nowrap; color:#666666;  cursor:pointer; font-size:14px}
