/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }




/* Global Structure ============================================================= */
.container {
	
	position: relative;
	width: 780px;
	font-size:.8125em;
}

/*===== gallery =====*/
.roundabout-holder  { 
	width:770px;
	height:410px;
	margin:0 auto;
}
.roundabout-moveable-item {
   width:228px;
   height: 405px;
   cursor: pointer;
	 border:1px solid #ccc;
	 border:1px solid rgba(0, 0, 0, 0.08);
   border-radius:4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
}
	.roundabout-moveable-item img{
		width:100%;
	}
.roundabout-in-focus {
	border:2px solid rgba(0, 0, 0, 0.2);
}

