.ic_container{ 
    vertical-align:baseline;
    position:relative;
	cursor:pointer;
    /*-moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-box-shadow: 0 1px 3px #888;
    -webkit-box-shadow: 0 1px 3px #888;*/
	 border:1px solid #efefef!important;
	box-sizing:border-box;
}
.overlay{
   
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
	background:#4aa8db;
    opacity: 0.3;  
	filter:alpha(opacity=30);
	cursor:pointer;
	zoom: 1;  
	background:none\9;
    opacity: 0\9;  
	filter:alpha(opacity=0)\9;
	
}
.ic_caption{
    position:absolute;    
    overflow:hidden;
    margin:0px;
    padding:0px;
	bottom:-6px;
    left:0px;
    right:0px;
    cursor:default;
	background:#4aa8db;
    opacity: 0.85;  
	filter:alpha(opacity=85);
	opacity: 0.85\9;  
	filter:alpha(opacity=85)\9;
	cursor:pointer;
	zoom: 1;  
}
.ic_caption a { color:#fff;}
.ic_caption a:hover { color:#a6079e;}
.ic_category{
    text-transform:uppercase;
    font-size:11px;
    padding:0px 5px 5px 5px;
    margin:0px;
	color:#a6079e;
}
.ic_caption h3{
   
    margin:0px;
    font-size:24px;
	color:#fff;
	font-weight:normal;
	
}
.ic_text{ margin:30px auto 0 auto; width:32px; height:32px; background:url(../../images/pro_list_icon.png) 0 0 no-repeat; transition:all 0.3s ease-out 0s;}
.ic_text:hover{ margin:30px auto 0 auto; width:32px; height:32px; background:url(../../images/pro_list_icon.png) 0 0 no-repeat;
transform:rotate(180deg);
-ms-transform:rotate(180deg); /* IE 9 */
-moz-transform:rotate(180deg); /* Firefox */
-webkit-transform:rotate(180deg); /* Safari and Chrome */
-o-transform:rotate(180deg); /* Opera */
transition:all 0.3s ease-out 0s;

}
