#slideShow1
{
	width: 300px;
	height: 300px;
	padding: 15px;
	margin: 10px;
	float: right;
}


#slideShow1 p {
	float: left;
	padding: 8px 0px 0px 0px;
	margin: 0px;

}
#slideShow1 a {
	color: red;
}
.rightHomeContent #slideShow1 a {
	color: #000;
}

.slideshowLinks {
   visibility: hidden;
}
.nextSlide,.prevSlide
{
	background-image: url(/gfx/slideshow/spacer.gif);
}
.nextSlide:hover
{
	background-image: url(/gfx/slideshow/nextslide.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.prevSlide:hover
{
	background-image: url(/gfx/slideshow/prevslide.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

  #gallery {
    height:300px;
    width: 300px;
  }
#gallery a {
	color: red;
	font-size: 0.9em;
}

  #gallery .caption .galleryContent {
    margin:2px;
    color:red;
  }