*{
  margin: 0;
  padding: 0;
}

.slideinbox{
  display: none;
color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 638px;
  height: 238px;
  overflow: hidden;
}
#slider1{  background: url('../bgs/chbg1.jpg') 0% 0% no-repeat; display: block;}
#slider2{  background: url('../bgs/chbg2.jpg') 0% 0% no-repeat;}
#slider3{  background: url('../bgs/chbg3.jpg') 0% 0% no-repeat;}
#slider4{  background: url('../bgs/chbg4.jpg') 0% 0% no-repeat;}
#slider5{  background: url('../bgs/chbg5.jpg') 0% 0% no-repeat;}
#slider6{  background: url('../bgs/chbg6.jpg') 0% 0% no-repeat;}
#slider7{  background: url('../bgs/chbg7.jpg') 0% 0% no-repeat;}
#slider8{  background: url('../bgs/chbg8.jpg') 0% 0% no-repeat;}
#slider9{  background: url('vbgs/chbg9.jpg') 0% 0% no-repeat;}



.slideinbox .box{
  position: absolute;
  font-family: calibri, sans serif;
  position: absolute;
  left: 400px;
  width: 220px;
  top: 10px;
  border: none;
  background: transparent;
}

.slideinbox .box a {
  color: #fff;
    text-decoration: none;
}
.slideinbox .box a:hover {
  text-decoration: underline;
}
.slideinbox .box strong.nadpis {
  font-size: 20px;
  font-weight: normal;
  font-family: tahoma;
}
.slideinbox .box strong.nadpis span{
  font-size: 20px;
  font-weight: bold;
  font-family: tahoma;
}

.slideinbox p{
  padding: 5px 0 0 0;
  font-family: tahoma;
  color: #fff;
  font-size: 12px;
  line-height: 140%;
}
.slideinbox ul{
  padding: 10px 0 0 15px;
  list-style: square;
  font-family: tahoma;
  color: #fff;

  font-size: 12px;
  line-height: 150%;
}

.slidebox{
  position: relative;
  width: 638px;
  height: 238px;
  background: #ccc;
}


.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%;
}
