@media all
{
    #slider {
        height: 356px; /* important to be same as image height */
        position: relative; /* important */
    	overflow: hidden; /* important */
    	margin:auto;
    }

    .furnitureInnerSlider #slider {
        height: 585px; 
    }

    #sliderContent {
        position: absolute;
    	top: 0;
    	margin-left: 0;
    }
    .sliderImage {
        float: left;
        position: relative;
    	display: none;
    }
    .sliderImage span {
        position: absolute;
        top: 150px;
        left: 600px;
        padding: 10px 13px;
        background-color: transparent;
        color: #fff;
        display: none;
        line-height: 1.9em;
    }
    
    .sliderImage span h2 {
		font-weight: normal;
		font-size: 25px;
		color: #FFF;
		width: 130px;
    }

    .sliderImage span a {
		color: #FFF;
		font-size: 16px;
	}

    .clear {
    	clear: both;
    }
    .sliderImage span strong {
        font-size: 14px;
    }
    .top {
    	top: 0;
    	left: 0;
    }
    .bottom {
    	bottom: 0;
        left: 0;
    }
    ul li{ list-style-type: none !important; margin:0;}
    
}
