#img_box{
        float:left;
        width: 336px;
        margin: 15px 0 0 10px;
        display: inline;
}

#img_box img{
        border: 1px solid #CCCCCC;
	padding: 2px;
}

#img_box img.thumb{
        float:left;
        display: inline;
        margin: 4px 4px 0 0 ;
}

#img_box img.thumb_end{
        float:right;
        display: inline;
        margin: 4px 0 0 0 ;
}

#text_box{
        float:right;
        width: 280px;
        padding:0 10px 0 0;
        margin: 15px 0 0 0;
        display: inline;
}

#text_box #explain{
        width:100%;
        height:320px;
        padding:10px 0;
	overflow:auto;
        overflow-x:hidden;
        border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#text_box table{
        margin: 10px 0 0 0;
}



