#butt_new {
margin: 15px;
float: right;
}
.block {
padding-left: 15px;
text-align: left;
}
#prim {
  height: 100%;
}
#prim img {
    border-radius: 0;
    height: 100%;
}
#butt_new_an {
  margin: 25px;
}
.zindex {
    z-index: 1;
}
#overflw {
    overflow: hidden;
}
.rdcaptoin01 {
    width: 100%;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	height: 100%;
}
.rdcaptoin01 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	height: 100%;
}
.rdcaptoin01 .rdcaptoin {
    position: absolute;
    background: #333;
    width: 100%;
    height: 100%;
    top: 0;
    left: -10%;
    opacity: 0;
    z-index: 1;
    overflow: auto;
    visibility: hidden;
    -webkit-transition: all 0.3s 0.15s;
    -moz-transition: all 0.3s 0.15s;
    -o-transition: all 0.3s 0.15s;
    transition: all 0.3s 0.15s;
}
.rdcaptoin01 .rdcaptoin h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
    text-decoration: underline;
}
.rdcaptoin01 .rdcaptoin p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #9d9c9c;
    text-indent: 10px;
}
.item .rdcaptoin01 .rdcaptoin a {
background: #fff none repeat scroll 0 0;
border: 1px solid #ccc;
border-radius: 2px;
float: right;
font-size: 13px;
padding: 2px 5px;
text-decoration: none;
}
.rdcaptoin01 .rdcaptoin a:hover {
    background: #e6e6e6;
    border: 1px solid #adadad;
}
.rdcaptoin01:hover img {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.rdcaptoin01:hover .rdcaptoin {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.rdcaptoin02 {
    width: 100%;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	height: 100%;
}
.rdcaptoin02 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	height: 100%;
}
.rdcaptoin02 .rdcaptoin {
    position: absolute;
    background: #333;
    width: 100%;
    height: 100%;
    top: -70%;
    left: 0;
    opacity: 0;
    z-index: 1;
    overflow: auto;
    visibility: hidden;
    -webkit-transition: all 0.3s 0.15s;
    -moz-transition: all 0.3s 0.