.sliderwrapper *
{
    margin: 0;
    padding: 0;
}

.sliderwrapper
{
    margin: 0 auto;
}

.arrow_left
{
    bottom: 10px;
    cursor: pointer !important;
    float: left;
    height: 22px;
    left: 10px;
    position: absolute;
    width: 22px;
    z-index: 50 !important;
    background: url(../images/left_arrow.png) no-repeat top left;
}

.arrow_right
{
    bottom: 10px;
    cursor: pointer;
    float: left;
    height: 22px;
    left: 37px;
    position: absolute;
    width: 22px;
    z-index: 50;
    background: url(../images/right_arrow.png) no-repeat top left;
}

.selector, .selector_dis
{
    bottom: 10px;
    list-style: none;
    margin: 0 0 0 5px;
    position: absolute;
    right: 10px;
    z-index: 50;
}

.selector li, .selector_dis li
{
    display: block !important;
    background: url(../images/selector.png) no-repeat top left;
    cursor: pointer;
    float: left;
    margin: 0 3px !important;
    height: 10px !important;
    position: relative !important;
    width: 10px !important;
}

.selector li.current, .selector_dis li.current
{
    background: url(../images/selector_current.png) no-repeat top left;
}

.selector_dis li
{
    cursor: default !important;
    z-index: 50;
}

#container
{
    float: left;
    width: 100%;
    position: relative;
}

.basicslider
{
    float: left;
    list-style: none !important;
    margin: 0 !important;
    overflow: hidden !important;
    position: relative !important;
}

.basicslider li
{
    display: none;
    float: left;
    margin: 0;
    position: absolute;
    width: 100%;
}

.basicslider li.current
{
    display: block;
    z-index: 2 !important;
}

.basicslider li.next
{
    display: block;
    z-index: 1 !important;
}

.basicslider li ul li
{
    display: block !important;
    position: relative !important;
}

.SlideDiv
{
    background-color: #ffffff;
    background-position: top left;
    background-repeat: no-repeat; /*background: #ffffff url(assets/001.jpg) no-repeat top left*/
}