*{
  margin: 0;
  padding: 0;
}
#sliderot{
  width: 887px;
  height: 285px;
  margin: 0px auto 0;
}

.slideinbox{
  display: none;
color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 887px;
  height: 285px;
  overflow: hidden;
}
#slider1{  background: url('../layout/topilu1.jpg') 0% 0% no-repeat; display: block;}
#slider2{  background: url('../layout/topilu2.jpg') 0% 0% no-repeat;}
#slider3{  background: url('../layout/topilu3.jpg') 0% 0% no-repeat;}



.slideinbox .box{
  position: absolute;
  font-family: arial, sans serif;
  position: absolute;
  left: 505px;
  top: 75px;
  width: 289px;
  border: none;
  background: transparent;
}
.box div.tbox{
  width: 100%;
  height: 9px;
  overflow: hidden;
  background: url('../layout/rotboxtop.png') 0% 0% no-repeat;
}
.box div.bbody{
  width: 269px;
  background: #ea272d;
  padding: 0 10px;
}
.box div.bbox{
  width: 100%;
  height: 9px;
  overflow: hidden;
  background: url('../layout/rotboxbot.png') 0% 0% no-repeat;
}

.slideinbox .box a {
  color: #fff;
    text-decoration: none;
}
.slideinbox .box a:hover {
  text-decoration: underline;
}
.slideinbox .box strong.bhl {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: arial;
}
.slideinbox .box strong.b span{
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: arial;
}

.slideinbox .box p{
  padding: 9px 15px 0 0px;
  font-family: arial;
  color: #fff;
  font-size: 12px;
  line-height: 160%;
}
#centerpanel .slideinbox ul{
  padding: 10px 0 0 15px;
  list-style: square;
  font-family: arial;
  color: #fff;

  font-size: 12px;
  line-height: 150%;
}

.slidebox{
  position: relative;
  width: 887px;
  height: 285px;
  float: left;
}
.slidebox a.chbut{
  display: block;
  text-align: center;
  font-weight: bold;
  background: url('../layout/chanbutbgfd2.jpg') 0% 0% no-repeat;
  width: 185px;
  padding: 12px 0 0;
  font-size: 13px;
  height: 32px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.slidebox a.chbut:hover{
  background-position: 0% 100%;
}

.larr{
  position: absolute;
  left: 5px;
  bottom: 5px;
  display: block;
  width: 21px;
  height: 20px;
  overflow: hidden;
  background: url('../bgs/larr.jpg') 0% 0% no-repeat;
}

.larr span, .rarr span{
  display: none;
}

.rarr{
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: block;
  width: 21px;
  height: 20px;
  overflow: hidden;
  background: url('../bgs/rarr.jpg') 0% 0% no-repeat;
}

.larr:hover, .rarr:hover{
  background-position: 0% 0%;
}
