#stFlowers {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	z-index: 0;
}

#stGarden {
	position: relative;
	width: 860px;
	height: 500px;
	margin-bottom: 18px;
	overflow: hidden;
}

#stCloud {
    position: absolute;	
    z-index: 999;
    top: 0; left: 0;
    width: 152px; height: 112px;
    background: url(../images/gr_cloud.png);
    #background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gr_cloud.png', sizingMethod='scale');
    display: none;
}

#stCloud b {
    position: absolute;
    top: 5px; right: 0;
    width: 111px;
}

#stCloud b img {
    vertical-align: middle;
}

.hmFlDs {
    width: 135px;
}

#stGrass1 {
	position: absolute;
	top: 0; left: 0;
	width: 860px;
        height: 500px;
	overflow: hidden;
	background: url(../images/grass.jpg);
}

#stGrass2 {
        position: absolute;
        top: 0; left: 860px;
        width: 860px;
        height: 500px;
	overflow: hidden;
        background: url(../images/grass.jpg);
}

#stGrass3 {
        position: absolute;
        top: 0; left: -860px;
        width: 860px;
        height: 500px;
	overflow: hidden;
        background: url(../images/grass.jpg);
}

#next {
	position: absolute;
	top: 76px;
	right: 0;
	background: url(../images/gr_next.png);
	#background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gr_next.png', sizingMethod='scale');
	width: 39px; height: 44px;
	cursor: pointer;
	display: none;
}

#prev {
        position: absolute;
        top: 76px;
        left: 0;
        background: url(../images/gr_prev.png);
	#background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gr_prev.png', sizingMethod='scale');
        width: 39px; height: 44px;
	cursor: pointer;
	display: none;
}

#pages { display: none; }

.dvFlower {
	height: 166px;
	overflow:hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 215px;
}

.dvFlower div {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
}

.dvFlower .flower_name {
    font-size: 18px;
    font-weight: Bold;
    color: #fff;
}

.dvFlower .flower_pink {
    display: block;
    width: 54px;
    height: 50px;
    background: url(../images/ic_flower_pink.png);
    #background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ic_flower_pink.png', sizingMethod='scale');
    margin: 0 auto;
    cursor: pointer;
}

.dvFlower .flower_yellow {
    display: block;
    width: 58px;
    height: 51px;
    background: url(../images/ic_flower_yellow.png);
    #background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ic_flower_yellow.png', sizingMethod='scale');
    margin: 0 auto;
    cursor: pointer;
}

.dvFlower .flower_white {
    display: block;
    width: 53px;
    height: 50px;
    background: url(../images/ic_flower_white.png);
    #background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ic_flower_white.png', sizingMethod='scale');
    margin: 0 auto;
    cursor: pointer;
}


#stSearch {
    position: absolute;
    top: 0; right: 0;
    margin-right: -8px;
    z-index: 4;
    width: 239px; height: 46px;
}

#stSearch span {
    position: absolute;
    top: 0; left: 0;
    background: url(../images/bg_search.png);
    #background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_search.png', sizingMethod='scale');
    width: 239px; height: 46px;
}

#stSearch div {
    display: none;
}

#stSearch input {
    background: none;
    width: 138px;
    height: 17px;
    #width: 146px;
    #height: 25px;
    border: 0;
    font-family: Times New Roman, serif;
    padding: 4px;
    margin-top: 6px;
    position: relative;
    z-index: 5;
}

#stSearch a {
    display: block;
    width: 77px;
    height: 25px;
    position: absolute;
    top: 6px; right: 14px;
    z-index: 6;
}

#grLoading {
	position: absolute;
	z-index: 7;
	bottom: 10px; right: 10px;
	color: #000;
	font-size: 22px; font-weight: Bold;
	font-family: Georgia, Times New Roman, serif;
}

#grLoading div {
	position: absolute;
	top: 0; left: 0;
	margin: -2px 0 0 -2px;
	color: #fff;
}

.grCrTl, .grCrTr, .grCrBr, .grCrBl {
	position: absolute;
	z-index: 7;
	width: 5px; height: 5px;
	overflow: hidden;
}

.grCrTl {
	top: 0; left:0;
	background: url(../images/gr_cr_tl.png);
	#background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gr_cr_tl.png', sizingMethod='scale');
}

.grCrTr {
        top: 0; right:0;
        background: url(../images/gr_cr_tr.png);
	#background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gr_cr_tr.png', sizingMethod='scale');
}

.grCrBl {
        bottom: 0; left:0;
        background: url(../images/gr_cr_bl.png);
	#background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gr_cr_bl.png', sizingMethod='scale');
}

.grCrBr {
        bottom: 0; right:0;
        background: url(../images/gr_cr_br.png);
	#background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gr_cr_br.png', sizingMethod='scale');
}

