@font-face {
    font-family: 'adobe_garamond_proregular';
    src: url('../fonts/agaramondpro-regular-webfont.eot');
    src: url('../fonts/agaramondpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/agaramondpro-regular-webfont.woff') format('woff'),
         url('../fonts/agaramondpro-regular-webfont.ttf') format('truetype'),
         url('../fonts/agaramondpro-regular-webfont.svg#adobe_garamond_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'adobe_garamond_probold';
    src: url('../fonts/agaramondpro-semibold-webfont_0-webfont.eot');
    src: url('../fonts/agaramondpro-semibold-webfont_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/agaramondpro-semibold-webfont_0-webfont.woff') format('woff'),
         url('../fonts/agaramondpro-semibold-webfont_0-webfont.ttf') format('truetype'),
         url('../fonts/agaramondpro-semibold-webfont_0-webfont.svg#adobe_garamond_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.slides-container {
    height: 302px;
    width: 960px;
    overflow: hidden;
    position: relative;
    top: -15px;
    margin: 0 0 -15px 0;
}
.slide-box {
    height: 302px;
    overflow: hidden;
}

.slide-title {
    overflow: hidden;
    padding: 45px 350px 0 55px;
}

.slide-title h1 {
    overflow: hidden;
    font: 37px 'adobe_garamond_probold';
    color: #423f40;
    letter-spacing: -1px;
    margin: 0 0 5px 0;
}

.slide-title h1 span {
    color: #991439;
}

.slide-title h2 {
    overflow: hidden;
    font: 21px 'adobe_garamond_proregular';
    color: #5e715e;
    line-height: 24px;
}

.slide-title h2 span {
    color: #991439;
}

.slider-nav {
    bottom: 15px;
    left: 55px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1100;
}
ul.slider-nav img {
    border: medium none;
    float: left;
}
ul.slider-nav li {
    float: left;
    margin: 0 4px 0 0;
    overflow: hidden;
    padding: 0;
}
.slider-nav a{
	float: left;
	overflow: hidden;
    display: block;
	margin: 0 3px 0 0;
    width: 8px;
    height: 8px;
	line-height: 30px;
	text-indent: 8px;
    text-decoration: none;
    background: #BFC7BF;
}
.slider-nav a:hover, .slider-nav a.activeSlide{
    background: #718271 !important;
	}

.slider-start-pause{
	position: absolute;
	bottom: 8px;
	left: 40px;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 14px;
	background: url(images/carousel-pause.png) no-repeat;
	z-index: 1100;
	cursor: pointer;
	}
.slider-start-pause.paused{
	background: url(images/carousel-play.png) no-repeat;
	}
