/* CSS Document */
.padding_indent{
	padding-left:10px;
}
.video_count{
	font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#999999;
	font-size:14px;
	padding-bottom:8px;
}
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#000;
	color:#DDDDDD;
	font-size:14px;
    text-decoration:none;
	font-weight:bold;
}

a.info:hover
{
	color:#FFFF00;
	z-index:25; 
	background-color:#001
}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:3em; left:7em; width:25em;
	padding: 0.8em;
    border:1px solid #996633;
    background-color:#FFFF66;
	color:#000;
}
#title_flash_quickstarts {
 	margin-top:30px;
    padding: 34px 0 0 0;
    overflow: hidden;
    background-image: url(../images/title_flashquick.jpg);
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:34px;	
}
#title_flash_solutions {
 	margin-top:30px;
    padding: 34px 0 0 0;
    overflow: hidden;
    background-image: url(../images/title_flash_solutions.jpg);
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:34px;	
}
#title_flash_advanced {
 	margin-top:30px;
    padding: 34px 0 0 0;
    overflow: hidden;
    background-image: url(../images/title_flash_advanced.jpg);
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:34px;	
}
#title_flash_tech {
 	margin-top:30px;
    padding: 34px 0 0 0;
    overflow: hidden;
    background-image: url(../images/title_flash_tech.jpg);
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:34px;	
}
#title_flash_protect {
 	margin-top:30px;
    padding: 34px 0 0 0;
    overflow: hidden;
    background-image: url(../images/title_flash_protect.jpg);
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:34px;	
}
#title_video_supp {
 	margin-top:30px;
    padding: 34px 0 0 0;
    overflow: hidden;
    background-image: url(../images/title_video_supp.jpg);
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:34px;	
}

