#slideshow, #vslideshow {
	width:290px;
	height: 205px;
	position:relative;
}
.photo-bg
{
	width:262px;
	height: 205px;
	background:transparent url(images/photo-bg.gif) no-repeat left top;
	margin-left: 14px;
}
#slidesContainer, #vslidesContainer {
  width:240px;
  height: 190px;
  position:relative;
  overflow:hidden;
  margin-left: 11px;
  padding-top: 16px;
}
.slide, .vslide {
  width:238px; 
  height: 175px;
}
.control, .vcontrol {
  display:block;
  width: 12px;
  height: 205px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl, #vleftControl {
  top:0;
  left:0;
  background:transparent url(images/control_left.jpg) no-repeat left center;
}
#rightControl, #vrightControl {
  top:0;
  right:0;
  background:transparent url(images/control_right.jpg) no-repeat right center;
}
.slide img, .vslide img {
	width: 238px;
	height: 175px;
	border: none;
}
.slide h3, .vslide h3 {
	z-index:100px;
	position:absolute;
	color:#000;
	top:159px;
	width: 226px;
	height:22px;
	padding: 5px;
	overflow: hidden;
	background:url(images/transparent_bg.png) repeat-x left top;
}
.slide h3 a, .vslide h3 a{
	color:#fff;	
	text-decoration:none;
}
.slide h3 a:hover, .vslide h3 a:hover{
	color:#000;
	text-decoration: none;
}