@charset "utf-8";

#wideslider_box{
z-index:2;
position:relative;}

.wideslider{
z-index:0;
position:relative;
overflow:hidden;
margin:0 auto;
height:690px;}

.wideslider ul{
display:inline-block;
overflow:hidden;}

.wideslider ul,.wideslider ul li{
float:left;
display:inline;
overflow:hidden;}

.wideslider ul:after{
content:".";
height:0;
clear:both;
display:block;
visibility:hidden;}

.wideslider_wrap{
top:0;
position:absolute;
overflow:hidden;}

.pagination{
top:665px;
z-index:5;
left:0;
width:100%;
height:10px;
text-align:center;
position:absolute;}

.pagination a{
margin:1px 5px;
width:10px;
height:10px;
display:inline-block;
overflow:hidden;
background:#c1b8a0;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;}
	
.pagination a.active{
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
background:#00479D;}

.pagination a:hover{
background:#FFEB00;}

#wideslider_top{
z-index:2;
position:relative;
width:1000px;
margin:0 auto;}