#user-video-gallery-header {
    position: relative;
    margin: 5px 0px 2px 5px;
    height: 48px;
}

#user-video-gallery {
    height: 100%;
    min-height: 150px;
    font-size: 11px;
    padding: 2px 2px 0 0;
    margin: 0 5px;
    text-align: center;
}

#user-video-gallery-main {
    margin-bottom: 5px;
}

#user-video-gallery-spinner {
    background: url("../../images/helioviewer/ajax-loader-videos.gif");
    width: 16px;
    height: 16px;
    margin: 94px auto;
}

#user-video-gallery-next, #user-video-gallery-prev {
    font-style: italic;
    font-weight: normal;
    display: inline-block;
}

#user-video-gallery a {
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;  
}

#user-video-gallery img {
    width : 240px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
}

#user-video-gallery img:hover {
   box-shadow: 0 0 10px #8fcccc;
   -moz-box-shadow: 0 0 10px #8fcccc;
   -webkit-box-shadow: 0 0 10px #8fcccc;
}

/*
#user-video-gallery img:hover {
    -moz-animation-duration: 3s;
    -moz-animation-name: glow;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -webkit-animation-duration: 3s;
    -webkit-animation-name: glow;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
}

@-moz-keyframes glow {
    from {
        -moz-box-shadow: 0 0 5px #8fcccc;
    }    
    50% {
        -moz-box-shadow: 0 0 15px #7ccc66;
    }
    to {
        -moz-box-shadow: 0 0 5px #8fcccc;
    }
}

@-webkit-keyframes glow {
    from {
        -webkit-box-shadow: 0 0 5px #8fcccc;
    }
    50% {
        -webkit-box-shadow: 0 0 15px #99ff99;
    }
    to {
        -webkit-box-shadow: 0 0 5px #8fcccc;
    }
}*/

#youtube-logo {
    text-decoration: none;
    margin-right: 5px;
}

.user-video-thumbnail-container {
    width: 100%;
    text-align: center;
}

#user-video-thumbnail-container{
    box-shadow: 0 0 10px #8fcccc;
    -webkit-box-shadow: 0 0 10px #8fcccc; 
    -moz-box-shadow: 0 0 10px #8fcccc;
}
