#filterwrapper .attention1{
	display: inline-block;
	padding: 10px 10px;
	border: solid 2px #fff;
	border-radius: 5px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-decoration: none;
	position: relative;
	top: 25px;
	left: 34px;
	transition: 0.5s;
	width: 250px;
  color:rgba(255,51,153,1);
}

#filterwrapper .attention1:hover{
  color:#F60;
  background: #fff;
}
.attention2{
	display: inline-block;
	padding: 10px 10px;
	border: solid 2px #fff;
	border-radius: 3px;
	background:rgba(255,255,255,0.2);
	text-decoration: none;
	position: absolute;
	top: 512px;
	left: 201px;
	transition: 0.5s;
	width: 310px;
}
.attention2:hover{
  color: #333;
  background: #fff;
}

.attention3{
	display: inline-block;
	padding: 10px 10px;
	border: solid 2px #fff;
	border-radius: 3px;
	background:rgba(255,255,255,0.2);
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 644px;
	left: 34px;
	transition: 0.5s;
	width: 310px;
}
.attention3:hover{
  color: #333;
  background: #fff;
}
.filtermain{
  background:url(../images/menu/a/a_04.png) no-repeat;
  width: 540px;
  height: 405px;
}
.filterwrapper{
	background:rgba(0,0,0,0.1) url(../images/menu/a/a_04.png) no-repeat;
  /*background: rgba(0,0,0,0.1);*/
/*  width: 540px;
  height: 405px;
*/}











.fbox {
    position: relative;
    display:inline-block;
    padding:10px ;
    text-align:left;
    background: rgba(255,255,255,0.1);
    margin: 5px 5px 10px 5px;
    border-radius: 5px ;
}
.fbox:after, .fbox:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
}
.fbox:after {
    top: 98%;
    left: 5px;
    border: 10px solid transparent;
    border-top: 10px solid #ffffff; /*10px*/
}
.fbox:before {
    top: 100%;
    left: 5px; 
    border: 10px solid transparent;
    border-top: 12px solid #ffffff; /*13px*/
}
