body{
font-family: Arial;font-size: 14px;}

div.glist {
	width: 820px;
	text-align: center;
	height: 400px;
	overflow: scroll;	
}

div.glthumb{
display: inline;
float: left;
position: relative;
width: 180px;
height: 180px;
margin: 8px;
border-top: 1px dashed #999999;
border-bottom: 1px dashed #999999;
background: url(/img/image.gif);
text-align: center;
}

div.glthumb:hover{
border-top: 1px dashed #ff66ff;
border-bottom: 1px dashed #ff66ff;
}

div.glthumb img{
display: block;
margin: 10px auto 0 auto;}

div.glthumb .cb {
	margin: 10px;	
}

.ta {
	width: 820px;
	height: 200px;
	border: 1px #9DB1B8 solid;
}
.b {
	display: inline;
	text-align: right;
	margin-left: 20px;
}