summaryrefslogtreecommitdiff
path: root/skins/jason/ux/Carousel.css
blob: 36c7e2d9bf88c9c61d52c81b63b17fe03737cf2f (plain)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
	.x-carousel-layout {
	    overflow: hidden;
	    position: relative;
	    zoom: 1;
	}

	.x-carousel-left-scrollbutton {
	    width: 10px;
	    position: absolute;
	    top: 0px;
	    background: url(../pic/slide-left.png) no-repeat 0px center;
	    height: 100%;
	    cursor:hand;
	}

	.x-carousel-layout.x-scroll-button-position-right .x-carousel-left-scrollbutton {
	    right: 5px;
	}
	.x-carousel-layout.x-scroll-button-position-left .x-carousel-left-scrollbutton,
	.x-carousel-layout.x-scroll-button-position-split .x-carousel-left-scrollbutton {
	    left: 0px;
	}

	.x-carousel-right-scrollbutton {
	    width: 10px;
	    position: absolute;
	    top:0px;
	    background: url(../pic/slide-right.png) no-repeat 0px center;
	    height:100%;
	    cursor:hand;
	}

	.x-carousel-layout.x-scroll-button-position-right .x-carousel-right-scrollbutton,
	.x-carousel-layout.x-scroll-button-position-split .x-carousel-right-scrollbutton {
	    right: 0px;
	}

	.x-carousel-layout.x-scroll-button-position-left .x-carousel-right-scrollbutton {
	    left: 23px;
	}

	.x-carousel-scroller {
	    overflow: hidden;
	    position: relative;
	    left: 5px
	}

	.x-carousel-layout.x-scroll-button-position-left .x-carousel-scroller {
	    left: 41px;
	}

	.x-carousel-layout.x-scroll-button-position-split .x-carousel-scroller {
	    left: 10px;
	}

	.x-carousel-body {
	    width: 10000px;
	    overflow: hidden;
	    zoom: 1;
	}

	.x-carousel-scroller .x-carousel-body .x-carousel-item {
	    float: left;
	    overflow: hidden;
	    zoom: 1
	}