#home_flasharea {
	clear:both;
	height:370px;
}
#slider ol, #slider ul {
	list-style: none;
	margin:0;
	padding:0;
}
#slider ol {
	padding-bottom:10px;
}
#slideshow {
   positionx: relative; /* important */
}

#slider {
   width: 554px; /* important to be same as image width */ 
   height: 370px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   z-index:0;
}

#sliderContent {
   width: 554px; /* important to be same as image width or wider */
   positionx: relative; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.sliderImage {
   floatx: left; /* important */
   position: absolute; /* important */
   display: none; /* important */
}

.sliderImage span {
   position: absolute; /* important */
   font:12pt Arial, Helvetica, sans-serif;
   padding: 10px;
   margin:10px 10px 20px 10px;
   width: 514px;
   background-color: #fff;
   filter: alpha(opacity=90); /* here you can set the opacity of box with text */
   -moz-opacity: 0.9; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.9; /* here you can set the opacity of box with text */
   opacity: 0.9; /* here you can set the opacity of box with text */
   color: #58595b;
   display: none; /* important */
}
.imgtext {
	color: #58595b !important;
}
.sliderImage span p {font-size:11pt; margin:5px 0}
.sliderImage span p a {font-size:10pt; font-weight:normal}
.sliderImage li.active {
    z-index:99998;
}

.sliderImage li.last-active {
    z-index:99997;
}

#slideNav {
	position:absolute;
	top:352px;
	left:475px;
	text-align:right;
	height: 20px;
	width:554px;
	z-index:99999 !important;
	vertical-align:bottom;
	/*display:none*/
}

#slideNav ul {
	positionx:absolute;
	list-style: none;
	margin:0;
	padding:0;
	width:200px;
	text-align:right;
}

#slideNav ul li {
	float:left;
}

#slideNav ul li a {
	color: #fff;
	font-size: 9pt;
	text-decoration:none;
}

#slideNav ul li.count a {
	text-decoration:none;
	font-weight:bold;
}

.clear {
   clear: both;
} 

.sliderImage span strong {
    font-size: 12pt;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
    bottom: 3px;
    left: 0;
	heightx: 100px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 3px;
	width: 90px !important;
	height: 280px;
}
span.imgdesc  {
	positionx: relative;
}
div.imgdesc {
	float:left;
	width:98%;
	display:block;
	color: #fff;
}
ul.imgcount {
	float:left;
	width: 10%;
	display:block;
}
ul.imgcount li {
	float:left;
	padding: 0 5px;
	width: 5px;
	display:block;
}
