/* CSS Document */


/* The toolbar for the content box */

ul#toolbar {
	height: 40px;
	width: 480px;
	text-align: center;
	list-style: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	}
#coda {
	margin:0px;
	padding:0px;
	border:none;
	}
	
#toolbar li {
	float: left;
	text-indent: -9999px;
	}
	
#toolbar li a {
	height: 50px;
	display: block;
	outline: none;
	}
	
#toolbar li.active {
	background-position: top;
	}

#toolbar li.inactive {
	background-position: bottom;
	}
	
#toolbar li:hover {
	background-position: top;
	}
		
#toolbar li#dl-tab {
	background:url(../images/homemenu.jpg);
	width: 130px;
	background-position: -130px 0px;
	}
		
#toolbar li#giga-tab {
	background:url(../images/homemenu.jpg);
	width: 130px;
	background-position: -260px 0px;
	}
		
#toolbar li#play-tab {
	background:url(../images/homemenu.jpg);
	width: 130px;
	background-position: -390px 0px;
	}
		
#toolbar li#clickstart-tab {
	background:url(../images/homemenu.jpg);
	width: 130px;
	background-position: 0px 0px;
	}


	
/* The slide content box  */

#slideframe, #slideframe div.button, #slidescroller, .section { height: 100%; }

#slideframe {
	margin: 0;
	width: 480px;
	position: relative;
	background: transparent;
	}
	
#slideframe div.button {
	position: absolute;
	top: 360px;
	}
	
div.button#left { left: 0; }
div.button#right { right: 0; }

#scroller {
	width: 480px;
	margin-top: 10px;	
	overflow: hidden;
	}

#slidecontent {
	width: 5250px;
	}
	
.section {
	width: 440px;
	margin: 20px;
	margin-top: 0px;
	float: left;
	}
	
	

	
/* The GAME slide content box */

#gameslideframe, #gameslideframe div.button, #gameslidescroller, .gamesection { height: 100%; }

#gameslideframe {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 480px;
	position: relative;
	}

#gameslideframe div.button {
	position: absolute;
	top: 383px;
	}
	
div.button#left { left: 0; }
div.button#right { right: 0; }

#gamescroller {
	width: 480px;
	margin: 0;	
	overflow: hidden;
	}

#gameslidecontent {
	width: 5250px;
	}
	
.gamesection {
	width: 480px;
	margin: 0px;
	float: left;
	}

.gamesectionlong {
	overflow:auto;
	}
	