/*  Set your height and width of the header div & img div */
#hs-headers{
	width:940px;
	height:380px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	z-index:1;
}

.headerimg{
	width:940px;
	height:380px;
}

/**** DO NOT EDIT BELOW HERE *****/
#hs-headers{
    overflow: hidden;
    position: relative;
}

.headerimg{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.headerimg.first{
	display: block;
}