ul.line > li
{ overflow: hidden; margin-top: 0px;  padding-top:  0px; border-top-width: 0px; }

/* readmore button */
p.readmore { overflow: hidden; }
div.module p.readmore {  margin-bottom: 0px; }

a.readmore {
  display: block;
  width: 100px;
  height: 20px;
  background: transparent url(../images/readmore.png) 0 0 no-repeat;
  float: left;
  line-height: 20px;
  text-indent: 10px;
  font-size: 90%;
  color: #505050;
  text-decoration: none;
}

.wk-slideshow-screen > div
{
  padding-top: 5px;  
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left:  5px;

  margin-bottom: 20px;
  position: relative;
  border-top-left-radius:  8px;

  border-top-right-radius:  8px;
  broder-bottom-left-radius:  8px;
border-bottom-right-radius:  8px;
background-image: none;

background-attachment: scroll;
background-repeat: repeat;
background-color: rgb(0,0,0);
}








