.theme-compulab.slider-wrapper {
    height: 320px;
    margin: 0 auto;
    padding-top: 0;
    position: relative;
}

.theme-compulab .nivoSlider {
    position: relative;
    width: 960px;
    height: 300px;
    background: url(loading.gif) no-repeat 50% 50%;
}

.theme-compulab .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    width: 960px;
    height: 300px;
}

.theme-compulab .nivoSlider a {
    border: 0;
    display: block;
}

.theme-compulab .nivo-controlNav {
    position: absolute;
	left: 50%;
	bottom: -18px;
    margin-left: -30px;
}

.theme-compulab .nivo-controlNav a {
    display: block;
    width: 10px;
    height: 10px;
    background: url(bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin-right: 7px;
    float: left;
}

.theme-compulab .nivo-controlNav a.active {
    background-position: 0 -10px;
}

.theme-compulab .nivo-directionNav a {
    display: block;
	width: 25px;
	height: 200px;
	background: url(arrows.png) no-repeat 0% 50%;
	text-indent: -9999px;
	border: 0;
    top: 10px;
}

.theme-compulab a.nivo-nextNav {
	background-position: 100% 50%;
	right: -34px;
    padding-right: 20px;
}

.theme-compulab a.nivo-prevNav {
	left: -34px;
    padding-left: 20px;
}

.theme-compulab .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}

.theme-compulab .nivo-caption a { 
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.theme-compulab .nivo-caption a:hover { 
    color: #fff;
}