@CHARSET "UTF-8";
    #video-dentists {
        font-size: 10px;
        padding-top: 10px;
        /*background-image: url("http://static.checkdent.com/general/bg-body.png");
        background-repeat: repeat-x;*/
        padding-left: 5px;
        padding-bottom: 20px;
        /*min-height: 256px;*/
        border: 1px solid #d1d1d1;
        -webkit-border-radius: 10px; 
	    -moz-border-radius: 10px;
	    -khtml-border-radius: 10px; 
	    border-radius: 10px;
    }
    #video-dentists .header {
        text-align: center;
        font-size: 14px;
        padding-left: 0px !important;
        text-decoration: none !important;
    }  
    #video-dentists .image {
        witdh: 80px;
        float:left;
    }
    #video-dentists .details {
        padding: 0 5px;
        width: 165px;
        float: left;
    }
    #video-dentists .details-no-pad {
        padding-top: 10px;
        width: 230px;
    }   
    .dentist-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
	    filter:alpha(opacity=80);
	    -moz-opacity:0.8;
	    -khtml-opacity: 0.8;
	    opacity: 0.8;
    } 
    .dentist-overlay-text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
	    color: #ff0000;
	    font-weight: bold;
	    text-align: center;	    
	    padding: 10px 0 0 0;    
    } 
    .dentist-overlay-text a {
        color: #ff0000;
        font-weight: bold;
    }