
:focus {
    outline-style: none;
}
.box-detail {
    background-color: #fff;
    border: 1px solid #888;
    box-shadow: 0 0 5px #888;
    float: left;
    margin: 10px;
    padding: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    width: 225px;

}
.box-detail a, .box-detail a:hover {
    text-decoration: none;
}
.box-inner {
    background-color: #fff;
    border: 0 solid blue;
    height: 220px;
    position: relative;
    width: 225px;
}
.box-inner img {
    height: 175px;
    padding: 5px;
    width: 215px;
}
.box-inner-alb {
    background-color: #fff;
    border: 0 solid blue;
    height: 180px;
    position: relative;
    width: 225px;
}
.box-inner-alb img {
    height: 175px;
    padding: 5px;
    width: 215px;
}
.box-inner-fx {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url("../images/bg-dark.png");
    display: none;
    height: 175px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 215px;
    z-index: 1000;
}
.box-inner-alb .box-inner-fx h2:hover {
    color: #99cc00;
}
.box-inner-fx h2 {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url("../images/bg-dark.png");
    color: #fff;
    font-family: "Electrolize",sans-serif;
    font-size: 17px;
    font-style: normal;
    margin: 65px 0 0;
    padding: 10px;
    text-align: center;
    z-index: 1000;
}
.box-inner-fx a, .box-inner-fx span {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url("../images/bg-dark.png");
    bottom: 0;
    color: #99cc00;
    cursor: pointer;
    display: block;
    font-family: "Electrolize",sans-serif;
    font-size: 12px;
    margin: 1px 0 0;
    padding: 5px;
    position: absolute;
    right: 1px;
    text-align: right;
    text-decoration: none;
    width: 40px;
}
.box-inner-fx a:hover, .box-inner-fx span:hover {
    color: #fff;
    cursor: pointer;
}
.box-bottom {
    background-color: #fff;
    border: 0 solid green;
    height: 60px;
    padding-left: 20px;
    padding-top: 10px;
}
.box-bottom-left {

    border: 0 solid red;
    color: #666;
    float: left;
    font-family: "Courgette",cursive;
    font-size: 11px;
    height: 20px;
    line-height: 10px;
    /*padding-left: 20px;*/
}
.box-bottom-right {
    border: 0 solid red;
    color: #666;
    float: right;
    font-family: "Courgette",cursive;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    padding-left: 25px;
    padding-right: 10px;
    text-align: right;
}
.box-bottom-right-photo {
    background: rgba(0, 0, 0, 0) url("../images/icon-photo.png") no-repeat scroll left 1px;
    border: 0 solid red;
    color: #666;
    float: right;
    font-family: "Courgette",cursive;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    padding-left: 25px;
    padding-right: 10px;
    text-align: right;
}
.share {
    border: 0 solid red;
    position: relative;
    right: 0;
    width: 190px;
    z-index: 1000000;
}


