#breadcrumb { display:none; }

/* layout */

#home_feature {
	position: relative;
	height: 340px;
	overflow: hidden;
	cursor: pointer;
    }

/*
// Feature nav
*/
#home-feature-nav {
	position:absolute;
	left: 0px;
	bottom: 20px;
	display: block;
	margin:0;
	padding:0;
	z-index: 1;

	font-size: 14px;
	line-height: 1;	
	}
	
#home-feature-nav li {
	position: relative;
	margin: 0 0 5px 0;
	padding: 0;
	list-style:none;
	float: left;
	clear: both;
	
	box-shadow: 0 0 5px rgba(0,0,0,.2);
    }

#home-feature-nav li a.tab {
	display: block;
	padding: 7px 20px;
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow: 0 1px 1px rgba(0,0,0,.1);
	float: left;
	font-family: 'Ubuntu', Arial, sans-serif;
    }

#home-feature-nav li.active a.tab {padding: 4px 20px 10px 20px;}

#home-feature-nav .info-panel {
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	width: 0;
	overflow: hidden;
    }

#home-feature-nav .info-panel .content {
	padding: 9px 20px 0 10px;
	font-size: 12px;
	line-height: 1.2;
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,.5);
	width: 400px;
    }

#home-feature-nav .info-panel .content a {
	color: #fff;
	text-decoration: none;
    }

#home-feature-nav .info-panel .content b {
	font-weight: bold;
	text-transform: lowercase;
	}

/*
// Item container
*/

#products-interactive {
	position:absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 340px;
	z-index: 0;
	background:#ccc;
	overflow: hidden;
    }

/* colour */
.welcome a.tab					{ background:#a681ba; }
.welcome .info-panel			{ background:#a681ba ; background: rgba(168, 129, 194, .75); }
.welcome .info-panel .content	{ width: 350px !important}

.paint a.tab					{ background:#f1a746; }
.paint .info-panel				{ background:#f1a746; background: rgba(239, 148, 26, .85);}
.paint .info-panel .content		{ width: 260px !important}

.wallpaper a.tab 					{ background:#e1c922; }
.wallpaper .info-panel				{ background:#e1c922; background: rgba(227, 202, 35, .85);}
.wallpaper .info-panel .content		{ width: 230px !important}

.curtains a.tab						{ background:#9ed9d7; }
.curtains .info-panel				{ background:#9ed9d7; background: rgba(151, 226, 221, .85);}
.curtains .info-panel .content		{ width: 200px !important}

.blinds a.tab	    			{ background:#24a687; }
.blinds .info-panel				{ background:#24a687; background: rgba(28, 165, 135, .85);}
.blinds .info-panel .content	{ width: 300px !important}

.flooring a.tab						{ background:#c0d250; }
.flooring .info-panel				{ background:#c0d250;background: rgba(192, 210, 81, .85);}
.flooring .info-panel .content		{ width: 160px !important}

.flooring a.tab						{ background:#c0d250; }
.flooring .info-panel				{ background:#c0d250;background: rgba(192, 210, 81, .85);}
.flooring .info-panel .content		{ width: 160px !important}

.offers a.tab	                { background:#da5c2c; }
.offers .info-panel				{ background:#fa6a35;background: rgba(250, 106, 53, .85);}
.offers .info-panel .content	{ width: 160px !important}

.welcome a.tab:hover 	{ background:#c194df; }
.paint a.tab:hover 	    { background:#ef941a; }
.wallpaper a.tab:hover 	{ background:#ffe327; }
.curtains a.tab:hover	{ background:#aafff9; }
.blinds a.tab:hover 	{ background:#21c19e; }
.flooring a.tab:hover	{ background:#d3e759; }
.offers a.tab:hover 	{ background:#fa6a35; }

#home_feature {
    position:relative;
    }

#products-interactive .product { z-index:1; }
#products-interactive .info { z-index:98; }
#products-interactive .nav { z-index:99; }

.slideshow {
    width:800px;
    height:340px;
	overflow: hidden;
    /*margin-left:140px;*/
    }
