#roundabout-container{
	display:block;
	height: 90%;
	width:90%;
	margin: 0 auto;
}
ul#wp-roundabout{
	list-style:none;
	padding: 0;
	width:70%;
	display:block;
	position:relative;
	margin: 15% auto 0;
	height: auto;
}
	.default-mode .roundabout-moveable-item,
	.default-mode .roundabout-in-focus{
		padding: 25px 15px;
		background-color: #DDDDDD;
   		border: 5px solid #EEEEEE;
		height: auto !important;
	}
	
	.default-mode .roundabout-in-focus{
		-moz-box-shadow: 0px 0px 10px #888;
		height: 275px !important;
	}
	.default-mode .wp-rabt-image{
		float:left;
		overflow: hidden;
		width: 45%;
	}
	.default-mode .roundabout-moveable-item .wp-rabt-image{
			height: 200px;
		}
		.default-mode .roundabout-in-focus .wp-rabt-image{
			height: auto;
		}
	.default-modet .wp-rabt-content{
		float:right;
		width: 50%;
	}
		.default-mode .roundabout-moveable-item .wp-rabt-content p{
			/*line-height: 15px;*/
		}

	#roundabout-container > * > img{
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -ms-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -ms-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}
	.attachment-mode{
		margin-top: 25% !important;
	}	
	
