/* ------------------------------------------------------------ */
/* NON-Enabled Javascript Carousel */
/* ------------------------------------------------------------ */
/* Not everyone has javascript enabled in the browser.          */
/* Here we have built an alternative for them users.            */
/* ------------------------------------------------------------ */
									
/* ----- Structural Elements ----- */			

    .Carousel-Container {
    
        position: relative;
        float: left;
        
        width: 604px;
        
    }
	
	.mycarousels {
	
	    position: relative;
	    float: left;
	    
	    width: 604px;
	    
	}
	
    .mycarousels LI {

        position: relative;
        float: left;
        
        list-style: none;        
    
    }
    
    .mycarousels LI { width: 145px; }
    
    .mycarousels LI .Product { 
    	
    	width: 145px;
    	height: 235px; 
    
    }