/***********************************************************************/
/* NewsKaster v1.0 layout, design and all included source code         */
/* copyright (c)2005. Spriteworks Developments. All rights reserved.   */
/* This copyright 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. NewsKaster v1.0 may not be redistributed */
/* in any form without express written permission from Spriteworks     */
/* Developments. This external CSS file MUST remain separate from the  */
/* HTML code at all times and may not be integrated into it or other   */
/* pages in any way, displayed, performed or otherwise made accessible */
/* for public viewing under any circumstances. Please carefully read   */
/* the license agreement included with this script. It is the same     */
/* one you agreed to when you purchased a license to use it.           */
/*                                                                     */
/***********************************************************************/

.display {
   background-attachment: fixed;
   border: groove brown 1px;
   padding: 7px;
   cursor: pointer;
}

.text {
   
   color: #006600;
   font-size: 16px;
   font-family: arial;
}

.backdrop {
   Filter: Shadow(Color=#5f5f5f, Direction=130, strength:5);
	background-color: #FFFFFF;
	background-image: url(bgrounds/Marb009.jpg);
}
.hiddenPic {
	display: none;}
