#cover-slider {
	width:984px;
	height:377px;
	overflow:hidden;
	position:relative;
}
.item {
	overflow:hidden;
	position: absolute;
	width: 100px;
	height: 380px;
}
.item .content {
	width:100%;
	height:380px;
	position: absolute;
	top: 0;
	left: 0;
}
.item .overlay1 {
	height: 380px;
    left: 0;
    padding-right: 40%;
    position: absolute;
    top: 0;
    width: 60%;
}

.cover1 {
                background: url('../images/banner_employment_mono_new.jpg') top left no-repeat;
                background-position : -90px 0;
}
.cover1 .content {
                background: url('../images/banner_employment.jpg') top left no-repeat;
                background-position : -90px 0;
                border-right: 4px solid white;
}
.cover1 .content .overlay1 {
                background-color: rgb(212,56,2);
}

.cover2 {
                background: url('../images/banner_education_mono_new.jpg') no-repeat;
                background-position : -200px 0;
}
.cover2 .content {
                background: url('../images/banner_education.jpg') no-repeat;
                background-position : -200px 0;
                border-right: 4px solid white;
}
.cover2 .content .overlay1 {
                background-color: rgb(0,143,202);
}

.cover3 {
                background: url('../images/banner_immigrant_mono_new.jpg') top left no-repeat;
                background-position : -90px 0;
}
.cover3 .content {
                background: url('../images/banner_immigrant.jpg') top left no-repeat;
                background-position : -90px 0;
                border-right: 4px solid white;
}
.cover3 .content .overlay1 {
                background-color: rgb(244,135,7);
}
.cover4 {
                background: url('../images/banner_administration_mono_new.jpg') top left no-repeat;
                background-position : -150px 0;
}
.cover4 .content {
                background: url('../images/banner_administration.jpg') top left no-repeat;
                background-position : -150px 0;
                border-right: 4px solid white;
}
.cover4 .content .overlay1 {
                background-color: rgb(103,146,1);
}
