.showcase-mobile-portlet {

	.title-block {
		margin: 0;
		padding: 0;
		border: none;
		background: transparent;
		box-shadow: 0 1px 3px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
		
	.title-header {
		padding: 0;
		background:rgb(233, 128, 3);
	}
		
	.title-header a {
		text-decoration: none;
	}
		
	.title-header a:hover {
		text-decoration: none;
	}
		
	.title-header h3 {
		/* padding: 0 0 0 18px; */
		padding: 0;
		font-size: 1em;
		font-weight: normal;
	}

	.flexslider {
		background: transparent; 
		border: none; 
		position: relative;
		margin: 0;
		zoom: 1; 
		-webkit-border-radius: 0px; 
		-moz-border-radius: 0px; 
		-o-border-radius: 0px; 
		border-radius: 0px; 
	}

}