﻿@CHARSET "UTF-8";

html, body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,
		sans-serif;
}

ul, ol {
	padding: 0;
}

.banner {
	position: relative;
	overflow: auto;
	text-align: center;
}

.banner li {
	list-style: none;
}

.banner ul li {
	float: left;
}

#b06 {
	//width: 640px;
	width: 100% !important;

}

#b06 .dots {
	position: absolute;
	left: 245px;
/* 	right: 0; */
	bottom: 70px;
}

#b06 .dots li {
	display: inline-block;
	width: 60px;
	height: 4px;
	margin: 0 4px;
	text-indent: -999em;
	border: 0px solid #fff;
/* 	border-radius: 6px; */
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
	background: url(../images/1_u35.png) no-repeat center left;
}

#b06 .dots li.active {
	opacity: 1;
	border: 0px solid #fff;
/* 	background: linear-gradient(to right, #5cc2ee , #2d60c2);  */
	background-image: url(../images/1_u33_selected.png);
}

#b062 .dots {
    position: absolute;
    left: 180px;
/*  right: 0; */
    bottom: 70px;
}

#b062 .dots li {
    display: inline-block;
    width: 60px;
    height: 0px;
    margin: 0 4px;
    text-indent: -999em;
    border: 0px solid #fff;
/*  border-radius: 6px; */
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
    background: url(../images/1_u35.png) no-repeat center left;
}

#b062 .dots li.active {
    opacity: 1;
    border: 0px solid #fff;
/*  background: linear-gradient(to right, #5cc2ee , #2d60c2);  */
    background-image: url(../images/1_u33_selected.png);
}

#b063 .dots {
    position: absolute;
    left: 180px;
/*  right: 0; */
    bottom: 70px;
}

#b063 .dots li {
    display: inline-block;
    width: 60px;
    height: 0px;
    margin: 0 4px;
    text-indent: -999em;
    border: 0px solid #fff;
/*  border-radius: 6px; */
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
    background: url(../images/1_u35.png) no-repeat center left;
}

#b063 .dots li.active {
    opacity: 1;
    border: 0px solid #fff;
/*  background: linear-gradient(to right, #5cc2ee , #2d60c2);  */
    background-image: url(../images/1_u33_selected.png);
}

#b06 .arrow {
    position: absolute;
    top: 430px;
}

#b06 #al {
    left: 0px;
}

#b06 #ar {
    right: 0px;
}

#b062 .arrow {
	position: absolute;
	top: 470px;
}

#b062 #al {
	left: 25px;
}

#b062 #ar {
	right: 25px;
}

#b063 .arrow {
    position: absolute;
    top: 251px;
}

#b063 #al {
    left: 0px;
}

#b063 #ar {
    right: 0px;
}