#slider 					{ width:900px; /* Important to be the SAME as IMAGE WIDTH*/
								height:300px; /* Important to be the SAME as IMAGE HEIGHT*/
								position:relative; /* IMPORTANT*/
								overflow:hidden; /* IMPORTANT*/
								text-align:left;}

#sliderContent 				{ width:900px;  /*Important to be the SAME as IMAGE WIDTH or WIDER*/
								position:absolute;
								top:0;
								margin:0;
								padding:0;}
								
								
.sliderImage				{ float:left;
								position:relative;
								display:none;}
								

.sliderImage span 			{ position:absolute;
								padding:10px;
								width:300px;  /*This is the WIDTH of the CAPTION BOX*/
								height:300px;  /*This is the HEIGHT of the CAPTION BOX*/
								background-color:#000; /* This is the BACKGROUND COLOR of the semi transparent background*/
								/*If you do not want the transparent content fied to appear, change all opacity values to 0 */
								filter: alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity:0.7; opacity:0.70;
								font-family:arial, Helvetica, sans-serif;
								fontsize:12px;
								line-height:150%;
								color:#fff;
								display:none;  }	

.sliderImage span strong 	{ color:#FF9428;  /*This is the color of the TITLE TEXT in the caption box*/
								font-size:22px; /*This is the size of the TITLE TEXT in the caption box*/
								line-height:300%;}	
								
.clear 						{clear:both;}

.top 						{top:0;
								left:600px;} /* This sets the upper left corner of the dropdown box*/
								
.bottom 					{bottom:0;
								left:0;} /* This sets the lower left corner of the dropdown box*/
								
#slider ul 					{list-style-type:none;}

#slider ul li 				{margin-left:0px;}	

																																										