/* Gallery Styles */

#hellowkitty {
font-family:arial, helvetica; color:#ffffff; font-size:10px;
}

#hellowkittybig {
font-family:arial, helvetica; color:#ffffff; font-size:12px;
}

#hellowkittyhuge {
font-family:arial, helvetica; color:#ffffff; font-size:18px;
}

#hellowkittytiny {
font-family:arial, helvetica; color:#ffffff; font-size:8px;
}

#hellowkittygrey {
font-family:arial, helvetica; color:#ffffff; font-size:9px;
}

#hellowkittybiggrey {
font-family:arial, helvetica; color:#ffffff; font-size:18px;
}

A:link {text-decoration: underline; color: #ffffff;}
A:visited {text-decoration: none; color: #707070;}
A:active {text-decoration: none; color: #707070;}
A:hover {text-decoration: underline; color: #ffffff;}


#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 450px; /* Set to gallery height */
}

#motioncontainer a img {
border: 0px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 0px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 1px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

#fixedtipdiv{
position:absolute;
padding: 1px;
border:1px solid white;
font:normal 9px Verdana;
color: white;
line-height:9px;
z-index:12;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 4px;
padding-bottom: 0;
background: #be3441;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: 9px Arial;
letter-spacing: 0px;
line-height: .9em;
color: white;
padding: 5px 5px;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #ffffff;
padding: 5px;
z-index: 5;
}

#pscroller1{
width: 320px;
height: 50px;
border: 0px solid black;
padding: 0px;
background-color: ;
}

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


/* End Gallery Styles */
