Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed




        /*------------------------
        ---------------- CONTENT
        ------------------------*/
        
        /* You might want to change these options for the main container */
        #bannerMenu, #bannerMenu li {
                
                height: 200px;
                width: 710px;
                
        }
        
        /* images container - This is the most important container - Don't change important properties */
        #bannerMenu {
                
                list-style: none !important;
                float: left;
                margin: 0 !important;
                padding: 0 !important;
                overflow: hidden !important;
                position: relative !important;
                
        }

                /* each slider item - Nothing to change here */
                #bannerMenu li {
                        
                        display: none;
                        float: left;
                        margin: 0;
                        position: absolute;
                        width: 100%;
                        
                }
                
                /* Don't edit this part */
                #bannerMenu li.current {
                        
                        display: block;
                        z-index: 2 !important;
                        
                }
                
                /* Don't edit this part */
                #bannerMenu li.next {
                        
                        display: block;
                        z-index: 1 !important;
                        
                }
                
                /* Don't edit this part - prevents inline lists from being hidden */
                #bannerMenu li ul li {
                        
                        display: block !important;
                        position: relative !important;
                        
                }