#demo-bar {
  position: relative;
  top: -220px;
	margin: 5px auto;
	padding: 5px 0;
	width: 600px;
	background: #FFFFFF;
	text-align: center;
}

#button_left{
  height: 500px;
  width: 50px;
  float: left;
}

#button_left a{
  position: absolute;
  top: 225px;
  width: 23px;
  height: 23px;
  background: url('../templates/drinque/images/button_left.png') no-repeat;
}

#button_left a:hover,
#button_left a:active
{
  position: absolute;
  top: 225px;
  width: 23px;
  height: 23px;
  background: url('../templates/drinque/images/button_left_over.png') no-repeat;
}

#button_right{
  height: 500px;
  width: 50px;
  float: left;
}

#button_right a{
  position: absolute;
  top: 225px;
  width: 23px;
  height: 23px;
  background: url('../templates/drinque/images/button_right.png') no-repeat;
}

#button_right a:hover,
#button_right a:active
{
  position: absolute;
  top: 225px;
  width: 23px;
  height: 23px;
  background: url('../templates/drinque/images/button_right_over.png') no-repeat;
}

#reference_holder{
  width: 770px;
  float: right;
  margin-top: -300px;
}

#reference_holder h1{
	font-size: 12pt;
	color: #f29400;
	line-height: 22px;
	font-weight: normal;
}


#reference_1,
#reference_2,
#reference_3,
#reference_4,
#reference_5,
#reference_6,
#reference_7,
#reference_8,
#reference_9
{
	margin: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden; 
	height: 148px; 
	width: 232px;
	position: relative;
	float: left;
	border: 1px solid #eca62c;
}

#reference_inner_1,
#reference_inner_2,
#reference_inner_3,
#reference_inner_4,
#reference_inner_5,
#reference_inner_6,
#reference_inner_7,
#reference_inner_8,
#reference_inner_9
{
	width: 232px;
	height: 300px;
	position: relative;
}

#top_1,
#top_2,
#top_3,
#top_4,
#top_5,
#top_6,
#top_7,
#top_8,
#top_9
{
	padding: 0px;
}

#top_1 .image,
#top_2 .image,
#top_3 .image,
#top_4 .image,
#top_5 .image,
#top_6 .image,
#top_7 .image,
#top_8 .image,
#top_9 .image
{
  position: absolute;
	width: 232px;
  top: 74px;
  margin-top: -22%;
	text-align: center;
}

.top_icon{
  position :absolute;
  top: 5px;
  right: 5px;
  width: 16px;
  height: 16px;
  background: url(/assets/images/icoon_info_off.gif) no-repeat;
}

.top_icon:hover{
  background: url(/assets/images/icoon_info_on.gif) no-repeat;
}

.bottom_icon{
  margin-top: 1px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 1px;
  float: right;
  width: 16px;
  height: 16px;
  background: url(/assets/images/icoon_sluit_off.gif) no-repeat;
}

.bottom_icon:hover{
  background: url(/assets/images/icoon_sluit_on.gif) no-repeat;
}

.image img{
	vertical-align: middle;
}

#bottom_1,
#bottom_2,
#bottom_3,
#bottom_4,
#bottom_5,
#bottom_6,
#bottom_7,
#bottom_8,
#bottom_9
{
  background-color: #f4d18d;
	padding: 5px;
}

.scrolling-content {
  position: relative;
	width: 232px;
	height: 148px;
	text-align: left;
	color: #305b88;
	float: left;
}

.scrolling-content .name{
  font-weight: bold;
  font-size: 1.5em;
  color: #0092e0;
}

.scrolling-content .tagline{
  font-size: 1.2em;
  color: #67af00;
}

.scrolling-content .description{
  color: #214420;
  width: 500px;
}
.scrolling-content .image{
}


#result_block{
  position: relative;
  top: -200px;
  left: 100px;
  width: 400px;
  display: none;
}

td.error_message{
  color: #f00;
  font-weight: bold;
}

#pre_game{
  background: url(game_intro.jpg) no-repeat;
	position: absolute;
	width: 600px;
	height: 400px;
	top:0px;
	left:0px;
}