@charset"utf-8";

/* =======================================

	CommonElements

======================================= */

.wideslider {
    width: 100%;
    height: 550px;
    text-align: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 0px;
}

.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider_base {
    top: 0;
    position: absolute;
}

.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
}

.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}

.slider_prev {
    background: #fff;
}

.slider_next {
    background: #fff;
}

.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}

.pagination a {
    width: 10px;
    height: 10px;
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
    background-color: #561F01;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 4px;
    display: none;
}

.pagination a.active {
    filter: alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */

.wideslider ul:after {
    content:".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wideslider ul {
    display: inline-block;
    overflow: hidden;
}
