@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {

}
/* HTML5 display-role reset for older browsers */
header {
  display: block;
}
/* General */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.container {
	width: 935px;
	margin: 0 auto;
	text-align: center;
	height: 320px;
	clear: left;
}
/* Images */
.frame {
	position: relative;
	width: 935px;
	height: 320px;
	overflow: hidden;
}
.all-images {
	height: 320px;
	position: absolute;
	top: 0;
	left: -935px;
}
.all-images img {
  position: absolute;
  top: 0;
}
#img1 {
  left: 935px;
}
#img2 {
  left: 1870px;
}
#img3 {
  left: 2805px;
}
#img4 {
  left: 3740px;
}
#img5 {
  left: 4675px;
}
#img6 {
  left: 5610px;
}
#img-first {
  left: 6545px;
}
.arrow {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 100px;
}
.arrow img {
  height: 100px;
  opacity: 0.5;
  cursor: pointer;
}
.arrow img:hover {
  opacity: 0.8;
}
.left {
  left: 0;
}
.right {
  right: 0;
}

/* Preview Images */
.preview {
  height: 96px;
  width: 128px;
  position: absolute;
  top: 0;
  display: none;
}
.left .preview {
  left: 100px;
}
.right .preview {
  right: 100px;
}
.preview img {
  opacity: 0.9;
  cursor: default;
}
.img-preview {
  height: 96px;
  width: 128px;
}

/* Navigation */
.nav-dots {
	position: relative;
	top: -57px;
	width: 234px;
	height: 40px;
	padding-right: 0px;
	left: 395px;
	padding-left: 0px;
}
.nav-dots div {
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
	border: 2px solid #252b30;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	float: left;
}
.nav-dots div:hover {
  opacity: 0.7;
}
.active {
  background-color: #252b30;
}
