﻿/* rotating ul */


#cycle_pager {
    
    display: inline-block;
    height: 16px;
    right: 10px;
    top: 10px;
    padding: 4px;
    position: absolute;
    z-index: 5;
}
#cycle_pager a {
    margin-right: 2px;
    text-decoration: none;
    text-align: center;
    float: left;
}
#cycle_nav {
    float: left;
}
#cycle_nav a {
    background-color: transparent !important;
    color: #FFFFFF !important;
    font-weight:bold;
    text-decoration: none;
    width: 20px;
    height: 20px;
    padding: 0 !important;
    line-height: 20px;
    margin-top: 0 !important;
    border: #ccc 1px solid;
}
#cycle_nav a.activeSlide, #cycle_nav a:hover {
    color: #000 !important;
    background: #ddd !important;
}
#cycle_prev, #cycle_next, #cycle_pause {
    display: block;
    height: 20px;
    width: 20px;
    border: #ccc 1px solid;
    background: transparent url(images/slider/buttons.gif) no-repeat;
    opacity: 0.70;
    filter: alpha(opacity=70);
}
#cycle_next {
    background-position: -20px 0;
}
#cycle_pause {
    background-position: 0 -20px;
}
#cycle_prev:hover, #cycle_next:hover, #cycle_pause:hover,  #cycle_pause.active {
    opacity: 1;
    filter: alpha(opacity=100);
}
 
 
.SliderList1 {
    position: relative !important;
    width:960px;
    height: 415px;
    z-index: 1;
}

.SliderList1 ul, .SliderList1 li{
    padding:0;
    margin:0;
    display:block;
    list-style-type: none;
    width:960px;
    height:415px;
}
 
.SliderList1 li div{
    position:relative; 
    height:415px;
    overflow:hidden; 
}

.SliderList1 li a.Img{
    display:block;
    text-decoration:none;
    outline:none; 
}
.SliderList1 li a.Img img{
    width:960px;
    border:none;
}


.SliderList1 li span{
    display:block;
    position:absolute;
    z-index:1;
    left:0;
    bottom:0;
    height:120px;

    background:transparent url("images/slider/caption-bg.png") repeat;
    width:100%;
}

.SliderList1 li a.Title{
    display:block;
    font-size:34px;
    font-weight:bold;
    margin:8px;
    color:White;
    text-decoration:none;
    outline:none; 
}
.SliderList1 li a.Title:hover{
    text-decoration:underline;
}
.SliderList1 li i{
    margin:14px;
    display:block;
    font-style :normal;
    color:White;
    
}