
#demowrap	{
position: relative;
z-index: 500;
float: right;
clear: right;
margin: 0 0px 10px 20px;
width: 125px;
background: #fafafa;
border: 1px solid #ccc;
text-align: left;
}


img.vgif	{
float: left;
width: 10px;
height: 105px;
margin-right: 20px;
}

img.hgif	{
float: right;
width: 348px;
height: 12px;
margin-left: 20px;
}
#demowrap h4	{
text-align: center;
margin: 0; padding: 6px 0;
}

#linksV a, #linksH a	{
display: block;
width: 100px;
padding-left: 25px;
/* text-indent: 25px; doesn't indent text when it spills onto multiple lines */
line-height: 25px;
min-height: 25px;
text-decoration: none;
border: 0;
}

#linksV a	{
color: orange;
background: #ddd url(3-in-1-bulletV.gif) no-repeat;
background-position: 3px 5px;
}

#linksV a:visited  {
color: red;
background-position: 3px -85px;
}

#linksV a:hover{
color: yellow;
background-position: 3px -40px; 
}

#linksH a	{
color: orange;
background: #ddd url(3-in-1-bulletH.gif) no-repeat;
background-position: 3px 50%;
}

#linksH a:visited  {
color: red;
background-position: -332px 50%;
}

#linksH a:hover{
color: yellow;
background-position: -172px 50%; 
}

#w100, #w125	{
display: block;
line-height: 25px;
color: #fff;
margin-bottom: 10px;
}

#w100	{ width: 100px; background: #008;}
#w125	{ width: 125px; background: #008;}
