scroll.css
779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.fLeft {
float:left;
}
.mTB10 {
margin-top: 10px;
margin-bottom: 10px;
}
.overflow {
overflow:hidden;
}
#bigpic {
margin-top: 8px;
margin-bottom: 25px;
}
.jCarouselLite button {
border:none;
}
.jCarouselLite {
margin-bottom: 25px;
}
.imgScroll {
background: url(../images/img_scroll.gif) no-repeat;
height: 100px;
width: 14px;
background-color: transparent;
}
.prev {
background-position: left center;
}
.next {
background-position: -14px center;
}
.artContent {
clear:both;
font-size:14px;
line-height:23px;
overflow:hidden;
padding:9px 0;
color:#2f2f2f;
}
#bigpic img {
max-width: 560px;
max-height:450px;
width:expression(this.width>560 ? '560px' : true);
width:expression(this.height>450 ? '450px' : true);
}
ul.w25 li {
float: left;
width: 25%;
}