/* Default overwrites */
html, body, div, span, applet, object, iframe, blockquote, pre, p, 
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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,
h1, h2, h3, h4, h5, h6											{ margin: 0px; padding: 0px; border: 0px; border-collapse: collapse; }

/* Browser fix for html5 tags */
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary		{ display: block; }

*							{ font-family: arial; font-size: 18px; }
body						{ background: #ffffff; }
p							{}
h1							{ font-size: 48px; }
h2							{ font-size: 30px; font-weight: normal; }
h3							{}
h4							{}

#wrapper					{ width: 1920px; height: 1080px; margin: auto; }
#header						{ width: 1920px; height: 150px; }
.logo						{ width: 560px; height: 130px; float: left; padding-left: 40px; padding-top: 20px; }
.sub_text					{ margin: 0 0 0 75px; font-style: italic; }
#banner						{ width: 1920px; height: 600px; }
#content					{ width: 1840px; height: 140px; padding: 40px 40px 20px 40px; }
#footer						{ width: 1920px; height: 130px; border-top: solid 1px #999999; }
.lobetext					{ width: 1460px; height: 90px; float: left; padding: 40px 0 0 40px; }
.lobetext p					{ font-size: 48px; }
#date						{ width: 380px; height: 130px; text-align: right; float: left; padding-right: 40px; }
.time						{ font-size: 72px; }
.date						{ font-size: 30px; }

/* Slider */

.sl-slider-wrapper 			{ width: 800px;	height: 400px; margin: 0 auto;	position: relative;	overflow: hidden; }
.sl-slider 					{ position: absolute; top: 0; left: 0; }

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner 			{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; } 
.sl-slide 					{ z-index: 1; }

/* The duplicate parts/slices */

.sl-content-slice 			{ overflow: hidden; position: absolute; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; background: #fff; -webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;	-o-backface-visibility: hidden;	-ms-backface-visibility: hidden; backface-visibility: hidden; opacity : 1; }

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}

