#gallery 
{
	width: 561px;
	height: 410px;
}

#gallery #gallerytext 
{
	width: 190px;
	float: left;
	margin: 30px 16px 0px 10px;
}

* html #gallery #gallerytext 
{
	margin: 30px 13px 0px 5px !important;
}

#slideshow 
{
	width: 345px;
	height: 408px;
	position: relative;
	float: left;	
}

#ss_controls 
{
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
	margin: 0px;
}

#ss_controls a, #ss_controls a:active, #ss_controls a:visited  
{
	font-family: Verdana;
	font-size: 9px;
	background: #23234b;
	padding: 4px 10px;
	display: block;
	text-decoration: none;
	color: white;
	float: left;
}

#ss_controls a:hover 
{
	background: #e26c0d;
}

#ss_text 
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: white;
	background: #000;
	padding: 4px 8px;
	font-size: 10px;
	filter:alpha(opacity=50);   
	-moz-opacity: 0.5;   
	opacity: 0.5;

	
}

a.slidelink, a.slidelink:active, a.slidelink:visited 
{
	color: White;
	text-decoration: none;	
}

a.slidelink:hover 
{
	text-decoration: underline;
}

#ss_form 
{
	width: 345px;
	height: 408px;
	position: relative;
}