.content{width:200px;height:100px;margin:5px;padding:0;border-radius:4px;border:1px solid silver;
background-color:AliceBlue;float:left;}
.thumb{width:97px;height:97px;border:1px solid black;}
a:hover{color:darkorange;text-decoration:underline;}
#main{position:relative;width:890px;margin-left:20px;}
#banner,#pic{position:fixed;}
#banner{left:21px;}
#banner img{border-bottom:3px solid orange;}
#pic{top:220px;display:block;}
#pic img{border:2px solid silver;}
#strip{position:absolute;right:0;width:230px;height:auto;padding-bottom:42px;
background-image:url('../graphics/strip.png');
background-repeat:repeat-y;
background-attachment:scroll;
}
#strip img{width:160px;height:120px;margin:8px 0 0 30px;}
#full{position:fixed;left:0;bottom:25px;top:0;right:0;overflow:hidden;
background-color:Gainsboro;display:none;}
#full img{position:relative;margin:auto;display:block;}
#dis{position:fixed;right:40px;top:4px;border:2px solid black;width:20px;height:24px;
background-color:Tomato;border-radius:3px;}
#dis p{position:absolute;font:bold 30px arial,sans-serif;top:-36px;cursor:pointer;}