@charset "utf-8";
/* CSS Document */
.img-lib { position:relative; width:600px; height:400px; font-size:12px; line-height:1.5em; background:#3D3E42; min-width:800px; min-height:400px; }
.img-lib.max { position:fixed; left:0; top:0; width:100%; height:100%; border:none; margin:0; }
.img-lib .main { position:absolute; left:0; top:0; width:100%; height:100%; overflow:hidden; }
.img-lib .main .show { position:absolute; left:50%; top:50%; border:3px solid white; background:white; margin:-3px 0 0 -3px; width:0; height:0; box-shadow:0 0 6px black; overflow:hidden; display:none; }
.img-lib .main .show img { border:none; position:absolute; left:0; top:0; width:100%; display:none; }
.img-lib .main .show div { position:absolute; left:0; bottom:0; width:100%; display:none; }
.img-lib .main .show div i { position:absolute; left:0; bottom:0; width:100%; height:100%; background:black; opacity:0.6; filter:alpha(opacity=60); z-index:8; }
.img-lib .main .show div p { padding:10px; color:#EEE; position:relative; z-index:9; }
.img-lib .list { position:absolute; left:0; bottom:0; width:100%; height:80px; background:#0C0C0D; }
.img-lib .list .midd { width:300px; /**/ height:60px; margin:10px auto; position:relative; overflow:hidden; }
.img-lib .list .midd ul { list-style:none; position:absolute; left:0; top:0; width:300px; /**/ height:60px; }
.img-lib .list .midd ul li { position:relative; float:left; width:60px; height:60px; margin-right:1px; overflow:hidden; background:url(images/loading_blue.gif) center no-repeat white; }
.img-lib .list .midd ul li.err { background:url(images/load_error.png) center no-repeat #CCC; }
.img-lib .list .midd ul li img { border:none; position:absolute; left:50%; top:50%; display:none; }
.img-lib .list .midd ul li i { position:absolute; left:0; top:0; width:100%; height:100%; background:black; cursor:pointer; }
.img-lib .list .midd ul li b { position:absolute; left:0; top:0; border:3px solid white; width:54px; height:54px; background:none; display:none; }
.img-lib .list .midd ul li.cur b { display:block; }
.img-lib .list .swit { position:absolute; right:13px; top:26px; width:29px; height:27px; background:url(images/min_crt.png); cursor:pointer; }
.img-lib .list .swit i { position:absolute; right:0; top:0; width:29px; height:27px; background:url(images/min_crt_w.png); }
.img-lib .list .swit.max { background:url(images/max_crt.png); }
.img-lib .list .swit.max i { background:url(images/max_crt_w.png); }
