.featureCarousel {
    position: relative;
}
.featureCarousel img {
    border: 0;
}
.featureCarousel .feature {
    position: absolute !important;
    top: -1000px;
    left: -1000px;
    border: 3px solid white;
    cursor: pointer;
}
.featureCarousel .feature > div {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.featureCarousel .imagedescription {
	width: 500px;
	position: absolute;
	cursor: auto;
	text-align: center;
	left: -95px;
	opacity: 1 !important;
	top: 0px;
}

.featureCarousel .rightButton, .featureCarousel .leftButton {
	text-indent: -9999px;
	display: block;
	position: absolute;
	width: 17px;
	height: 24px;
	cursor: pointer;
}

.featureCarousel .rightButton {
	top: 245px;
	right: 130px;
	z-index: 20;
	background: url(templates/baltic/images/arrow-right.png) no-repeat;
}

.featureCarousel .leftButton {
	top: 245px;
	left: 130px;
	z-index: 20;
	background: url(templates/baltic/images/arrow-left.png) no-repeat;
}

.featureCarousel .imagedescription h3 {
	font-weight: bold;
	color: #535353;
	font-size: 20px;
	margin-bottom: 0px;
}
.featureCarousel .feature > div p.ingress {
	font-size: 13px;
	padding-top: 0px !important;
	color: #535353;
}

.featureCarousel .feature > div p {
    margin: 0;
    padding: 5px;
    font-size: 12px;
	color: #808080;
}
.featureCarousel .blipsContainer {
    position: absolute;
    color: white;
    right: 25px;
    top: 210px;
    padding: 0;
    margin: 0;
	display: none !important;
}
.featureCarousel .blipsContainer .blip {
    margin: 3px;
    height: 14px;
    width: 14px;
    color: white;
    text-align: center;
    font-size: 10px;
    border: 1px dotted black;
}
.featureCarousel .blipsContainer .blipSelected {
    color: white;
    font-weight: bold;
    background-color: black;
}