/*--   (C) Mod25 Solutions LLC 2006   -------------   www.mod25.com  All rights reserved. --*/

.dannyyun-background {
	position: absolute;
	left: 250px;
	top: 100px;
	width: 510px;
	height: 410px;
	background-color: #898989;
	background: url('../images/wizard_bg.jpg');
	display: none;
	z-index: 50;
	font: 14px verdana, arial, sans-serif;
}

.slide-title {
	position: absolute;
	left: 40px;
	top: 10px;
	z-index: 51;
	cursor: default;
}

.news-controls {
	position: absolute;
	left: 372px;
	top: 135px;
	width: 376px;
	height: 364px;
	display: none;
	z-index: 51;
	font: 14px verdana, arial, sans-serif;
}

.news-controls2 {
	position: absolute;
	left: 372px;
	top: 135px;
	width: 376px;
	height: 364px;
	display: none;
	z-index: 51;
	font: 14px verdana, arial, sans-serif;
}

.slide1-text {
	position: absolute;
	left: 75px;
	top: 70px;
	visibility: visible;
}

/* ======== Buttons ======== */

.buttonText {
	z-index: 53;
	position: absolute;
	top: 6px;
	width: 80px;
	text-align: center;
	cursor: default;
}


#back {
	z-index: 52;
	position: absolute;
	left: 108px;
	top: 328px;
	width: 80px;
	height: 31px;
	background: url('../images/wizard_btn_nml.jpg');
	visibility: visible;
}

#next {
	z-index: 52;
	position: absolute;
	left: 196px;
	top: 328px;
	width: 80px;
	height: 31px;
	background: url('../images/wizard_btn_nml.jpg');
	visibility: visible;
}

#cancel {
	z-index: 52;
	position: absolute;
	left: 284px;
	top: 328px;
	width: 80px;
	height: 31px;
	background: url('../images/wizard_btn_nml.jpg');
	visibility: visible;
}

#finish {
	z-index: 52;
	position: absolute;
	left: 196px;
	top: 328px;
	width: 80px;
	height: 31px;
	background: url('../images/wizard_btn_nml.jpg');
	visibility: visible;
}
/* ======== End Buttons ======== */

/*--   (C) Mod25 Solutions LLC 2006   -------------   www.mod25.com  All rights reserved. --*/