
img { border:none; padding:0; margin:0; }
#thumbcontainer
{
width:142px; /* Width of image */
height:82px; /* Height of image */
padding:0px;
overflow:hidden;
color:#CCCCCC;
position: relative; /* fix to 'IE7 10000px padding-bottom spill over footer' problem */

}


#slidePlay{
color: #cccccc;
}

#thumbcontainer img.image
{
margin:0px;
padding:0px;
}
#thumbcontainer a:hover img.image
{
cursor:pointer; /* Hand cursor so people know it's a link */
margin-bottom:-82px; /* Remove margin thereby showing the icon */
*margin-bottom:-82px;
}


#thumbcontainer img.play
{
text-align:right;
position:relative;
top:0px;
float:right;
margin-right:3px;
}


#thumbcontainer a:hover img.play
{
cursor:pointer;
top:-82px; /* Increase top offset to account for margin differences */
*top:-82px;
}

#markup {font-size:10px;font-family:Arial,Helvetica,San-Serif;
color:#666;
background:#000000;
padding:0 px 10px 0px;
}
#markup dl { text-align:left;font-size:10px;font-style:normal; }
#markup dt,dd {width:160px;float:left; border:0px; height:42px;font-style:normal;}
#markup dt {margin-bottom:5.5em;}
#markup dd {width:160px; margin:90px 0 0 -160px; font-style:normal;}
#markup em {
margin-bottom:5px;
font-style:normal;
color:#FFFFFF;}


