69 lines
844 B
CSS
Executable file
69 lines
844 B
CSS
Executable file
#slidesContainer {
|
|
position:relative;
|
|
z-index:0;
|
|
width:600px;
|
|
margin-right:20px;
|
|
float:left;
|
|
-webkit-touch-callout: none;
|
|
}
|
|
|
|
|
|
#slidesDiv {
|
|
width:600px;
|
|
margin:0 auto;
|
|
z-index:100;
|
|
float:left;
|
|
}
|
|
|
|
.slidesInner {
|
|
width:600px;
|
|
overflow:hidden;
|
|
position:relative;
|
|
display:none;
|
|
margin:0 auto;
|
|
}
|
|
|
|
.slidesInner a {
|
|
width:600px;
|
|
height:450px;
|
|
display:block;
|
|
margin:0 auto;
|
|
}
|
|
|
|
.slidesInner img {
|
|
display:block;
|
|
margin:0 auto;
|
|
}
|
|
|
|
|
|
.slidesInner a img {
|
|
display:block;
|
|
margin:0 auto;
|
|
}
|
|
|
|
|
|
#slidesDiv .next,#slidesDiv .prev {
|
|
position:absolute;
|
|
top:207px;
|
|
left:0px;
|
|
display:block;
|
|
z-index:101;
|
|
}
|
|
|
|
#slidesDiv .next {
|
|
left:570px;
|
|
}
|
|
|
|
.next a img {
|
|
|
|
text-decoration:none;
|
|
}
|
|
|
|
|
|
.prev, .next {
|
|
text-decoration:none;
|
|
}
|
|
|
|
.pagination {
|
|
display:none;
|
|
}
|