#slider { 
/*   width: 400px; /* important to be same as image width */
/*   height: 300px; /* important to be same as image height */ 
   position: relative; /* important */
   overflow: hidden; /* important */
}

#sliderContent {
/*   width: 400px; /* important to be same as image width or wider */
   margin: 0; padding: 0;
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.sliderImage span {
   position: absolute; /* important */
   right: 0; top: 0;
   padding: 10px 10px;
   width: 130px; height: 175px;
   background: url('/theme/2010/trans.png') repeat;
   color: #fff;
   display: none; /* important */

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.sliderImage span a.button_large {
	position: absolute;
	margin-top: 145px;
	margin-left: 5px;
}

.sliderImage span h3 {
	font-size: 14px;
	font-weight: bold;
}

.clear {
   clear: both;
}













/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

