

.right {
    float: right;
}


#home-youtube {
    background-image: url(../images/youtube-bg.jpg);
    background-repeat: repeat-x;
    clear: both;
    text-align: center;
    padding: 8px 8px 0px 8px;
    margin: 0px auto 0px auto;
    border: 1px solid #C6E4EF;
    height: 430px;
    width: 350px;
        border-radius: 7px;
}

div.currentVideo {
    background: url(../images/preload.gif)  no-repeat scroll center center #292929;
    border-radius: 0 0 5px 5px;
    height: 295px;
    margin: auto;
    width: 340px;
    margin-bottom: 12px;
}

    div.currentVideo div.vidTitle {
        background-image: url(../images/video-bullet.jpg) ;
        background-position: 384px center;
        background-repeat: no-repeat;
        color: #AAAAAA;
        direction: rtl;
        font-family: tahoma;
        font-size: 12px;
        padding-right: 30px;
        text-align: right;
        max-height: 28px;
        overflow: hidden;
    }

.youtube-image {
    width: 97px;
    margin-left: 9px;
    margin-left: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-repeat: no-repeat;
    color: #000;
    font-size: 12px;
    font-family: tahoma;
    text-align: center;
    margin-right: 9px;
    height: 90px;
}

    .youtube-image.last {
        margin-left: 0;
    }

    .youtube-image .title {
        line-height: 15px;
        margin-left: 4px;
        margin-right: 4px;
        max-height: 32px;
        overflow: hidden;
        padding-top: 29px;
    }

.play {
    background-image: url(../images/play.png) ;
    width: 52px;
    height: 37px;
    margin: 0 auto;
    margin-top: 24px;
}

.play:hover {
        background-image: url(../images/tube_red.png);
        width: 52px;
        height: 37px;
        margin: 0 auto;
        margin-top: 24px;
    }
