.fancy-new-slider{
    width:100%;
    height:400px;
    overflow:hidden;
    position:relative;
    margin:0 auto;
}
.fancy-new-slider.bottemslider{height:300px;}
.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:100%;
}
.fancy-new-slider img{
    width:100%;
    height:100%;
}
/**********Grey Theme***************/
.fancy-new-slider-grey{
    border: 20px solid #8e8c8c;
    border-radius: 10px;
    box-shadow: 0 0 10px #8e8c8c;
}
/**********Black Theme***************/
/*.fancy-new-slider-black{
    
    border: 20px solid #000000;
    border-radius: 10px;
    box-shadow: 0 0 10px #000000;
}*/
/**********White Theme***************/
.fancy-new-slider-white{
    border: 20px 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: 3px solid #929090;
    border-radius: 20px;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}
.slidify-bullets a.bullet-active{
    background:#000;
}



#maingallery {
  overflow: hidden;
  width:100%; height:132px;
  margin: 0 auto;
  cursor: pointer;
  
}


#imgs {
  display: block;
  padding: 0;
  width:100%;
}

#imgs li {
  padding-right: 10px;
  display: inline-block;
 *display:inline;
}

#imgs img {
  width: 160px;
  height: 120px;
}

.title {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  color: white;
  font-weight: bold;
  text-align: center;
  background: #ddd;
}