@charset "utf-8";
/* CSS Document */

#banner {
	position:relative;
	overflow: hidden;
	margin: 1px 4px 7px 4px;
}
#banner ul#bannerContent { width: 650px; position: absolute; top:0; margin: 0; list-style: none; padding: 0;}
#banner ul#bannerContent li.bannerImage {
	float: left;
	position: relative;
	display: none; 
	margin: 0;}
#banner ul#bannerContent li.bannerImage span {
	position:absolute;
	bottom:0;
	font:normal 12px Helvetica, Arial,  sans-serif;
	line-height: 2em;
	padding:20px;
	width: 650px;
	height:58px;
	background-color:#fff;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
	color:#000;
	display:none;}
#banner ul#bannerContent li.bannerImage span strong { font-size: 21px; font-family: Helvetica, Arial,  sans-serif; font-weight: normal;}
#banner ul#bannerContent li.bannerImage div {
	cursor:pointer;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font: normal 11px Helvetica, Arial,  sans-serif;
	text-decoration: none;
	color: #ffffff; }
#banner ul#bannerContent .clear { clear: both; }
#banner {
  width:650px;
  height:260px;
   position: relative; /* important */
   overflow: hidden; /* important */
}

#bannerContent {
   width:650px;
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

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

}
.content .widget ul li.bannerImage{padding:0;}
.bannerImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Helvetica, Arial,  sans-serif;
   padding: 10px 13px;
   width:650px;
   background-color: #fff;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #000;
   display: none; /* important */
   bottom: 0;
}
.clear {
   clear: both;
}

