/*  Set your height and width of the header div & img div */
#hs-headers{
    width: 610px;
    height: 340px;
}

.headerimg{
    width: 610px;
    height: 340px;
}

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

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

.headerimg.first{
	display: block;
}