#imglist img{

   width: 150px;
   height: 150px;
   border: 0px;
   margin-bottom: 0px;



}

#imglist a{

    color: #b50729;
    text-decoration: none;


}



#imglist li{

  float:left;

}
.caption {
  position:relative;
  width:141px;
  padding-left: 5px;
  padding-right: 4px; 
  font-size:90%; 
  color: #ffffff;
  text-align:left;
  bottom: 0px;
  left: 1px;
  top: -6px;
  background: #000000;
  margin: 0px;

}

#imgshow{
position:absolute;
border:1px solid #ccc;
background:#333;
padding:5px;
color:#fff;
display:none;
} 


.imageright {

  float:right; 

  width: 35%;

}
.imageright img {

  float:right;
  margin-top: 10px;
  border:1px solid #ccc;
  background:#333;

}

.textleft  {

  width: 65%;

}
