@charset "utf-8";
/* CSS Document */

.fancy-new-slider{
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
    margin:0 auto;
}
.fancy-new-slider ul{
    float:left;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
}
.fancy-new-slider li{
    display:inline-block;
    float:left;   
    width:100%;
    height:auto;
}
.fancy-new-slider img{
    width:100%;
    height:auto;
}
/**********Grey Theme***************/
.fancy-new-slider-grey{
    border: 0px solid #8e8c8c;
    border-radius: 0px;
    box-shadow: 0 0 10px #8e8c8c;
}
/**********Black Theme***************/
.fancy-new-slider-black{
    
    border: 0px solid #000000;
    border-radius: 0px;
    box-shadow: 0 0 0px #000000;
}
/**********White Theme***************/
.fancy-new-slider-white{
    border: 0px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px #8e8c8c;
}
/******************Bullets*************************/
.slidify-bullets{
   width:100%;
   display:block;
   text-align:center;
   margin-top:-32px;
   float:left;
   position: relative;
   z-index: 99;
}
.slidify-bullets a{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0px solid #929090;
    border-radius: 10px;
    display: inline-block;
    height: 0px;
    margin-right: 5px;
    width: 0px;
}
.slidify-bullets a.bullet-active{
    background: transparent;
}