#flashy {
	width: 562px;
	height: 180px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #111;
}

#flashy .handle .slide {
	width: 562px;
	height: 236px;
	float: left;
	background-repeat: no-repeat;
}

#flashy .box-text {
	background: url('../img/flashy_transparency.png');
	position:	absolute;
	bottom:		0;
	left:		0;
	height:		25px;
	width:		552px;
	padding: 10px 0 0 10px;
	
	font-size:	11px;
	font-family: sans-serif;
	color: #fff;
}
	#flashy .box-text a {
		border-left: 1px solid #666;
		padding-left: 8px;
		margin-left: 6px;
		color: #fff;
	}
	#flashy .box-text a:hover {
		text-shadow: #fff 0 0 2px;
	}

