@CHARSET "UTF-8";
.SG_Preview img{
	border: none;
}
.SG_Title {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000;
}
.SG_Desc {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
	height:50px;
	display: block;
}
.SG_Thumb{
	overflow:hidden;
	position:relative;
}
.SG_Box{
	position:relative; 
	left:0;
	padding: 0;
	margin: 0;
	width: 9999px;
}
.SG_Box .SG_Item{
	float: left;
}
.SG_Item .SG_Hidden{
	display: none;
}
.SG_Item .SG_Img{
	cursor:pointer; 
	padding:5px;
	border: none;
}
.SG_Hover{
	background-color: #ececec;
}