/* CSS for vertical hover banner */

#gallery {
    width:970px;
    height:347px;
    float:left;
    margin:0 auto;
    position:relative;
    overflow:hidden;
    top:0px;
}

#gallery li {
	width:970px;
	height:342px;
	float:left;
	position:absolute;
}

#gallery li img {
    float: left;
    border:none;
}

#gallery li.show {
    z-index:10;
}

#gallery div.caption{
    display: block;
    background-color: #95b0e0;
    color:#ffffff;
    padding: 12px 0 0 0px;
    position:absolute;
    bottom:-2px;
    left:3px;
    overflow: hidden;
    width:632px;
    height:75px;
    float:left;
    border-top: 1px solid #b0c2e5;
	-moz-border-radius:0px 0 0px 10px;
}

div.contents{  
  height:75px;
  margin-left:5px;
  padding:6px 10px;
}

div.contents p{
  float: left;
  width:552px;
  font-size:14px;
  color:#000;
  font-weight:bold;
  font-style:italic;
  text-align:left;
  padding:5px 0 0 25px;
}

#gallery div a.rmore{
    font-size:13px;
    color:#fff;
	font-weight:bold;
    position:relative;
    padding:0px 0 0 5px;
	text-decoration:underline;
}

#gallery a.rmore:hover{
  text-decoration:none;
}

