div.image {
		/*width: 150px;
	height: 300px;
	*/
	width:320px;
	height: 130px;
}


.box_top {
	display: block;
	position: relative;
}

.box_top_left {
	background: transparent url(user_hover_left_top.png) repeat scroll 0 0;
	position: absolute;
	top: 0;
	left: 0;
}

.box_top_center {
	background: transparent url(user_hover_top.png) repeat scroll 0 0;
	display: block;
	margin: 0 10px;
	height: 10px;
}

.box_top_right {
	background: transparent url(user_hover_right_top.png) repeat scroll 0 0;
	position: absolute;
	top: 0;
	right: 0;
}

.box_center {
	background: white;
	display: block;
	height: 106px;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 100%;
	right: 0;
	left: 0;
}

.box_center_left {
	display: block;
	background: transparent url(user_hover_left.png) repeat scroll 0 0;
	height: 900px;
	position: absolute;
	left: 0;
	top: 0;
}

.box_center_right {
	display: block;
	background: transparent url(user_hover_right.png) repeat scroll 0 0;
	height: 900px;
	position: absolute;
	right: 0;
	top: 0;
}

.box_center_content {
	overflow: hidden;
	margin-left: 10px;
	margin-right: 12px;
}

.box_top_left,
.box_top_right,
.box_center_left,
.box_center_right,
.box_bottom_left{
	width: 10px;
}

.box_top,
.box_top_left,
.box_top_center,
.box_top_right{
	height: 10px;
}

.box_bottom,
.box_bottom_left,
.box_bottom_right,
.box_bottom_center{
	height:12px;
	/*height: 34px;*/
}

.box_bottom {
	display: block;
	position: relative;
}

.box_bottom_left{
	position: absolute;
	bottom: 0;
	left: 0;
	background:transparent url(user_hover_left_bot.png) repeat scroll 0 0;
}

.box_bottom_center{
	display:block;
	background:transparent url(user_hover_bot.png) repeat scroll 0 0;
	margin-right:10px;
	margin-left:10px;
}

.box_bottom_right{
	position: absolute;
	bottom: 0;
	right: 0;
	width:10px;
	background:transparent url(user_hover_right_bot.png) repeat scroll 0 0;
}



.box_center_content .info {
	overflow: hidden;
	width: 170px;
	/*height: 50px;*/
}

.box_center_content .info span.title {
	font-style: italic;
	color: #666666;
}

.box_center_content .down {
	position:absolute;
	bottom:3px;
	overflow: hidden;
	width: 190px;
	font-size: 11px;
}

.box_center_content .down img{
	margin-bottom: -4px;
}

.box_center_content .down .date{
	font-size: 10px;
}

.box_center_content .imagelink {
	width: 100px;
	height: 100px;
	display: block;
	float: right;
}















