#slider {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#slider a:focus {
    outline: 0;
}

.slider-view {
	position: relative;
	width: 800px;
	height: 350px;
	overflow: hidden;
}

.slider-container {
    position: absolute;
    top: 0;
    left: 0;
}

.slider-container div {
	position: relative;
	float: left;
	width: 800px;
	height: 350px;
}

.slider-container div a {
    display: block;
}

.slider-container div a:hover {
    color: #600;
}

#slide-prev, #slide-next {
	position: absolute;
	top: 163px;
	text-decoration: none;
}

#slide-prev {
    left: 3px;
}

#slide-next {
    right: 3px;
}

.slider-pagination {
    position: absolute;
    top: 330px;
    left: 780px;
    margin-left: -50px;
    width: 100px;
}

.slider-pagination a {
    float: left;
    margin: 5px 5px 0;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: #eee;
    text-indent: -9999px;
    vertical-align: middle;
}

.slider-pagination a:hover {
    background: #ccc;
}

.slider-pagination a.current {
    background: #FF7082;
}
