#euro-box .image_title {
	background: none;
	}
#euro-box .image_title p{
float:left;
} 
.euroboxes {
    padding:10px;
    
}
#euro-box {
    margin: 1rem auto;
    padding: 0px;
    clear: both;
    display: table;
}
#euro-box .image_title {
	display: inline;
	color: #000;
	text-decoration: none;
	padding: 10px;
	font-size: 12px;
}
#euro-box .image_title h2 {
font-size: 16px;
margin:0px;
}
#euro-box ul li {
    width: 360px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-wrapper .bx-controls-direction a {
	background: #000;
	color:#fff;
	font-size: 24px;
    line-height: 30px;
	height: 30px;
    width: 30px;
    text-align: center;
}
.bx-next:before, .bx-prev:before {
    display:none;
}