	
			.roundabout-holder {
			
				width: 42em;
				height: 16em;
				overflow: hidden;
				margin: 2em auto;
				position: relative;
				border:none;
			}
			
			.roundabout-moveable-item {
			margin-top:15px;
				width: 8em;
				height: 10em;
				border: 1px dashed #888;
				
				opacity: 0.5;
				line-height: 1em;
				text-align: center;
				cursor: pointer;
				border:none;
			}
			
			.roundabout-in-focus {
				cursor: auto;
			}
			div.moveme img{
			
			    width: 8em;
				height: 8em;
				border:none;
				
			}
			.monolith { 
				position: absolute;
				width: 17em;
				top: 0em;
				left: 12em;
				z-index: 2;
				height: 40em;
			
			}
			 a{
			
				border:none;	
			}
			.monolith img{
			/*width: 17em;
			height: 40em;
			z-index:3;*/
		border:none;	
			}
			.monolith .pad {
				padding: 1em; 
				text-align: center;
				color: #999;
			}
			
			.pad em { color: #eee; }
			div.name {
			position: absolute;
			hight:2em;
			font-weight:bold;
			color:#000000;
			}
			.w-hidden{
			visibility:hidden;		
		}
		.w-visible{
		 visibility: visible;
		 }
		 #opisan div{
		 position:absolute;
		 z-index:1;
		 width:600px;
		 background:url(../img/notice.png) no-repeat 0 0 transparent; 
		 margin-top:-90px;
		 margin-left:125px;
		 padding:75px 0 20px 30px
		 }
		
		#opisan p{
		width:430px;
		}
