
/*  =slideshow
--------------------------*/

.slideshow {
	float: right;
	height: auto;
	position:relative;
	width: 262px;
}

.slideshow dt {
	float: none;
	margin-right: 0;
	cursor: default;	
}

	.slideshow dt:hover {
		text-decoration: none;
	}

.slideshow dd {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 0.5em;
}