*{
  margin: 0;
  padding: 0;
}

.slideinbox{
  display: none;
color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 910px;
  height: 346px;
  overflow: hidden;
}
#slider1{  background: url('../layout/topilu.jpg') 0% 0% no-repeat; display: block;}
#slider2{  background: url('../layout/topilu2.jpg') 0% 0% no-repeat;}



.slideinbox .box{
  position: absolute;
  font-family: tahoma, sans serif;
  position: absolute;
  left: 360px;
  
  width: 565px;
  height: 138px;
  top: 55px;
  
  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: 26px;
  font-weight: bold;
  font-family: arial;
}
.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: 910px;
  height: 346px;
  background: #505052;
}
.slidebox a.chbut{
  display: block;
  text-align: center;
  font-weight: bold;
  background: url('../layout/chbut.png') 0% 0% no-repeat;
  width: 128px;
  padding: 12px 0 0;
  font-size: 13px;
  height: 25px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.slidebox a.chbut:hover{

}

.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%;
}
