﻿        a.icon
        {
            text-indent: -999em;
            width: 20px;
            height: 16px;
            position: relative;
            display: block;
            float: left;
        }
        a.PlayFlashBig
        {
            text-indent: -999em;
            width: 32px;
            height: 32px;
            display: block;
            cursor: pointer;
        }
        a.PlayIcon
        {
            background: url('/resourcesnew/images/VideoControls/player_play1.png') top left no-repeat;
        }
        a.PlayIcon:hover
        {
            background: url('/resourcesnew/images/VideoControls/player_play2.png') top left no-repeat;
        }
        a.FirstFrameIcon
        {
            background: url('/resourcesnew/images/VideoControls/first.png') top left no-repeat;
        }
        a.FirstFrameIcon:hover
        {
            background: url('/resourcesnew/images/VideoControls/first1.png') top left no-repeat;
        }
        a.play
        {
            background: url('/resourcesnew/images/VideoControls/play.png') top left no-repeat;
        }
        a.play:hover
        {
            background: url('/resourcesnew/images/VideoControls/play1.png') top left no-repeat;
        }
        a.pause
        {
            background: url('/resourcesnew/images/VideoControls/pause.png') top left no-repeat;
        }
        a.pause:hover
        {
            background: url('/resourcesnew/images/VideoControls/pause1.png') top left no-repeat;
        }
        a.rewind
        {
            background: url('/resourcesnew/images/VideoControls/rewind.png') top left no-repeat;
        }
        a.rewind:hover
        {
            background: url('/resourcesnew/images/VideoControls/rewind1.png') top left no-repeat;
        }
        a.forward
        {
            background: url('/resourcesnew/images/VideoControls/forward.png') top left no-repeat;
        }
        a.forward:hover
        {
            background: url('/resourcesnew/images/VideoControls/forward1.png') top left no-repeat;
        }
        a.loadvideo
        {
            background: url('/resourcesnew/images/VideoControls/reload.png') top left no-repeat;
        }
        a.loadvideo:hover
        {
            background: url('/resourcesnew/images/VideoControls/reload1.png') top left no-repeat;
        }
        a.mute
        {
            background: url('/resourcesnew/images/VideoControls/sound_low.png') top left no-repeat;
        }
        a.unmute
        {
            background: url('/resourcesnew/images/VideoControls/sound_mute.png') top left no-repeat;
        }
        .clsPlayControl
        {
            background: url('/resourcesnew/images/VideoControls/play.png') no-repeat;
            width: 100px;
            padding: 5px;
            background-position: left center;
            display: block;
        }
        .clsVideoContainer
        {
            background: url('/resourcesnew/images/thumbnailbk1.gif') repeat-x;
            border: solid 1px #999;
            padding: 5px;
            background-color: #dfe9c2;
            background-position:top center;
        }
        .FlaPlayerCntrlsTD
        {
            background: url('/resourcesnew/images/roundedcornr_993680_grad.gif') repeat-x;
            border: solid 1px #999;
            padding: 2px;
            background-color: #fefefe;
            vertical-align: middle;
        }
        .clstime
        {
            color: #171;
            font-size: 0.75em;
            font-family: Verdana;
            padding: 2px;
        }
        .clsCntrlImg
        {
            vertical-align: middle;
        }
        .clsLayerPlayerIcon
        {
            position: absolute;
            z-index: 2;
            visibility: hidden;
            left: -800px;
        }
        .clsErrorMessage
        {
            font-family:Tahoma;
            font-size:0.85;
            font-weight:bold;
            }
    