#home_flasharea {
	clear:both;
	height:305px;
}
#slider ol, #slider ul {
	list-style: none;
	margin:0;
	padding:0;
}
#slider ol {
	padding-bottom:10px;
}
#slideshow {
   positionx: relative; /* important */
}

#slider {
   width: 678px; /* important to be same as image width */ 
   height: 305px; /* important to be same as image height */
   positionx: relative; /* important */
   overflow: hidden; /* important */
   z-index:99997;
}

#sliderContent {
   width: 678px; /* important to be same as image width or wider */
   position: 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: 10px/15px Arial, Helvetica, sans-serif;
   padding:8px 0 0 10px;
   height:50px;
   width: 678px;
   background-color: #000;
   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: #fff;
   display: none; /* important */
}

.sliderImage span a {
	color: #fff;
	text-decoration:none;
}

.imgtext {
	color: #FFFFFF !important;
	z-index:1003;
}
.sliderImage li.active {
    z-index:99998;
}

.sliderImage li.last-active {
    z-index:99997;
}

#slideNav {
	position:relative;
	padding-topx:250px;
	padding-leftx:550px;
	height: 20px;
	left:550px;
	top:250px;	
	z-index:99999 !important;
	vertical-align:bottom;
}

#slideNav ul {
	positionx:absolute;
	list-style: none;
	margin:0;
	padding:0;
	width:200px;
}

#slideNav ul li {
	float:left;
}

#slideNav ul li a {
	color: #fff;
	text-decoration:none;
	font-weight:bold;
}

#slideNav ul li.count a {
	text-decoration:underline;
	font-weight:bold;
}

.clear {
   clear: both;
} 

.sliderImage span strong {
    font-size: 14px;
}
.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 {
	floatx:left;
	width:90%;
	display:block;
	color: #fff;
	font-size:10pt;
	font-weight:bold
}
div.imgdesc strong {
	font-size: 16px;
}
ul.imgcount {
	float:left;
	width: 10%;
	display:block;
}
ul.imgcount li {
	float:left;
	padding: 0 5px;
	width: 5px;
	display:block;
}