
#tmpSlideshow {
	margin: 0;
	padding: 0;
	display: block;
	width: 581px;
	height: 300px;
	float: left;
}
.tmpSlide {
	display: none;
}
.tmpSlide img {
	margin: 0;
	float: left;
	padding: 0;
}

#tmpSlideshowControls {
	position: absolute;
	width: 175px;
	top: 338px;
	margin-left: 10px;
}

.tmpSlideshowControl {
	text-align: center;
	margin: 0 0 0 5px;
	width: 12px;
	font: 4px Arial, Helvetica, sans-serif;
	float: left;
	height: 12px;
	color: #999;
	cursor: pointer;
	background: url(bg_click.png) no-repeat;
	
	
}
.tmpSlideshowControl span {
	line-height: 20px;
	vertical-align: middle;
}


.tmpSlideshowControlOn {
	background: url(bg_click_on.png) no-repeat;
}
.tmpSlideshowControlActive {
	background: url(bg_click_active.png) no-repeat;
}

DIV.tmpSlideCopy {
	POSITION: absolute;
	WIDTH: 170px;
	TOP: 20px;
	LEFT: 565px
}
DIV#tmpSlideshow H4 {
	TEXT-TRANSFORM: uppercase;
	MARGIN: 10px 0px;
	FONT: 14px Arial, sans-serif;
	COLOR: #b90f23
}
DIV.tmpSlideCopy P {
	FONT: 11px/1.75em Arial, sans-serif
}

