You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

48 lines
919 B

@charset "utf-8";
/* CSS Document */
.ad{ left:0; position:relative; top:2px;left:-50.5%; margin-bottom:20px;}
.ab-container {
width: 1920px;
height: 460px;
position: relative;
overflow: hidden;
}
.ab-container ul.list {
padding: 0;
margin: 0;
list-style: none;
position: absolute;
width: 9999px;
height: 100%;
}
.ab-container ul.list li {
float: left;
width: 1920px;
height: 100%;
}
.ab-container .list img{
width: 100%;
height: 100%;
border: 0;
}
.ab-container ul.playerControl {
margin: 0;
padding: 0;
list-style: none;
position: absolute;
bottom: 5px;
right: 5px;
height: 14px;
}
.ab-container ul.playerControl li {
margin-left:50%;
float:right;
width: 23px;
height: 14px;
cursor: pointer;
margin: 0px 2px;
background:url(../images/rect_ctrl.png) no-repeat 0 0;
}
.ab-container ul.playerControl li.current {
background-position: -23px 0;
}