Save Media Button Is Inactive

i created an album and try to add media to this album but after uploading media, save media button is not active. i cant click on it. why?
 
Can you confirm this on the default style? I don't believe the button should be disabled by default (except during submit, but that's a standard process).
 
You're not actually using the default style as such, in the sense that you have modified your style to include ads, and it is these that are the problem.

Your ad HTML looks like this:
HTML:
<div align="center">
Change it to:
HTML:
<div align="center" style="clear: both;">
 
Top Bottom