
body { margin:0; }
/* ----------------------------------------------------
	sti slider
---------------------------------------------------- */
.sti_container {
	width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.sti_items {
	position: relative;
	left: 50% !important;
	width: 1920px !important;
	height: 912px;
	margin-left: 1920px;
}
/* ----------------------------------------------------
	sti prev/next / paginate
	
	
	bullets	
	<div class="sti_paginate">
		<div class="sti_page"></div>
	</div>
	
	<div class="sti_previous"></div>
    <div class="sti_next"></div>
	
---------------------------------------------------- */
.sti_previous { 
	top:44%; left:30px; height:40px; width:40px; position:absolute; background: url(../images/nav-slider.png) left top no-repeat; 
	opacity:1 !important ; cursor:pointer; z-index:2;
}
.sti_next { 
	top:44%; right:30px; height:40px; width:40px; position:absolute; background: url(../images/nav-slider.png) right top no-repeat; 
	opacity:1 !important ; cursor:pointer; z-index:2;
}
.sti_paginate {
	position: absolute;
	z-index: 10000;
	min-width:50px;
    text-align:center;
	overflow:hidden;
	left: 50% !important;
    top: 535px;
    margin-left: 240px;
}
.sti_paginate .sti_btn {
	width: 16px;
	height: 16px;
	text-indent: -1000000000px;
    display:inline-block;
	zoom:1; *display:inline;
    padding: 0;
	margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
	background: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	outline:none;
}

.sti_paginate .active {
	color: #222;
	background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.sti_paginate .bullets_page {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	background: #fff;
	width:15px;
	height:15px;
	border: 3px solid #fff;
	margin:0 10px 0 0;
	float:left;
	outline:none;
}
.sti_paginate .bullets_page_active {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	background: none;
	border: 3px solid #fff;
	width:15px;
	height:15px;
	margin:0 10px 0 0;
	float:left;
	outline:none;
}
