#guide1, #guide2, #guide3, #guide4  {
	display: none;
}
		
.f32{ background:url(../images/daying_list02.gif) repeat-x; height:29px; font-size:14px; line-height:24px; font-weight:bold;color:#ffc678; margin:20px 0;}
#f32_rt{ float:right;}
#f32_lt{ float:left;}
#f32_md{ background:url(../images/daying_list05.gif) no-repeat 230px 0px; height:29px; text-align:center; display:block;}
#f32_md span{ background:url(../images/daying_list06.gif) 450px 0px no-repeat;height:29px; display:block; cursor: pointer;}
		
div.tmpSlideshow {
    height: 530px;
    width: 755px;
	position: relative;
	float: none;
	padding: 0px;		
}

div.tmpSlide {
    position: absolute;
    left: 0;
    top: 50px;
    float: left;
    width: 740px;
    height: 410px;
    display: none;
    text-align: center;
}

/** slides with text over images **/
div.tmpSlide p {
	/*margin: 1em;
    position: absolute;
	background-color: inherited;*/
	text-align: justify;
	margin-bottom: 20px;
	color: #fff;
	z-index: 1000;
	padding: 0.2em 0.8em;
}

div.tmpSlides {
	/*position: absolute;
    left: 0;
    top: 0px;*/
	width: 743px;
    height: 530px;
    text-align: center;
    /*background:url(../images/help_z_10.gif) repeat-x;*/
}


.tmpSlideshowControls {
	height: 28px;
	text-align: center;
	}

div.tmpSlideshowControl {
	margin: 0px;
    color: #6b5103;
    cursor: pointer;
    float:left; width:58px; height:27px; line-height:25px; text-align:center;
}
div.tmpSlideshowControl span {
    line-height: 36px;
    vertical-align: middle;
}

div.tmpSlideshowControlActive {
    display:block; color:#bda82b; font-weight:bold;text-decoration:none;
}