
/*****************************************/
/* game                                  */
/*****************************************/

#game {
  	height: 300px;
}
#game-list {
	display: block;
	width: 810px;
	margin: 0px 0 32px 70px;
	padding: 0;
}


#next{
	position: absolute;
	top: 200px;
	left: 0px;
	height: 50px;
	width: 50px;
	text-indent: -9000px;
	background: url(img/stripe_next.png) 0 0 no-repeat;
	margin: 0;
}
#prev{
	position: absolute;
	top: 250px;
	left: 0px;
	height: 50px;
	width: 50px;
	text-indent: -9000px;
	background: url(img/stripe_prev.png) 0 0 no-repeat;
	margin: 0;
}

#section1 {
	background: url(img/section1.png) 0 25px no-repeat;
}
#section2 {
	background: url(img/section2.png) 0 25px no-repeat;
}
#section3 {
	background: url(img/section3.png) 0 25px no-repeat;
}
#section4 {
	background: url(img/section4.png) 0 25px no-repeat;
}
#section5 {
	background: url(img/section5.png) 0 25px no-repeat;
}
#section6 {
	background: url(img/section6.png) 0 25px no-repeat;
}
#section7 {
	background: url(img/section7.png) 0 25px no-repeat;
}

.column4strip a, .column3strip a, .column2strip a {
	display: block;
	float: left;
	margin: 0 30px 5px 0;
}

.column4strip {
    float:left;
    width:150px;
	height: 250px;
	background: url(img/gallery_bkg.png) right 0 repeat-y;
	border: 1;
}

.column3strip {
    float:left;
    width:200px;
	height: 250px;
	background: url(img/gallery_bkg.png) right 0 repeat-y;
	border: 1;
}

.column2strip {
    float:left;
    width:300px;
	height: 250px;
	background: url(img/gallery_bkg.png) right 0 repeat-y;
	border: 1;
}

.section-container {
	margin: 0 0 0 200px;
}
.column3 {
    float:left;
    width:200px;
}

.column2 {
    float:left;
    width:300px;
}

.controls {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 295px;
	width: 100px;
	/*text-indent: -9000px;*/
	/*background: url(img/stripe_label.png) 0 0 no-repeat;*/
	margin: 0
	/*25px 0 32px 0;*/
}


.controls ul {
	position: absolute;
	top: 23px;
	left: 18px;
}
.controls li {
	display: block;
	position: absolute;
	height: 50px;
	overflow: hidden;
	text-indent: -9000px;
}


li.ctrl_info {
	left: 0;
	top: 0;
	width: 50px;
}
	li.ctrl_info a:link, li.ctrl_info a:visited {
		display: block;
		height: 28px;
		background: url(img/game_nav.png) no-repeat 0 0;
	}
	li.ctrl_info a:hover {
		background-position: 0 -50px;
		outline: none;
	}

li.ctrl_gallery {
	left: 0px;
	top: 28px;
	width: 50px;
}
	li.ctrl_gallery a:link, li.ctrl_gallery a:visited {
		display: block;
		height: 28px;
		background: url(img/game_nav.png) no-repeat -50px 0;
	}
	li.ctrl_gallery a:hover {
		background-position: -50px -50px;
		outline: none;
	}
li.ctrl_features {
	left: 0px;
	top: 56px;
	width: 50px;
}
	li.ctrl_features a:link, li.ctrl_features a:visited {
		display: block;
		height: 28px;
		background: url(img/game_nav.png) no-repeat -100px 0;
	}
	li.ctrl_features a:hover {
		background-position: -100px -50px;
		outline: none;
	}
li.ctrl_download {
	left: 0px;
	top: 84px;
	width: 50px;
}
	li.ctrl_download a:link, li.ctrl_download a:visited {
		display: block;
		height: 28px;
		background: url(img/game_nav.png) no-repeat -150px 0;
	}
	li.ctrl_download a:hover {
		background-position: -150px -50px;
		outline: none;
	}
li.ctrl_status {
	left: 0px;
	top: 112px;
	width: 50px;
}
	li.ctrl_status a:link, li.ctrl_status a:visited {
		display: block;
		height: 28px;
		background: url(img/game_nav.png) no-repeat -200px 0;
	}
	li.ctrl_status a:hover {
		background-position: -200px -50px;
		outline: none;
	}
li.ctrl_history {
	left: 0px;
	top: 140px;
	width: 50px;
}
	li.ctrl_history a:link, li.ctrl_history a:visited {
		display: block;
		height: 28px;
		background: url(img/game_nav.png) no-repeat -250px 0;
	}
	li.ctrl_history a:hover {
		background-position: -250px -50px;
		outline: none;
	}
li.ctrl_disclaimer {
	left: 0px;
	top: 168px;
	width: 50px;
}
	li.ctrl_disclaimer a:link, li.ctrl_disclaimer a:visited {
		display: block;
		height: 28px;
		background: url(img/game_nav.png) no-repeat -300px 0;
	}
	li.ctrl_disclaimer a:hover {
		background-position: -300px -50px;
		outline: none;
	}