@charset "utf-8";
/* CSS Document */

#album #albumContent {padding:0px 0px 0px 0px;}
#albumHeader { height:35px;}
#album #albumContent .clear { width:100%; clear:both; }
#slideShow, #fullScreen {cursor:pointer;}
#back { clear:both; margin-left:5px;}
#popUpContent #album {width:100%; float:none;}
#popUpContent #album #back { padding-bottom:21px; clear:both;}

#album #albumContent .picture {background-color:#319596;  height:140px; width:140px;text-align:center; margin:0px 0px 0px 0px; display:inline; float:left;cursor:pointer;}
#album #albumContent .picture .pictureInner { height:130px; width:130px; margin:5px; overflow:hidden;}
#album #albumContent .picture img{min-height: 100%;
min-width: 100%;
height: auto;
width: auto;}

#album #albumContent .pictureWappper {display:inline; float:left; margin-bottom:20px;}
#album #albumContent .pictureWappper .albumPicture { height:auto; width:auto; text-align:center; display:inline; float:left;cursor:pointer; padding:7px 7px; }
#album #albumContent .pictureWappper .albumPicture  img{height:180px; width:280px; border:none;}
#album #albumContent .pictureWappper .txt { text-align:center; text-overflow:ellipsis;overflow:hidden;white-space:nowrap; height:1.3em; width:97px;}
#album #albumContent .pictureWappper .toolsContainer{ width:17px;height:17px;float:left;display:inline; }
#album #albumContent .pictureWappper .downloadButton { position:absolute;width:17px;height:17px;margin-top:5px; background-image:url(/framework/images/albums/save_out.png);background-repeat:no-repeat; cursor:pointer;visibility:hidden;}
#album #albumContent .pictureWappper:hover .downloadButton { visibility:visible;}
#album #albumContent .pictureWappper .downloadButton:hover{background-image:url(/framework/images/albums/save_over.png);}
#album #albumContent .clear { width:100%; clear:both; }
