/* ------------------------------------------------------------ */
/* 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: right;
        
        width: 428px;
    
    }
	
	.mycarousels {
	
	    position: relative;
	    float: left;
	    
	    width: 428px;
	
	}
	
    .mycarousels LI {

        position: relative;
        float: left;
        
        list-style: none;        
    
    }
    
    .mycarousels LI .Product { 
    
    	margin: 0 5px 0 5px;
    	
    	height: 225px; 
    
    }
    
    .Featured-Wide { 
    
    	background-image: url(http://images.esellerpro.com/2152/images/elements/hp-featured-wide-c-bg-ns.gif);
    	background-repeat: repeat-y;
    
    }
    
    .Featured-Green { 

		background-image: url(http://images.esellerpro.com/2152/images/elements/green-hp-f-wide-c-bg-ns.gif);
		background-repeat: repeat-y;
	    
    }
    
    .Featured-Yellow { 
	
		background-image: url(http://images.esellerpro.com/2152/images/elements/yellow-hp-f-wide-c-bg-ns.gif);
		background-repeat: repeat-y;

    }
    
    .Featured-Blue { 
		
		background-image: url(http://images.esellerpro.com/2152/images/elements/blue-hp-f-wide-c-bg-ns.gif);
		background-repeat: repeat-y;
	
    }
    
    .Featured-Red { 
			
		background-image: url(http://images.esellerpro.com/2152/images/elements/red-hp-f-wide-c-bg-ns.gif);
		background-repeat: repeat-y;
		
    }
    
    .Featured-Orange { 
			
		background-image: url(http://images.esellerpro.com/2152/images/elements/orange-hp-f-wide-c-bg-ns.gif);
		background-repeat: repeat-y;
		
    }
    
    .Featured-Wide-Listings {
    
    	float: left;
   
    }
    
	.Featured-Wide-Listings H2 {

		margin: 5px 0 0 10px;

	}

	* html .Featured-Wide-Listings H2 { margin: 5px 0 0 5px; }

	.Featured-Wide-Listings UL {

		margin: 5px 0 0 12px;

	}

	.Featured-Wide-Listings UL LI { 

		padding: 0 0 0 10px;

	}
	
	/* ----- Product Display Objects ----- */
	
	.Product-Row-Image-CASL { 

		position: relative;
		float: left;

		width: 131px;

		height: 122px;

		overflow: hidden;

	}

	.Product-Row-Title-CASL { 

		position: relative;
		float: left;

		padding: 0 0 0 0;

		width: 131px;
		height: 50px;

		overflow: hidden;

	}

	.Product-Row-Price-CASL { 

		position: relative;
		float: left;

		padding: 0 0 0 0;

		width: 131px;
		height: 13px;

	}

	.Product-Row-Buttons-CASL {

		position: relative;
		float: left;

		padding: 0 0 0 0;

		width: 131px;

	}

/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */

	/* ----- Featured Listings ----- */

		.Featured-Blue .Featured-Wide-Listings H3 { color: #ffffff; }
