@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-track {background: #f1f1f1;}
::-webkit-scrollbar-thumb {background: #888;}
::-webkit-scrollbar-thumb:hover {background: #555;}
.smartMenu {
    width: 15px; height: 10px; background: #f00;
    position: absolute;
    right: 5px; top: 5px;
    z-index: 1010;
    cursor: pointer;
    font-size: 5pt;
    color: #fff;
    text-align: center;
}
.smartMenu2 {
    right: 20px;
    background: #f90;
}
.smartMenuR {
    right: auto;
    top: auto;
    left: 5px;
    background: #00f;
    z-index: 1100;
}
.smartMenuR2 {
    right: auto;
    top: auto;
    left: 20px;
    background: #09f;
    z-index: 1100;
}
.smartMenu:hover {
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
}
.smartContent {border: 1px dashed #f00; margin: -1px;}
#smartMenuCon1 {
    width: 40px;
    text-align: center;
    background: #eee;
    position: fixed;
    padding: 5px;
    font-size: 8pt;
    z-index: 1008;
}
#smartMenuCon1 ul { 
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#smartMenuCon1 ul li:hover {
    background: #aaa;
    cursor: pointer;
}
#smartMenuCon1 hr {
    margin: 0;
}
#smartMenuCon1:focus {
    outline: none;
}
.form-image {
    height: 126px;
    border: 1px dashed #000;
    min-width: 160px;
    display: inline-block;
    padding: 2px;
    text-align: center;
    position: relative;
    margin-bottom: 5px;
    margin-right: 4px;
}
.form-image img {
    max-height: 120px; max-width: 100%;
}
.form-image .btn {
    opacity: .5;
    transition: all .2s;
    right: 2px;
    top: 2px;
    position: absolute;
    padding: 0 5px;
}
.form-image .btn:hover {opacity: 1;}
.sticky {
    position: fixed;
    z-index: 50;
    width: 100%;
    box-shadow: 0 2px 2px rgba(0,0,0,.5);
    transition: box-shadow 1s;
}
.slideshow-bullet_ {
    width: 15px;
    height: 15px;
    background: rgba(255,255,255,.7);
    box-shadow: 2px 2px 2px #222;
    border-radius: 25%;
    cursor: pointer;
    position: absolute; z-index: 5; top:5%;
    z-index: 100;
}
.slideshow-bullet_:hover {
    background: rgba(255,255,255,1);
    box-shadow: 1px 1px 2px #222;
    transition: all .2s;
}
