body,form
{
  padding:0px;
  margin:0px;
}

body,form,div,input,select,option
{
  font-family: Arial;
}

body
{
  background-color: black;
}

#framesetIE
{
  text-align: center;
}

#frameset
{
  text-align: left;
  margin    : auto;
  width     : 1000px;
  position  : relative;
  top       : 0px;
  left      : 0px;
  background-color:#FFE39F;
}

#logo
{
  height    : 115px;
  width     : 266px;
  float     : left;
  background-color:black;
  background-image: url(/common/images/black/logo.png);
  background-repeat: no-repeat;
  background-position:0px 0px;
}

#logoRight
{
  height    : 115px;
  width     : 734px;
  float     : left;
	background-color:black;
/*	background-image: url(/common/images/div/WGO_Mainscreen.gif);
	background-repeat: no-repeat;
	background-position:0px 0px; */
}

#heading
{
  width:100%;
  height:25px;
  background-color:#f79a1f;
}

#heading ul
{
  margin:0px;
  padding:0px;
}

#heading li
{
  padding-top:9px;
  padding-left:10px;
  float:left;
  list-style:none;
  width:180px;
  text-align:center;
  color:black;
  font-size:11px;
}

#heading li.last
{
  padding-top:0px;
  padding-left:70px;
  width:auto;
  text-align:center;
  color:black;
  font-size:11px;
}

#thumbnails
{
  width:100%;
  height:160px;
  background-color:#FFE39F;
  clear:both;
}

#thumbnails ul
{
  margin:0px;
  padding:0px;
}

#thumbnails a,
#thumbnails a:visited,
#thumbnails a:hover
{
  text-decoration:none;
  color:black;
}

#thumbnails li
{
  padding-top:0px;
  padding-bottom:5px;
  padding-left:10px;
  float:left;
  list-style:none;
  width:180px;
}

#thumbnails li.last
{
  padding-left:30px;
  width:auto;
  text-align:center;
  font-size:11px;
}

.content
{
  position:relative;
  height:172px;
  background-color:white;
  clear:both;
/*  background-image:url(/common/images/arrow_big.gif);
  background-repeat: no-repeat;
  background-position:231px 31px; */
}

.content .spacerLeft
{
  height:100%;
  width:20px;
  background-color:#FFE39F;
  float:left;
}

.content .spacerRight
{
  height:100%;
  width:20px;
  background-color:#FFE39F;
  float:right;
}

.content .innerContent
{
  float:left;
  width:958px;
}

.content .loginHeadline
{
  width:470px;
  height:160px;
  float:left;
  font-size:9px;
  padding-top:5px;
  padding-left:20px;
}

.content .regHeadline
{
  width:450px;
  height:160px;
  float:left;
  padding-top:5px;
  font-size:9px;
}

.content .info
{
  position:absolute;
  left:193px;
  top:0px;
  z-index:2;
  width:297px;
  height:133px;
}

.content .bar
{
  position:absolute;
  left:0px;
  top:133px;
  z-index:2;
  width:980px;
  height:22px;
  padding-top:2px;
  background-color:#FFE39F;
  color:black;
  font-weight:bold;
  font-size:15px;
}

#loginBox
{
  background-color:#FFE39F;
  position:absolute;
  left:35px;
  top:20px;
  height:137px;
  width:144px;
  z-index:2;
}

#loginBox form
{
  font-size: 9px;
  padding-left:10px;
  padding-right:10px;
  padding-top:5px;
  padding-bottom:0px;
}

#loginBox label
{
  display:block;
  float:left;
}

#loginBox input
{
  width:100px;
  font-size: 9px;
}

#loginBox a
{
  text-decoration:none;
  color:black;
}

#registerBox,
#codeBox
{
  background-color:#f79a1f;
  position:absolute;
  left:510px;
  top:20px;
  height:137px;
  width:450px;
  z-index:2;
  text-align:center;
}

#registerBox form
{
  font-size: 9px;
  padding-left:10px;
  padding-right:10px;
  padding-top:5px;
  padding-bottom:0px;
}

#registerBox label
{
  display:block;
  float:left;
}

#registerBox input
{
  font-size: 9px;
}

#registerBox select,
#registerBox option
{
  font-size: 9px;
}

#registerBox .leftColumn
{
  float:left;
  width:200px;
}

#registerBox .rightColumn
{
  float:right;
  width:230px;
}

#registerError
{
  position:absolute;
  left:510px;
  top:159px;
  z-index:2;
  color:red;
  font-size:9px;
  font-weight:bold;
}

#scrollFrame
{
  width:100%;
  height:100px;
  clear:both;
}

#scrollTeaser
{
  padding-top:12px;
  width:130px;
  font-size:10px;
  float:left;
  text-align:center
}

#scrollTeaser strong
{
  font-size:120%;
  font-weight:bold;
}

#textLinks
{
  padding-top:5px;
  text-align:center;
  font-size: 9px;
  color:#606060;
}

#textLinks a
{
  color:#606060;
  text-decoration:none;
}

.xlLayer
{
  width:521px;
  height:397px;
  position:absolute;
  top:105px;
  z-index:99;
  display:none;
}

.xlLayer img
{
  width:182px;
  height:140px;
}

#tourPanel .bd 
{
  padding:0px;
}

.yui-skin-sam .mask{background-color:#000;opacity:.75;filter:alpha(opacity=75);}


/**
 * Copyright (c) 2006-2007, Bill W. Scott
 * All rights reserved.
 *
 * This work is licensed under the Creative Commons Attribution 2.5 License. To view a copy
 * of this license, visit http://creativecommons.org/licenses/by/2.5/ or send a letter to
 * Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.
 *
 * This work was created by Bill Scott (billwscott.com, looksgoodworkswell.com).
 *
 * The only attribution I require is to keep this notice of copyright & license
 * in this original source file.
 *
 * Version 0.6.1 - 07.08.2007
 *
 */

/**
 * Standard Configuration. It is advised that this section NOT be modified as the
 * carousel.js expects the behavior outlined below.
 **/
.carousel-component {
	position:relative;
	overflow:hidden;   /* causes the clipping */
	display:none; /* component turns it on when first item is rendered */
}

.carousel-component ul.carousel-list {
	width:10000000px;
	position:relative;
	z-index:1;
}

.carousel-component .carousel-list li {
	float:left;
	list-style:none;
	overflow:hidden;
}

/**
 * VERTICAL CAROUSEL DEFAULTS
 **/
.carousel-component .carousel-vertical li {
	margin-bottom:0px;

	/* Fix for extra spacing in IE */
	float:left;
    clear:left;

	/* Force the LI to respect the HEIGHT specified */
	overflow:hidden;
	display:block;
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari... as in up/down button not working in some examples. */
.carousel-component ul.carousel-vertical {
/*	width:auto;*/
}

.carousel-component .carousel-clip-region {
	overflow:hidden; /* Secret to the clipping */
	margin:0px auto;
	position:relative;
}

/**
 * ==============================================================================
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-component {
	padding:0px;
	-moz-border-radius:6px;
	color:#618cbe;
}
.carousel-component ul.carousel-list {
	margin:0px;
	padding:0px;
	line-height:0px;
}
.carousel-component .carousel-list li {
	text-align:center;
	margin:0px;
	padding-top:13px;
	font:9px verdana,arial,sans-serif;
	width:95px;
	color:black;
}
.carousel-component .carousel-list li a,
.carousel-component .carousel-list li a:hover,
.carousel-component .carousel-list li a:visited {
	color:black;
	text-decoration:none;
}

.carousel-component .carousel-vertical li {
}
.carousel-component ul.carousel-vertical {
}
