.jquery-slider {
   overflow: hidden;
    position: relative;
}
.jquery-slider-element {
    overflow: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:554px;
	padding:37px 0 0 0;
	box-shadow:none;
}
.jquery-slider-control {
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 29px;
    height: 42px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    opacity: 0.55;
    cursor: pointer;
	text-indent:-999em
}
.jquery-slider-control:hover {
    opacity: 1;
}
.jquery-slider-control-prev {
    left: 5px;
    top: 40%;
	background:url(../images/slider-prev.png);
}
.jquery-slider-control-next {
    right: 5px;
    top: 40%;
	background:url(../images/slider-next.png);
}
.jquery-slider-pages {
    overflow: visible;
    position: absolute;
    left:40%;
    bottom: 50px;
    height: 20px;
}
.jquery-slider-page {
    overflow: hidden;
    position: relative;
    display: block;
    float: right;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    background: #fff;
	cursor: pointer;
    opacity: 0.55;
    margin: 3px;
    border-radius: 8px;
    box-shadow: #333 0 0 2px;
}
.jquery-slider-page:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
}
.jquery-slider-page-current {
    opacity: 1;
}
.developer-slide{background:url(../images/home-slide1.jpg) center top no-repeat; width:100% }
.designer-slide{background:url(../images/home-slide2.jpg) center top no-repeat #4ca0f8; width:100%}
.art-slide{background:url(../images/home-slide3.jpg) center top no-repeat; width:100%}
.tester-slide{background:url(../images/home-slide4.jpg) center top no-repeat; width:100%}
