#slider-placeholder,
#slider-wrapper {
    position: relative;
    clip: rect(0px, 0px, 710px, 360px);
    overflow: hidden;
	margin-bottom: 13px;
}

/* Easy Slider */
#slider li {
    width: 710px;
    height: 360px;
    overflow: hidden;
}

/* numeric controls */
ol#controls {
    margin: 1em 0;
    padding: 0;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}

ol#controls li {
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 20px;
    line-height: 20px;
}

ol#controls li a {
    float: left;
    height: 20px;
    line-height: 20px;
    border: 1px solid #151515;
    background: #242424;
    color: #fff;
    padding: 0 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}

ol#controls li.current a {
    background: none repeat scroll 0 0 #4C4C4C;
    color: #FFFFFF;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
    outline: none;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
    outline: none;
}

.slider-title {
	font-family: "Century Gothic", "Times New Roman";
    position: absolute;
	padding-left: 5px;
    top: 110px;
    font-size: 36pt
}

.slider-subtitle {
    position: absolute;
	font-family: "Century Gothic", "Times New Roman";
	padding-left: 5px;
    top: 170px;
    font-size: 20pt;
	line-height: 20pt;
}

.slider-text {
	font-family: "Century Gothic", "Times New Roman";
    position: absolute;
	padding-left: 5px;
    top: 300px;
}
