#scroller
{     margin-top:7px;
      direction:ltr;
    overflow: hidden;
    text-align:left;
    width: 100%;
   height: 150px;
   margin-left:7px;
   margin-bottom:-23px;
}
.slide 
{
   
    float: left;
    width: 100%;
    display: inline-block;
   
    width: 495px;
    color: #000;
    
}
.slide a img
{
    text-align:left;
   /* border: #333399 4px solid; */
   
    width:190px;
    height:145px;
}
.slide h1 a{
    text-decoration: none;
    display: block;
    font: 900 20px arial;
    color: #655d3b;
    margin-top: -15px;
}
.slide h1 a:hover{
    color: #cd3e13;
}
.slide  a{
    text-decoration: none;
    display: block;
    font: 900 15px arial;
    color: #0192E2;
}
.slide  a:hover{
    color: #666;
}
.slide-text{
    position: relative;
    bottom: 2px;
    background: url(images/t-px.png) repeat;
    display: block;
    width: 173px;
   margin-top:-40px;
    margin-left:0px;
    text-align: left;
    padding: 10px;
    color: #f2ce08;
    font: 900 16px arial;
    height: 20px;
    text-decoration: none;
    cursor: pointer;
}
.slide-img
{
    
    position: relative; height:100%; width:200px; text-align:left; direction:ltr;
  border: 2px solid #333399;
    
    
}
.brief
{
     
     position: relative;
    bottom: 2px; 
    display: block;
    width: 282px;
   margin-top:-140px;
    margin-left:195px;
    text-align: left;
    padding: 10px;
    color: #17435C;
    font: 900 15px arial;
    height: 190px;
    text-decoration: none;
    cursor: pointer;
    
    }
.slide-text span{
    display: block;
    color: #fff;
    margin-top: 5px;
    margin-right: 5px;
    font: normal 11px tahoma;
}
#control
{
    list-style: none;
    display: block;
}
#control li{
    display: inline;
}
#control .f{
    background: url(images/n-first.jpg) top center;
    width: 30px;
    height: 20.5px;
    color: #ebe9dd;
    display: inline-block;
}
#control .f:hover{
    background: url(images/n-first.jpg) bottom center;
}
#control .p{
    background: url(images/n-prev.jpg) top center;
   width: 30px;
    height: 20.5px;
    color: #ebe9dd;
    display: inline-block;
}
#control .p:hover{
    background: url(images/n-prev.jpg) bottom center;
}
#control .n{
    background: url(images/n-next.jpg) top center;
   width: 30px;
    height: 20.5px;
    color: #ebe9dd;
    display: inline-block;
}
#control .n:hover{
    background: url(images/n-next.jpg) bottom center;
}
#control .l{
    background: url(images/n-last.jpg) top center;
   width: 30px;
    height: 20.5px;
    color: #ebe9dd;
    display: inline-block;
}
#control .l:hover{
    background: url(images/n-last.jpg) bottom center;
}
