/* Global Structure ============================================================= */
.container {margin: 0 auto;position: relative;width: 1200px;font-size:.8125em;}
/* Header */
header{height:72px;overflow:hidden;background:url(../images/header-bg.gif) 0 0 repeat-x;	}
/*Gallery*/
#gallery {height:400px;overflow:hidden;background:url(../images/gallerry-bg.gif) 0 0 repeat-x;}
/* Content */
#content {float: left;width: 572px;}
/* Sidebar */
aside{float: left;width: 302px;margin-right:52px;}
/* Footer */
footer{padding:20px 0 22px 0;border-top:5px solid #eee;}
/* Left & Right alignment */
.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}
.col-1, .col-2, .col-3 { float:left;}
.alignright { text-align:right;}
.aligncenter { text-align:center;}
.wrapper { width:100%;overflow:hidden;}

/* The inside class provides consistent padding. To be used often! */
.inside{ padding: 32px 37px 50px 37px; }
/*----- other -----*/
figure { margin-bottom:18px;}
.img-indent { margin:0 20px 0 0; float:left;}
.img-box { width:100%; overflow:hidden; padding-bottom:15px;}
.img-box figure { float:left; margin:0 20px 0 0;padding:0;}
.extra-wrap { overflow:hidden;}
/*===== gallery =====*/
.roundabout-holder  { width:1160px;height:400px;margin:0 auto;}
.roundabout-moveable-item { width:400px;height: 300px;cursor: pointer;border-radius:4px;-moz-border-radius:4px; -webkit-border-radius:4px;}
.roundabout-moveable-item img{width:100%;}
.roundabout-in-focus {}

