#slideshow{
   display: none;
   margin: 0 auto;
   position: relative;
   width: 960px;
   z-index: 0;
}

.sly-ctn{
   position: relative;
   width: 100%;
}

.sly-img{
   background-color: #CCC;
   height: 290px;
   overflow: hidden;
   position: relative;
   width: 100%;
}

.sly-img img{
   cursor: pointer;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 1;
}

.sly-img img.sly-active{
   z-index: 2;
}

.sly-clone{
   overflow: hidden;
   position:absolute;
   top: 0;
   left: 0;
   z-index: 20;
}

.sly-clone img{
   position:absolute;
   top:0;
   left:0;
   z-index:20;   
}

.sly-txt{
   color: #FFF;
   display: none;
   font-family: Arial, sans-serif, Helvetica;
   font-size: 12px;
   height: 50px;
   line-height: 50px;
   text-align: center;
   width: 100%;
}

.sly-ctrl{
   display: block;
   position: relative;
   z-index: 9999;
}

.sly-ctn:hover .sly-ctrl{
   display: block;
}

.sly-prev{
   cursor: pointer;
   height: 23px;
   line-height: 20px;
   position: absolute;
   top: 258px;
   right: 34px;
   width: 21px;
   z-index: 3;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
   background: url("/images/slide_prev.png") no-repeat scroll 0 0 transparent;
 }
.sly-prev:hover{
   background: url("/images/slide_prev.png") no-repeat scroll 0 0 transparent;
 }
.sly-next{
   cursor: pointer;
   height: 23px;
   line-height: 20px;
   position: absolute;
   top: 258px;
   right: 6px;
   width: 21px;
   z-index: 3;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
   background: url("/images/slide_next.png") no-repeat scroll 0 0 transparent;   
}
.sly-next:hover{
  background: url("/images/slide_next.png") no-repeat scroll 0 0 transparent; 
}
.sly-thumbs{
   background-color: #222;
   display: none;
   height: 60px;
   overflow: hidden;
   position: relative;
   width: 100%;
}

.sly-thumbs ul{
   list-style-position: inside;
   list-style-type: none;
   margin: 0;
   padding: 0;
   position: absolute;
   left: 0;
}

.sly-thumbs ul li{
   float: left;
   height: 100%;
   margin-right: 5px;
   width: 120px;
}

.sly-thumbs a{
   opacity: .4;
}

.sly-thumbs a.sly-active-thumb, .sly-thumbs a:hover{
   opacity: 1;
}

.sly-thumbs img{
   border: none;
   height: 100%;
   width: 100%;
}