.sliderwrapper{  position: relative; /*leave as is*/ overflow: hidden; /*leave as is*/
				 width: 1004px; /*width of featured content slider width: 435px;*/ height: 246px; /* height: 320px; */
	/* Z-INDEX: 21;*/ Z-INDEX: 1; BORDER: red 0px solid;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/ position: absolute; /*leave as is*/ left: 0;  /*leave as is*/ top: 0;  /*leave as is*/ /*padding: 5px; */
	background: white; width: 1004px;/*390px; width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400)  535px*/
	 /* height: 100%; filter:progid:DXImageTransform.Microsoft.alpha(opacity=200); */  /* -moz-opacity: 1; */ opacity: 1;
}
.sliderwrapper .contentdiv .imgContent
{
 position: absolute; margin:173px 0 0 0;
 left:0; top:0; 
 border:0px solid red;
 width:1004px; height:73px; z-index:5;
 background:url(../images/flash-background.png) no-repeat;	
   behavior: url("iepngfix.htc");
}
.sliderwrapper .contentdiv .imgContent p
{
 color:#fff; font-size:24px;
 padding:34px 0 0 270px;
}
.sliderwrapper .contentdiv .imgContent p b
{
 color:#fff; font-size:28px;
 font-weight:normal;
}
.sliderwrapper .contentdiv .imgContent p span
{
 color:#F6EE6F; font-size:28px;
 font-weight:normal;
}
.pagination{
	width: 1004px;  /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	 background-color: #566B16;
	 height:83px; border:0px solid red;
   behavior: url("iepngfix.htc");
}
.pagination a{ float:left; text-decoration: none; display:block; margin:10px 0 0 10px; padding:0px 0px 0px 0px;  border:1px solid #566B16;}
.pagination a:hover {} 
.pagination a.selected{  border:1px solid #F8F9D8; }
.pagination .prev {float:left; margin:30px 0 0 20px; _margin:30px 0 0 10px; border: 0px solid blue;}
.pagination .next {float:left; margin:30px 0 0 10px;  border: 0px solid black;}



/*------------------ End ------------------------*/
