﻿.indexSliderCon
{
    float: left;
    height: 430px;
    margin-top: 13px;
    width: 100%;
}
.container
{
    cursor: default;
    float: left;
    height: 430px;
    overflow: hidden;
    position: relative;
    width: 980px;
}
.slides
{
    position: absolute;
    top: 0;
    left: 0;
}
.slides > div
{
    position: absolute;
    top: 0;
    width: 980px;
    display: none;
}
/*
		 * Optional
		*/
#loopedSlider, #newsSlider
{
    margin: 0;
    width: 1104px;
    position: relative;
    clear: both;
}
.sliderFooter
{
    background-color: transparent;
    float: left;
    height: 30px;
    padding-left: 23px;
    position: absolute;
    width: 980px;
}


.slider_leftArr
{
    background: none;
    display: inline;
    float: right;
    height: 0px;
    margin-left: 5px;
    margin-top: 6px;
    width: 0px;
    margin-right: 10px;
}
.slider_rightArr
{
    background: none;
    float: right;
    height: 0px;
    margin-right: 10px;
    margin-top: 6px;
    width: 0px;
}
#loopedSlider .pagination
{
    display: none;
}
#loopedSlider .sliderFooter .pagination
{
    display: block;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pagination li
{
    float: left;
    color: White;
    width: 18px;
    height: 18px;
    background: url("../../../images/icons/ico_slide.png") no-repeat scroll 0 top transparent;
    text-align: center;
    margin-right: 0px;
    margin-top: 3px;
}
.pagination li a
{
    line-height: 18px;
    text-decoration: none;
    color: White;
    font-size: 14px;
}

.pagination .active
{
    color: Black;
    background-color: white;
}
.pagination .active
{
    background: url("../../../images/icons/ico_slideSelect.png") no-repeat scroll 0 top transparent;
}
.sliderEmptyCon
{
    float: left;
    height: 17px;
    width: 17px;
}

.slider_item
{
    width: 980px;
    height: 430px;
    float: left;
}

