.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 0px;
width: 685px; /*width of featured content slider*/
height: 350px;
background: url(img/sliderbg.png) no-repeat;
behavior: url(iepngfix.htc);
}
* html .sliderwrapper {background: url(img/sliderbg.gif);}

.sliderwrapper .corner {position: absolute; top: 0px; left: 0px; width: 10px; height: 350px; z-index: 100;}

.sliderwrapper .contentdiv{
background: url(img/sliderbg.gif);
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 100%; height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.sliderwrapper .contentdiv .pic {margin-top: 5px; margin-left: 5px;}

.sliderwrapper .contentdiv .caption {
width: 295px;
height: 295px;
padding: 13px 10px 14px 10px;
color: black;
position: absolute;
bottom: 0px;
left: 355px;
top: 13px;
font-size: 14px;
}

#home_intro .caption {width: 215px; height: 280px; top: 30px; left: 440px;}
.sliderwrapper .contentdiv .caption .caption_h1 {font-size: 18px; color: #c12b1a; #background: #fffad6;}
.sliderwrapper .contentdiv .caption .caption_h2 {font-weight: bold; color: black; #background: #fffad6;}

.pagination{
width: 135px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 30px;
text-align: right;
position: absolute; bottom: 9px; right: 20px;
padding-bottom: 10px;
padding-top: 10px;
z-index: 100;
}

*:first-child+html .pagination  {right: 20px;} * html .pagination  {right: 20px;}

.pagination a{
background: url(img/sliderbtn_off.gif) bottom no-repeat;
padding-left: 7px;
padding-right: 6px;
padding-top: 2px;
padding-bottom: 1px;
font-size: 14px;
color: white;
text-decoration: none;
}

.pagination a:hover, .pagination a.selected {
color: white;
font-weight: bold;
background: url(img/sliderbtn_on.gif) bottom no-repeat;
padding-left: 6px;
padding-right: 6px;
padding-top: 2px;
padding-bottom: 1px;
text-decoration: none;
}

.pagination .sliderbtn_0 a {
background: url(img/sliderbtn_0_off.gif) bottom no-repeat;
padding-left: 15px;
padding-right: 13px;
padding-top: 2px;
}

.pagination .sliderbtn_0 a:hover , .pagination .sliderbtn_0 a.selected {
background: url(img/sliderbtn_0_on.gif) bottom no-repeat;
padding-left: 15px;
padding-right: 13px;
padding-top: 2px;
}
