* Flash version
* content
* Goto parent folder
* Flash version of this page
2. When using non-English word in folder description it will be displayed as the following screenshot:

and to solve this problem we need to change in the "htmlstyle.css" as follows:
#content #folders .textblock{
font-size: 12px;
padding: 10px 0 0 0;
position:relative;
bottom: 5px;
}
replace the word in red color with "center".
Thanks