
div#slideShow { /*background: #222;*/
		width: 520px;
	      }

div#slideShowItems { height: 232px; /* the images' given space */
		     /*overflow: hidden;
		     position: relative;*/ 
		   }

div#slideShowItems ul { list-style-type: none }

div#slideShowItems ul li  { width: 520px; /*626px;*/
			    display: none;
			    position: absolute;
			    margin-left: -40px;
			  }

/*div#slideShowItems img { margin-right: 13px;
			 float:left;
		       }*/

ul#slideShowCount { margin:  0px;
		    padding: 0px;
		    width:   520px;
		    list-style-type: none;
		  }

ul#slideShowCount li {  line-height: 14px;
			float:      right;
			cursor:     pointer;
			text-align: center;
			width:      26px;
			height:     18px;
			font-size:  12px;
			color:      white;
			background: transparent url("images/tabs.jpg") no-repeat scroll left top;
			     }

ul#slideShowCount li:hover { background-position: left -18px; font-weight: bold;}

ul#slideShowCount li.selectedTab { background-position: left -18px; }

/* ##################### NEWS AND HISTORICAL CHART ############### */

div#news_hChart { height: 230px; width: 524px }

div#news_hChart ul { margin-top: 0px; list-style-type: none }

div#news_hChart ul li { width: 513px; /*626px;*/
			display: none;
			/*position: absolute;*/
			margin-left: -40px;
		      }

a.prd_idx { color: white; }
a.prd_idx:hover { color: crimson }