/*
 AlbaWebDesign
 Title: Style Sheet - alba
 Author: AlbaWebDesign
 Web: www.AlbaWebDesign.co.uk
*/

body { font-family: Arial; font-size: 10pt; color: #5f6b79; }
td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #687584; line-height: 16px; background-repeat: no-repeat;}
big { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #687584; font-weight: bold; line-height: 16pt; text-indent: 10px; letter-spacing: 5px}
small { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #669999; font-weight: normal}
A { text-decoration: underline; color: gray; }
A:hover { text-decoration: none; color: black; }

.slidercontainer{
BORDER:#000000 2px dotted;
}
.sliderimages{
BORDER:#C0C0C0 3px solid;
}
 .sidebox {
 margin: 0 auto; /* center for now */
 width: 17em; /* ems so it will grow */
 background: url(sbod-r.gif) no-repeat bottom right;
 font-size: 100%;
}
 .boxhead {
 background: url(sbhd-r.gif) no-repeat top right;
 margin: 0;
 padding: 0;
 text-align: center;
 font-family: verdana, arial;
}
 .boxhead h2 {
 background: url(sbhd-l.gif) no-repeat top left;
 margin: 0;
 padding: 20px 10px 8px;
 color: white;
 font-weight: bold;
 font-size: 1.0em;
 line-height: 0.8em;
}

 .boxbody {
 background: url(sbod-l.gif) no-repeat bottom left;
 margin: 0;
 padding: 2px 25px 30px;
}

 .widthlessbox {
 margin: 0 0%; /* NO WIDTH! Opens up a world of possibilities! */
 background: url(sbod-r.gif) no-repeat bottom right;
 font-size: 100%;
}
/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 170px;
height: 62px;
padding: 0px;
text-align: left;
}

.someclass{ //class to apply to your scroller(s) if desired
}