<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*===== gallery =====*/
.roundabout-holder  { 
	width:850px;
	height:420px;
	margin:0 auto;
}
.roundabout-moveable-item {
   width: 646px;
   height: auto;
   cursor: pointer;
   border:1px solid rgba(0, 0, 0, 0.05);
   box-shadow: 5px 5px 20px rgba(100,100,100,0.2);
   border-radius:4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
}
	.roundabout-moveable-item img{
		border:1px solid #fff;
		width:100%;
	}
.roundabout-in-focus {
	border:1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 10px 10px 30px rgba(100,100,100,0.3);
}



</pre></body></html>