*{
margin:0;
padding:0;
border:0;
}
.clear{
*zoom:1;
}
.clear:after{
visiblity:none;
content:"";
display:block;
clear:both;
height:0;
}
#wrap{
width:1168px;
height:450px;
margin:0 auto;
position:relative;
overflow:hidden;
}
#inner{
width:1000%;
height:100%;
position:absolute;
left:0;
top:0;
}
#inner img{

float:left;
}
.paganation{
width:100%;
position:absolute;
bottom:10px;
text-align:center;
}
.paganation span{ 
padding:5px 8px;
background:#fff;
color:#fff;
border-radius:50%;
cursor:pointer;
}
.paganation .selected{
background:#fff;
color:white;
}
.arrow{
position:absolute;
top:173px;
width:174px;
height:1110px;
line-height:1110px;
text-align:center;
color:red;
z-index:9;
cursor:pointer;
}
#right{
right:0;
}


