/*********************************************************************************/
/* SuperScroll v1.0 layout, design and all included source code copyright        */
/* (c)2008. Spriteworks Developments. All rights reserved. This notice must      */
/* remain within this document at all times as a condition of use. Removal       */
/* of this copyright notice voids your right to use this product and may         */
/* result in criminal prosecution under Federal DMCA statutes. This product,     */
/* is also protected under Federal and state copyright laws both in the U.S.     */
/* and overseas. Unauthorized use by non-licensed parties is strictly forbidden  */
/* and will be vigorously prosecuted to the fullest extent possible under the    */
/* law. It is recommended that you read the license.txt file that came with      */
/* this product if you have any doubts about your right to use it.               */
/*********************************************************************************/

/* To insure Netscape compatability -or- if you would prefer to use a    */
/* different custom cursor, simply un-comment the row containing the     */
/* code you would like to use directly below and comment all other rows. */

/* CSS rollovers and custom cursor */

a:hover { color:#ff0000; cursor:default }
a:hover { color:#ff0000; background:#ffffff; cursor:url ('http://www.publicgaminginternational.com/images/eyes.ani') }  
/* a:hover { background:#ffff80; color:#0080ff; cursor:crosshair }        */
/* a:hover { background:#ffff80; color:#0080ff; cursor:hand }             */
/* a:hover { background:#ffff80; color:#0080ff; cursor:move }             */
/* a:hover { background:#ffff80; color:#0080ff; cursor:text }             */
/* a:hover { background:#ffff80; color:#0080ff; cursor:wait }             */
/* a:hover { background:#ffff80; color:#0080ff; cursor:help }             */
/* a:hover { background:#ffff80; color:#0080ff; cursor:n-resize }         */
/* a:hover { background:#ffff80; color:#0080ff; cursor:ne-resize }        */
/* a:hover { background:#ffff80; color:#0080ff; cursor:e-resize }         */
/* a:hover { background:#ffff80; color:#0080ff; cursor:se-resize }        */
/* a:hover { background:#ffff80; color:#0080ff; cursor:s-resize }         */
/* a:hover { background:#ffff80; color:#0080ff; cursor:sw-resize }        */
/* a:hover { background:#ffff80; color:#0080ff; cursor:w-resize }         */
/* a:hover { background:#ffff80; color:#0080ff; cursor:nw-resize }        */
/* a:hover { background:#ffff80; color:#0080ff; cursor:progress }         */
/* a:hover { background:#ffff80; color:#0080ff; cursor:not-allowed }      */
/* a:hover { background:#ffff80; color:#0080ff; cursor:no-drop }          */
/* a:hover { background:#ffff80; color:#0080ff; cursor:vertical-text }    */
/* a:hover { background:#ffff80; color:#0080ff; cursor:all-scroll }       */
/* a:hover { background:#ffff80; color:#0080ff; cursor:col-resize }       */
/* a:hover { background:#ffff80; color:#0080ff; cursor:row-resize }       */

/* Below are some style attributes that affect different tables. */
/* Other styles you may want to try are dotted, dashed, solid,   */
/* double, groove, ridge, inset and outset                       */

.ScrollBorderStyle { border-color:#000000; border-style:ridge; border-width:2px }

/* Font properties */

.ScrollMenuFont { font-family:arial; font-size:16px; font-weight:bold }

/* Link properties */

.ScrollMenuLinks { text-decoration:none }

/* Background properties */

.ScollProperties {
background:url('http://www.publicgaminginternational.com/images/ss019.png');
background-attachment:fixed;
width:400px;
height:20px;
}
/* .ScollProperties { background:#ffffff } */

/* EOF */