.item_type1{
	width:33.33%;
	height:auto;
	float:left;
	position:relative;
}
.item_hld{
	height:auto;
	padding:0 10px 10px 10px;
	position:relative;
}
.item_hld .item_pic_hld{
	width:100%;
	height:auto;
	position:relative;
}

.item_hld .item_pic_hld .item_pic_ro{
	width:100%;
	height:100%;
	background:url('../img/item_rollover.png') center center no-repeat;
	opacity:0;
	position:absolute;
	z-index:2;
}
.item_hld .item_pic_hld .item_pic{
	width:100%; 
	height:auto;
	position:relative;
	z-index:1;
}
.item_hld .item_pic_hld .item_pic img{
	width:100%;
	height:auto;
}
.item_hld .item_titel_hld{
	padding:10px 10px 0 10px;
	background-color:#000;
}
.item_hld .item_titel_hld h2{
	font-size:24px;
	line-height:24px;
	font-weight:normal;
	padding:0 0 10px 0;

}
.item_hld .item_titel_hld h2 a{
	text-decoration:none;
	color:#FFF;
	
	padding:0 0 5px 0;
	border-bottom:3px #26a9e0 solid;
}

.item_hld:hover .item_pic_hld .item_pic_ro{
	opacity:1;
	cursor:pointer;
}

@media (min-width:280px) and (max-width:480px){
	.item_type1{
		width:100%;
	}
}
@media (min-width:480px) and (max-width:810px){
	.item_type1{
		width:50%;
	}
}