
/*Slide*/
.roundabout-holder {
	width: 850px;
	height: 496px;
	margin: 0 auto;
}
.roundabout-moveable-item {
	width: 295px;
	height: 459px;
	cursor: pointer;
	-webkit-box-shadow: 0 0 6px rgba(34,31,31,.75);
	-moz-box-shadow: 0 0 6px rgba(34,31,31,.75);
	box-shadow: 0 0 6px rgba(34,31,31,.75);
	border: solid 2px #fff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.roundabout-moveable-item img {
	width: 100%;
	-webkit-box-reflect: below 6px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(95%, transparent), to(rgba(255,255,255,.2)));
	-moz-box-reflect: below 0px -moz-gradient(linear, left top, left bottom, from(transparent), color-stop(95%, transparent), to(rgba(255,255,255,.2)));
	-moz-box-reflect: below 6px -moz-linear-gradient(top, white, transparent);

}
.roundabout-in-focus {
	-webkit-box-shadow: 0 0 6px rgba(34,31,31,.75);
	-moz-box-shadow: 0 0 6px rgba(34,31,31,.75);
	box-shadow: 0 0 6px rgba(34,31,31,.75);
	border: solid 2px #fff;
}
#gallery {
	width: 1000px;
	margin: 0 auto;
}
