/*Font*/
@font-face {
	font-family: 'attolight';
	src: url('./fonts/atto_light-webfont.woff2') format('woff2'),
		 url('./fonts/atto_light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

/*Setup*/
* { 
	border: 0;
	color: #000;
	list-style: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none; 
}

a {
	color: #000;
}

body {
	font-family: 'attolight', helvetica neue, helvetica, sans-serif;
	font-size: 9.5pt;
	line-height: 16pt;
}

.clear { clear: both; }

#container {
	margin: 20px auto 30px;
	width: 800px;
}

#content {
	height: 470px;
	margin-bottom: 20px;
	position:relative;
}
#content .module {
	height: 470px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
}
#content .module img {
	height: auto;
	width: 100%;
}

.info {
	border-bottom: 1px solid #000;
	font-size: 11pt;
	height: 35px;
	margin-bottom: 17px;
	padding-bottom: 14px;
	position: relative;
}
.info .nav {
	position: absolute;
	right: 0;
	top: 0;
}
.info .nav a {
	margin-left: 5px;
}
.info .title {
	left: 0;
	position: absolute;
	top: 0;
}
.info .title a {
	text-decoration: none;
}

#overview {
	border-top: 1px solid #000;
	margin-top: 20px;
	padding-top: 20px;
}
#overview #basic { 
	box-sizing: border-box;
	float:left;
	padding-right: 20px;
	width: 40%;
}
#overview #full { 
	color: #555;
	float: left;
	width: 60%;
}
#overview #full * {
	color: #555;
}

.section {
	border-top: 1px solid #000;
	margin-top: 20px;
	padding-top: 20px;
}

/*UI*/
.ui-widget.ui-widget-content {
	background: url(./images/slider-bg-x.jpg) repeat-x center center;
	border: 0;
}

.ui-slider-horizontal {
	height: 16px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	background: url(./images/slider-bg-y.png) repeat-y center center;
	border: 0;
	cursor: move;
	margin-top: 3px;
}

.ui-increment-marker { 
	background: url(./images/slider-bg-y.png) repeat-y center center;
	height: 16px;
	opacity: .2;
	position: absolute;
	top: 0;
	width: 1px;
}

/*Carousel*/
.carousel-control.left, .carousel-control.right {
	background: none;
}
.carousel-control.left {
	left: -70px;
	text-align: right;
}
.carousel-control.right {
	right: -35px;
}
a.carousel-control, a:hover.carousel-control, a:focus.carousel-control {
	color: #000;
	opacity: 1;
	text-shadow: none;
	width: 30px;
}
.carousel-control img {
	margin-top: -19px;
	position: absolute;
	top: 50%;
}

.carousel-indicators {
	bottom: -50px;
}
.carousel-indicators li {
	border-color: #000;
}
.carousel-indicators .active {
	background: #000;
}