



   
    /*Video Transcripts Expand/Collapse*/

.videoTranscriptHead h4.expanded {
/*background:transparent url(//a248.e.akamai.net/pix.crutchfield.com/v3.0/icons/arrow-blue-down.gif) no-repeat scroll 150px center;*/
background:transparent url(//a248.e.akamai.net/pix.crutchfield.com/ca/learningcenter/buttons/hideTranscript.gif) no-repeat scroll 0 center;
cursor:pointer;

}
.videoTranscriptHead h4.collapsed {
/*background:transparent url(//a248.e.akamai.net/pix.crutchfield.com/v3.0/icons/arrow-blue-over.gif) no-repeat scroll 150px center;*/
background:transparent url(//a248.e.akamai.net/pix.crutchfield.com/ca/learningcenter/buttons/readTranscript.gif) no-repeat scroll 0 center;
cursor:pointer;
}
.videoTranscriptHead h4 {
color:#224488;
/*text-decoration:underline;*/
margin-top:20px;
text-decoration:none;
width:300px;
height:40px;

}

