.widget-slideshow {
	display: block;
	
	border-bottom: 1px dotted #BFBFBF;
	border-top: 1px dotted #BFBFBF;
	
	margin: 0 auto 10px;
	
	text-align: center;
}

.widget-slideshow-image {
    border: none;
z-index: 0;
}

.widget-slideshow-text {
	height: 36px;
	width: 990px;
}

.widget-slideshow div {
	width: 100%;
	height: 100%;
}

.widget-slideshow div + div {
	display: none;
}
	
.widget-slideshow div a {
	display: block;
	height:100%;
	width:100%;
	
	text-decoration: none;
	text-transform: uppercase;
	font-size: x-large;
	line-height: 36px;
	font-family: 'TradeGothicBoldCond';
	
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}