/* ------------------------------------------------------------ */
/* 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: 578px;
    
    }
	
	.mycarousels {
	
	    position: relative;
	    float: left;
	    
	    width: 578px;
	
	}
	
    .mycarousels LI {

        position: relative;
        float: left;
        
        list-style: none;        
    
    }
    
    .mycarousels LI .Product { height: 267px; }
    
    .Product-Row-Image-CASL { 
        
	    position: relative;
	    	

	    height: 149px;

	    overflow: hidden;


	}

	.Product-Row-Title-CASL { 

	    position: relative;

	    height: 50px;

	overflow: hidden;

	}

	.Product-Row-Type-CASL { 

	    position: relative;

	    height: 18px;

	    overflow: hidden;

	}

	.Product-Row-Price-CASL { 

	    position: relative;



	}

	.Product-Row-Buttons-CASL {

	    position: relative;    

	}
