* {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

#ad {
  background: url('background_300x250.jpg'); cursor:pointer; cursor:hand;
}

.navigation_content { width: 300px; height: 300px; position: absolute; top: 1px; left: 0px; }

.nav { height: 29px; width:298px; position: absolute; bottom: 193px; left: 82px; top:3px; display:none}
.nav li { float: left; }
.nav li a {display: block; height: 19px; background-image: url("images/nav.png"); color:#fff; text-decoration:none; font-family:tahoma; font-size: 14px; font-weight:normal; text-align:center; margin-left:18px; text-transform:uppercase;
}

#compressed_nav_item a { }
#compressed_nav_item.active a, #compressed_nav_item a:hover { color:#4fb5f6}

#numbers_nav_item a { background-position: 0 -19px; }
#numbers_nav_item.active a, #numbers_nav_item a:hover { color:#4fb5f6 }


ul.roundabout-holder {
  width: 190px;
  height: 150px;
  margin: auto;
  z-index:1;
}
.roundabout-moveable-item {
  width: 122px;
  height: 88px;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.roundabout-in-focus {
  cursor: auto;
}

.items, .items .item, .items .item table {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.items .item table {
  border-spacing: 0;
}
.items .item .item_image {
  max-width: 100%;
  max-height: 100%;
}
.items .item .item_name {
  position: absolute;
  top:-31px;
  left:-80px;
  text-align:center;
  margin: 0;
  display: none;
  font-size: 12px;
  line-height: 13px;
  color: #ffffff;
  font-family:helvetica;
  width:280px;
}

.items .item .item_description {
  position: absolute;
  top:110px;;
  left:-60px;
  text-align:center;
  margin: 0;
  display: none;
  font-size: 15px;
  line-height: 13px;
  color: #fff;
  font-family:helvetica;
  width:280px;
}

/*#blank_button {
	position: absolute;
	top:215px;
	left:140px;
	text-align:center;
	margin: 0;
	display: none;
	font-size: 12px;
	line-height: 13px;
	color: #fff;
	font-family:helvetica;
	width:148px;
	height:22px;
	background: none;
	padding:5px 0 0 0;
	text-transform:uppercase;
	cursor:pointer; cursor:hand;
	z-index:20;
	background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
}*/

.items .item .button_text {
  position: absolute;
  top:135px;
  left:70px;
  text-align:center;
  margin: 0;
  display: none;
  font-size: 12px;
  line-height: 13px;
  color: #fff;
  font-family:helvetica;
  width:148px;
  height:22px;
  background: url(button-back.png) no-repeat;
  padding:5px 0 0 0;
  text-transform:uppercase;
  cursor:pointer; cursor:hand;
}


#staticBtn {
    background-image: url(button-back.png);
    color: white;
    font-family: arial;
    font-size: 12px;
    height: 18px;
    left: 140px;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 213px;
    width: 148px;
}

.items .item .item_name strong {
	color:#4fb5f6;
}

.roundabout-in-focus .item .item_name, .roundabout-in-focus .item .button_text, .roundabout-in-focus .item .item_description, #blank_button {
  display: block;
}

#compressed {
  background: none;
  padding-top:10px;
}
#numbers {
	background: none;
	padding-top:40px;
	width:300px;
	height:161px;
}

table, tr, td {
  width: 100%;
  height: 100%;
}

