
/* code for hover starts here */
#vidembed {
position: relative;
background-color: FFFFFF;
width: 320px;
height: 260px;
text-align: left;
overflow: hidden;
}
#vidlinkwrap {
position: relative;
width: 320px;
height: 24px;
text-align: left;
}
#vidlinks {
position: relative;
width: 32px;
height: 24px;
background-image: url(http://theusdaily.com/images/usdaily/vidlink.gif);
background-repeat: no-repeat;
background-position: left top;
color: #dadada;
font-weight: bold;
font-size: 14px;
padding: 0 0 0 0;
text-align: center;
}
#vidlinks a:link {
color: #dadada;
text-decoration: none;
background-color: transparent;
padding: 3px 0 0 0;
margin: 1px 0 0 0;
width: 32px;
height: 20px;
filter:alpha(opacity=100);
opacity:1;
-moz-opacity:1;
}
*html #vidlinks a:link {
height: 23px;
}
#vidlinks a:visited {
color: #dadada;
text-decoration: none;
background-color: transparent;
padding: 3px 0 0 0;
margin: 1px 0 0 0;
width: 32px;
height: 20px;
filter:alpha(opacity=100);
opacity:1;
-moz-opacity:1;
}
*html #vidlinks a:visited {
height: 23px;
}
#vidlinks a:hover {
color: #2e5072;
text-decoration: underline;
background-color: #dadada;
padding: 3px 0 0 0;
margin: 1px 0 0 0;
width: 32px;
height: 20px;
filter:alpha(opacity=40);
opacity:0.4;
-moz-opacity:0.4;
}
*html #vidlinks a:hover {
height: 23px;
}


