.bubblecast_player_wp{
    width:475px;
}

.bubblecast_fl_wp{
    /*float:left;*/
}

.bubblecast_cfg_err_wp{
    float:left;
    color: red;
    width:100%;
    font-size:10px
}

#bubblecast_comment {
    color: #333;
	display: none;
	position: absolute;
	width: 510px;
	height: 510px;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;
}

.bubblecast_wvp_block {
    text-align: center;
    padding: 3px;
}
.bubblecast_site_link{
    font-size:10px;
}
.bubblecast_fl_wp_thumb{
    position:relative;
}
a.bubblecast_play_btn{
    position:absolute;
    width:135px;
    height:135px;
    filter:alpha(opacity=85);
    -moz-opacity:0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;

}

a.bubblecast_play_btn:hover{
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    cursor:pointer;
}
.bubblecast_player {
    color: #333;
	display: none;
	position: relative;
    
    width: 475px;
	height: 375px;
	z-index:1001;
	overflow: auto;
}
.bubblecast_player_wide{
    color: #333;
	display: none;
	position: absolute;
    background-color:#fff;
	z-index:1001;
	overflow: auto;
    border: 2px solid #B8B8B8;

}
.bubblecast_ws_close_btn{
    margin:1px;
    padding:0px;
    background-color:#fff;
}
.bubblecast_player_wp img {
    padding:0;
    margin:0;
    border:#ffffff solid 0px !important;
    background-image:none !important;
    background-color:transparent!important;
    background-repeat:no-repeat!important;
}
.bubble_prod_cats{
    margin:0 5px 5px 0px;
    font-weight:bold;
    vertical-align:middle;
}