a            
 { 
 text-decoration: none; font-family: Verdana; font-size:8pt;color:#FFFFFF
 }
 
/*new kuri*/ 
.bod {padding-left: 6px; padding-top: 24px; width:520px}
.bod font{ margin:0; color:#DC9103; font-style:normal; font-variant:normal; font-weight:normal; line-height:1.8em; font-size:18px; font-family:Arial}
.tabhead h1{margin:0; color:#FFFFFF; font-style:normal; font-variant:normal; font-weight:bold; line-height:1.8em; font-size:12px; font-family:Arial; padding-left:0; padding-right:0 }
.tabhead font{margin:0; color:#6F4924; font-style:normal; font-variant:normal; font-weight:normal; line-height:1.8em; font-size:13px; font-family:Arial; padding-left:0; padding-right:0 }
#sliderdiv{float:left;width:880px;height:232px;margin:0 auto;border:0px;background-color:#000000;
.kurdet {margin:0 auto; padding :5px 0px 5px 24px;}
.ckdet {margin:0 auto; padding-left: 12px}
.cklist {margin:0 auto; list-style:none;}
.ckdet li{margin:0; color:#000000; font-style:normal; font-variant:normal; font-weight:normal; line-height:2em; font-size:14px; font-family:Arial; padding-left:0; padding-right:0 }
.ckdet li { margin:0; padding-left:20px; background:url(images/li-bu1.gif) no-repeat left 10px;}

/* Slideshow container */
.slideshow-container {
    width: 880px;
    height: 232px;
    background-image: url('../img/img1.jpg');
  
    position: relative;
  
    margin: auto;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: inline;	
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 100%;
    width: auto;
    margin-top: -138px;
    padding: 10px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 2px 2px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 2px 0 0 2px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: rgb(105, 105, 105);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #000000;
  }
  
  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }