/*
	Cascading Style Sheet 
	"network.css"
	For uTouch.ca
	a Project of the SHANNONWARE GAME LAB
	July 14, 2010
	(c) 2010 Shannon Ware All Rights Reserved
*/

h1 {
	/* width : 50px; */
	/* text-align : left; */
} 

#glShow {
	position : relative ;
	left : -80px;
	width : 20px;
	/* overflow : auto; */
	overflow : hidden; 
	padding : 0px; /* 4px 4px; */
	vertical-align : top;
}

#previous {
}

#next {
	position : absolute;
	right : 0px;
}

button {
	margin : 0px; 
	position : absolute;
	top : 0px;
	height : 100%;
}

img {
	/* border : 1px dashed red; */
}

#right {
	/* positition : relative;
	left : 50px; */
	display : inline;
}

#centre {
	display : inline;
}

#left {
	/*position : relative;
	left : -100px;*/
	display : inline;
}

#scrolling {
	width : 2480px;
	position : relative ;
	left : -40px;
	padding : 8px 0px 0px 0px;
	/*overflow : scrolling;
	border : 1px dashed yellow;*/
}

.siteIcon {
	position : relative;
	left : -120px;
	top : 12px;
}

#main {
	position : absolute;
}

/*  class="siteIcon" */

