Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6885 kshitij.so 1
 
2
 
3
 
4
	/*------------------------
5
	---------------- CONTENT
6
	------------------------*/
7
 
8
	/* You might want to change these options for the main container */
9
	#bannerMenu, #bannerMenu li {
10
 
11
		height: 200px;
12
		width: 710px;
13
 
14
	}
15
 
16
	/* images container - This is the most important container - Don't change important properties */
17
	#bannerMenu {
18
 
19
		list-style: none !important;
20
		float: left;
21
		margin: 0 !important;
22
		padding: 0 !important;
23
		overflow: hidden !important;
24
		position: relative !important;
25
 
26
	}
27
 
28
		/* each slider item - Nothing to change here */
29
		#bannerMenu li {
30
 
31
			display: none;
32
			float: left;
33
			margin: 0;
34
			position: absolute;
35
			width: 100%;
36
 
37
		}
38
 
39
		/* Don't edit this part */
40
		#bannerMenu li.current {
41
 
42
			display: block;
43
			z-index: 2 !important;
44
 
45
		}
46
 
47
		/* Don't edit this part */
48
		#bannerMenu li.next {
49
 
50
			display: block;
51
			z-index: 1 !important;
52
 
53
		}
54
 
55
		/* Don't edit this part - prevents inline lists from being hidden */
56
		#bannerMenu li ul li {
57
 
58
			display: block !important;
59
			position: relative !important;
60
 
61
		}