@charset "UTF-8";
/* CSS Document */

/* //////////////// */
/* 					*/
/* //////////////// */

.roundabout-holder {
      list-style: none;
      padding: 0;
      margin: 150px auto;
    /*height: 304px;*/
      width: 600px;
	  z-index:6000;
   }
   .roundabout-moveable-item {
      height: 450px;
      width: 400px;
      cursor: pointer;
      background:url(../images/css/content_bg_06.png);
      border: 2px solid #009933;
	  color:#D9D9D9;
   }
   .roundabout-in-focus {
      cursor: auto;
   }
   
/* //////////////// */
/* 					*/
/* //////////////// */

#roundabout_wrapper {
	margin: 20px auto;
	width: 960px;
}

	#ra_ra {
		/*width:596px;
		height:400px;*/
		margin-top: 180px;
		float: left;
	}
	
		.ra_wrapper {
			padding: 1em;
		}
		
		.ra_wrapper p {
			font-size: 1em;
			line-height: 1em;
			margin-bottom:1em;
		}
	
	#ra_image {
		float: left;
		width: 356px;
		/*height:400px;*/
		position: relative;
	}
	
		#ra_image img {
			margin-top: 70px;
			margin-left: 80px;
			position: absolute;
		}
		
		#img_one {
			z-index: 6001;
		}