@charset "utf-8";
/* CSS Document */
#body-inside {
	margin:0 auto;
    /*background: url("../images/body.png") no-repeat scroll left top transparent;*/
    min-height: 320px;
    padding: 35px;
    position: relative;
    width: 900px;
}
#body-inside div {
    display: block;
    z-index: 20;
}
#body-inside .flower {
   
}
#mySlide {
    /*background: url("../images/backslide.png") no-repeat scroll left top transparent;*/
    height: 440px;
    padding: 30px 20px;
    width: 860px;
}
#mySlide .preview {
    background: url("../images/ajax-loader.gif") no-repeat scroll center center #FFFFFF;
    height: 440px;
    overflow: hidden;
    position: relative;
    width: 860px;
}
.myThumb {
    height: 96px;
    margin-top: 10px;
    position: relative;
    width: 900px;
}
.myThumb .wrap {
    height: 110px;
    margin: 0 50px;
    overflow: hidden;
    position: relative;
    width: 800px;
}
.myThumb .wrap .item {
	
    height: 96px;
    position: relative;
}
.myThumb .wrap .item ul {
    left: 0;
	
    position: absolute;
    top: 0;
    list-style-type: none;
}
.myThumb .wrap .item ul li {
    border: 3px solid #8B5E3C;
    display: inline-block; 
    _display: inline; 
	display: -moz-inline-stack;
	height: 88px;
    margin-right: 10px;
    overflow: hidden;
    padding: 1px;
    width: 135px;
	zoom: 1;
*display: inline;}
#body-inside a {
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
}
.myThumb .arrow.prev {
    background-position: 0 0;
    left: 0;
}
.myThumb .arrow {
    background-image: url("../images/arrow.png");
    display: block;
    height: 40px;
    position: absolute;
    top: 25px;
    width: 40px;
}
.myThumb .arrow.next {
    background-position: 0 40px;
    right: 0;
}
