
/* Global properties ======================================================== */


/* Global Structure ============================================================= */
.container_project {

	position: relative;
	width: 1030px;
	font-size:.8125em;
	margin-top:0px;
}


	/*Gallery*/
	#gallery {
		height:600px;

		background:url(../images/gallerry-bg.gif) 0 0 repeat-x;
		margin-bottom:100px;

	}
	


/*===== gallery =====*/
.roundabout-holder  { 
	width:1080px;
	height:600px;
	margin:0 auto;
}
.roundabout-moveable-item {
   width: 850px;
   height: 500px;
   cursor: pointer;
   border: #d4d3d3 solid 1px;

	 -webkit-box-shadow: 0 15px 25px rgba(0, 0,0, 0.65);
-moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.65);
box-shadow: 0 15px 25px rgba(0, 0, 0, 0.65);
}
	.roundabout-moveable-item img{
		width:100%;
	}
.roundabout-in-focus {
	 -webkit-box-shadow: 0 15px 25px rgba(0, 0,0, 0.8);
-moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.8);
box-shadow: 0 15px 25px rgba(0, 0, 0, 0.8);
}


