/* the slideshow container */
#slideshow_homepage,
.slideshow 
{
	margin: 10px auto;
	padding: 0 10px 10px 0;
	border:none;
	float: none;
}

#slideshow_homepage
{
  margin: 10px auto;
  text-align: center;
}

.slideshow
{
  float:left;
}

/* the images themselves */
.slideshow img
{
	background-color: black;
}

/* contains captions */
.slideshow p 
{
	margin: 10px 0 0 0;
	width: auto;
}

/* caption title */
.slideshow strong 
{
	color: #FF8600;
	font-weight: bold;
}

/* navigation */
div.slideshow ul 
{
	/*background: #FFF;*/
	bottom: 0;
	position: absolute;
	overflow: hidden;
	padding: 4px 8px;
	right: 0;
	z-index: 1000;
}

div.slideshow ul a 
{
	background: no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 14px;	
	overflow: hidden;
	width: 14px;
}

div.slideshow ul a.prev 
{
	margin-right: 4px;
	background-image: url(../../../img/arrows/orange_left.gif);	
}

div.slideshow ul a.next 
{
	background-image: url(../../../img/arrows/orange_right.gif);	
}

div.slideshow ul a.active,
div.slideshow ul a.prev:hover,
div.slideshow ul a.next:hover 
{
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

div.slideshow ul li 
{
	float: left;
	list-style: none;
}


#slideshow_homepage span.slideshowcaption
{
	width:300px;
	height:120px;
	overflow:hidden;
	display:block;
}
