    img {
      border: none;
    }


    #thickbox-vp {
        display: none;
    }

	table#video-player .vp-tl {
		background: transparent url(http://cc-ob.org/images/vp_corner_tl.png) 0 0 no-repeat;
		width: 18px;
		height: 25px;
    }
	* html table#video-player .vp-tl { background-image: url(http://cc-ob.org/images/vp_corner_tl.gif); }

	table#video-player .vp-tr {
		background: transparent url(http://cc-ob.org/images/vp_corner_tr.png) 0 0 no-repeat;
		width: 25px;
		height: 25px;
    }
	* html table#video-player .vp-tr { background-image: url(http://cc-ob.org/images/vp_corner_tr.gif); }

	table#video-player .vp-bl {
		background: transparent url(http://cc-ob.org/images/vp_corner_bl.png) 0 0 no-repeat;
		width: 18px;
		height: 8px;
    }
	* html table#video-player .vp-bl { background-image: url(http://cc-ob.org/images/vp_corner_bl.gif) }

	table#video-player .vp-br {
		background: transparent url(http://cc-ob.org/images/vp_corner_br.png) bottom right no-repeat;
		width: 25px;
		height: 8px;
    }
	* html table#video-player .vp-br {
		background-image: url(http://cc-ob.org/images/vp_corner_br.gif);
    }




	table#video-player .border {
		/*background-color: #649ede;*/ /*#5995da;*/
		background: #649ede url(/images/bg_vp_border.png) 0 0 repeat;
	}
	table#video-player .gutter {
	  	background: #eff0f1 url(http://cc-ob.org/images/vp_repeat_body.png) bottom left no-repeat;
	}
	* html table#video-player .gutter {
	  	background-image: url(http://cc-ob.org/images/vp_repeat_body.gif);
	}
	table#video-player .border-top {
	  	background: transparent url(http://cc-ob.org/images/vp_repeat_top.png) 0 0 repeat-x
	}
	* html table#video-player .border-top {
	  	background-image: url(http://cc-ob.org/images/vp_repeat_top.gif);
	}
	table#video-player .border-bottom {
	  	background: transparent url(http://cc-ob.org/images/vp_repeat_bottom.png) 0 0 repeat-x
	}
	table#video-player .content {
		background: #eff0f1 url(http://cc-ob.org/images/vp_repeat_body.png) bottom left repeat-x;
	  	min-height: 259px;
	  	width: 100%;
	}
	* html table#video-player .content {
		background-image: url(http://cc-ob.org/images/vp_repeat_body.gif);
	  	height: 259px;
	}

	table#video-player img {
        display: block;
    }


    #controls {
        margin-top: 10px;
    }

    #controls ul {
        margin: 0;
        padding: 0;
    }

    #controls li {
        margin: 0;
        padding: 0 0 5px 0;
        list-style: none;
        float: left;
    }

    #controls li#video-player-close {
        position: absolute;
        top: 5px;
        right: 8px;
    }

	#controls li#email {
		margin: 0 42px;
    }
