			body{
			margin:0;
			padding:0;
			background-color:#000;
			}
			
			.roundabout-holder *{
				border:none;
				outline:none;
			}
			
			#lang-selector h1 { text-align: center; font-weight: normal;  margin-top:24px; padding:0; }
			#lang-selector img { border: none; }
			
			.roundabout-holder {
				list-style: none;
				width: 40em;
				height: 16em;
				margin: 1em auto;
				top:20px;
			}
			
			.roundabout-moveable-item {
				height: 15em;
				width: 15em;
				cursor: pointer;
			}
			
			.roundabout-moveable-item img {
				height: 15em;
				width: 15em;
			}
			
			.roundabout-in-focus {
				cursor: auto;
			}
			
			#lang-selector #filler {
				text-align: center;
				height: 1em;
				margin-top:50px;
			}
			
			#lang-selector{
				border:1px solid #fff;
				width:800px;
				height:460px;
				background-color:#000;
				background-image:url(../images/bg08.jpg);
				font: normal normal normal 1em/1.5 Georgia, serif;
				color: #fff;
				color: #fff;
				margin:0;
				padding:0;
				-moz-border-radius:5px;
				-webkit-border-radius:5px;
			}
			
			#lang-selector #description{
				font-size:22px;	
			}
