

#SequenceWrapper
{
    background: url(../images/sequencebkg.gif) top left repeat-y;
    padding-bottom:65px;
}
#SequenceTitle
{
    font-weight:bold;
    padding-left:100px;
    background:url(../images/sequencetitlebullet.gif) 0 14px no-repeat;
    padding-top:11px;
}
#SequenceSubTitle
{
    margin-left:100px;
}
#MediaWrapper
{
    margin-left:100px;
    margin-top:18px;
    height:256px;
}
#Media
{
    float:left;
    border:solid 1px black
}
#MediaLinks
{
    float:left;
    padding-top:180px;  
    width:125px;  
}
.MediaLink
{
    background:url(../images/medialinkbkg.gif) 0 3px no-repeat;
    margin-bottom:8px;
    vertical-align:top;
    height:20px;
    padding-left:25px;
}
.MediaLink a
{
    color:Black;
    font-size:8pt;
    padding:0 0 0 19px;
    margin:0;
    height:16px;
    display:block;
}

#FullScreenLink
{
    background:url(../images/btnlarge_nm.gif) top left no-repeat;
}
#FullScreenLink:hover
{
    background:url(../images/btnlarge_hv.gif) top left no-repeat;
}

#LargeLink
{
    background:url(../images/btnlarge_nm.gif) top left no-repeat;
}
#LargeLink:hover
{
    background:url(../images/btnlarge_hv.gif) top left no-repeat;
}




#Description
{
    margin-top:17px;
    margin-left:100px;
    padding-right:130px;
}
.Information
{
    padding-left:100px;
    background:url(../images/sequenceinfobullet.gif) 0 3px no-repeat;
    margin-top:27px;
}
.InformationTitle
{
    font-weight:bold;
}
