﻿#wrapper {
	width:100%;
	margin: 0 auto;
}
#image {
	width:100%;
    height:650px;
	position: relative;
	overflow: hidden;
	background: #eee;
}
    #image img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    
    #image img.active{
	z-index: 3;
    }
