		html, body, table.centering {
			height:100%;
			margin:0;
			padding:0;
			width:100%;
		}

		BODY{
			margin:0px;
			padding:0px;
			background-color:#000000;
			text-align:center;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
		}
		#global-layer{
			position		: relative;
			margin-left		: auto;
			margin-right	: auto;
			padding			: 0px;
			width			: 845px;
			height			: 546px;
			background:url(../images/template/background.jpg) repeat-y;
			
		}
		
		#atmosphere-concept-logo{
			position:absolute;
			top:35px;
			left:42px;
		}
		
		#atmosphere-concept-title{
			position	: absolute;
			top			: 33px;
			left		: 211px;
			width		: 350px;
			height		: 30px;
		}

		#atmosphere-concept-homepage-text{
			position	: absolute;
			top			: 112px;
			left		: 261px;
			width		: 530px;
			height		: 130px;
		}
		
		#slider{
			position	: absolute;
			top			: 307px;
			left		: 0px;
			width		: 845px;
			height		: 195px;
			border		: none;
			overflow	: hidden;
			background-color:#000000;
			border:#FFFFFF solid 1px;
			border-left:none;
			border-right:none;
		}

		#slider ul{
			position:absolute;
			top:0px;
			left:0px;
			padding:0;
			margin:0;
			list-style:none;
			cursor:pointer;
/*			margin-left:-1px;*/
			overflow:visible;
		}
	
		#slider li{
			padding:0;
			margin:0;
			list-style:none;
			float:left;
			cursor:pointer;
		}


		.slider-item{
			margin			: 0px;
			padding			: 0px;
			margin-right	: -1px;
			width:100%;
			/*background:url(../images/slider/stripe.gif) 0px 14px repeat-x;*/
		}

		.slider-item IMG.stripe{
			width:100%;
			height:3px;
			margin:0px;
			padding:0px;
			float:left;
		}
		
		.slider-item A{
			display			: block;
			font-size		: 11px;
			font-weight		: normal;
			text-align		: center;
			color			: #FFFFFF;
			border			: none;
			margin	 		: 0px;
			padding			: 0px;
			text-decoration : none;
			width:100%
		}
/*		
		.slider-item H1, .slider-item A{
			display:block;
			font-size:11px;
			font-weight:normal;
			text-align:center;
			color:#FFFFFF;
			border:#FFFFFF solid 1px;
			border-bottom:none;
			margin		: 0px;
			padding		: 0px;
			text-decoration:none;
		}
		
		.slider-item A{
			border:none;
			width:auto;
		}
		.slider-item DIV{
			margin		: 0px;
			padding		: 0px;
			border:#FFFFFF solid 1px;
			border-top:none;
			height		: 179px;
		}
*/

		#details {
			position:absolute;
			top:67px;
			left:211px;
			width:538px;
			background-color:#000000;
			text-align:left;
			margin		: 0px;
			padding		: 0px;
		}

		#details DIV.content{
			background:url(../images/template/details-background.jpg) repeat-y #929292;
			margin:0px;
			padding:0px;
			height:185px;
			padding-left	: 282px;
			margin-bottom	: 15px;
			border-top:#000 solid 1px;
		}
		
		#details H1{
			font-size:12px;
			font-weight:normal;
			color:#FFFFFF;
			margin		: 0px;
			padding		: 0px;
			padding-left:12px;
			height:15px;
		}

		#details H2{
			font-size:12px;
			color:#c55003;
			font-weight:bold;
			margin		: 0px;
			padding		: 0px;
			margin-top	:4px;
			margin-bottom:6px;
		}

		#details .bigView{
			position:absolute;
			top: 0px;
			left:0px;
			width:260px;
			border-right:#FFFFFF solid 1px;
			height:218px;
		}
		#details .bigView span{
			position:absolute;
			right:0px;
			top:16px;
			width:219px;
			height:165px;
			overflow:hidden;
		}

		#details .smallViews{
			position:absolute;
			top: 111px;
			left:283px;
		}

		#details .smallViews IMG{
			width:78px;
			height:59px;
			padding:0px;
			margin:0px;
			margin:10px;
		}
		

		.jScrollPaneTrack {
			left: auto;
			right: 0;
			background:#CCCCCC;
		}
	
		.scroll-pane{
			overflow:hidden;
			float: right;
			width:220px;
			height:70px;
			padding-right:8px; /* Trackwidth + 3px */

			font-size:10px;
			color:#FFFFFF;
		}


	#legals_layer{
			font-size:10px;
			color:#616161;
	}
	
	#legals_layer A{
		text-decoration:none;
		color:#616161;
	}