div, ul{
			margin: 0;
			padding: 0;
		}
:visited {
	outline-style: none;
}
img{
	border: 0;
}

.imgtag{
	float: left;
	width: 258px;
	height:324px;
	position: relative;
	 margin-left:20px; margin-right:30px;

}
.tag_item{
	width: 238px;
	height:304px;
	position: absolute;
	top: 0px;
	left: 0px;


}
.curr{
	z-index: 100;

}
.curr img{
	opacity: 1;
	filter: alpha(opacity = 100);
}
.not_curr{
	opacity: .5;
	filter: alpha(opacity = 45);
}
.taglist1{
	height: 70px;
	width: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 130px;
	border:1px solid #CCC;
	
	
	background:#fff;
}
.taglist .tags{
	display: block;
	list-style: none;
	color: #f7f7f7;
	font-size: 12px;
	height: 21px;
	width: 300px;
}
.tag{
	display: block;
	float: left;
	height: 21px;
	line-height: 21px;
	text-align: left;
	line-height: 22px	9;
}
.tag a {
	color: #f7f7f7;
	text-decoration: none;
	display: block;
	padding: 0 3px;
}
.tag1{
	width: 65px;
}
.tag1 a {
	padding: 0 10px 0 10px;
	font-weight: bold;
}
.tag2 {
	width: 42px;
	text-align: center;
}