


/** Scroll Text and slide image stylesheet */

/**********        Text vertical Scroll           ***********/
#text_up   {position:absolute; left: 275px; top:0px;  width:0px;   height:30px; text-align: right; z-index:12; visibility:inherit;}
#text_down {position:absolute; left: 275px; top:250px; width:0px;   height:30px; text-align: right; z-index:12; visibility:inherit;}
#text_bg   {position:relative; left: 10px;	top: 20px;  width:300px; height: 280px; OVERFLOW: hidden; visibility: hidden;  z-index:10; text-align: left;  margin-bottom: 0;  margin-left: 0;  margin-right: 0;  margin-top: 0;    }
#text_desc {position:absolute; left: 0px;   top: 0px;  width:275px;  z-index:11;visibility:inherit; }



/**********        Image horizontal Scroll           ***********/

#img_left  {position:absolute; left: 0px;   top: 25px; width:30px;   height:0px; z-index:15; visibility:inherit;}
#img_right {position:absolute; left: 270px; top: 25px; width:30px;   height:0px; z-index:15; visibility:inherit;}
#img_bg    {position:relative; left: 0px;   top: 0px;  width:300px;  height:100px; OVERFLOW: hidden; visibility: hidden; z-index:13; /*border:1px solid Black*/}
#img_bg0   {position:absolute; left: 32px;  top: 0px;  width:236px;/*img_bg-(img_left + img_right)+10*/  height:100px; OVERFLOW: hidden; visibility: inherit; z-index:14;}
#img_bg1   {position:absolute; left: 0px;   top: 0px;  width:2000px;/*img_bg-(img_left + img_right)+10*/  height:100px; OVERFLOW: hidden; visibility: inherit; z-index:14;}
#img_menu  {position:absolute; left: 0px;   top: 5px;  z-index:14; visibility:inherit;}

#img_mid {text_align: center; border:0}

