html {
overflow-y: auto;
}

html, body {
background-color: transparent;
padding: 0;
margin: 0;
width: 100%;
color: #3d3f3c;
height: 100%;
font-family: Verdana;
font-size: 12px;
}

img, div { behavior: url(includes/iepngfix.htc) }

td {
padding: 0;
margin: 0;
color: #3d3f3c;
border: 0px solid #ff00ff;
line-height: 15px;
}

table {
font-family: Verdana;
font-size: 12px;
}

a {
font-size: 12px;
color: #3d3f3c;
text-decoration: none;
}

a:hover {
cursor: hand;
text-decoration: none;
}

.thumbarea {
background-color: transparent;
position: absolute;
top: 7px;
left: 20px;
width: 369px;
height: 139px;
padding: 0px;
margin: 0px;
z-index: 2;
}

.thumbareaout {
background-color: transparent;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
padding: 0px;
margin: 0px;
z-index: 1;
}

.thumb {
background-color: #123456;
position: relative;
top: 0px;
left: 0px;
width: 40px;
height: 40px;
padding: 0px;
cursor: pointer;
float: left;
margin: 3px;
z-index: 3;
display: inline;
}

.sliderwrapper{
background-color: #e5a544;
position: absolute; /*leave as is*/
overflow: hidden; /*leave as is*/
left: 424px;
top: 10px;
width: 200px; /*width of featured content slider*/
height: 132px;
z-index:1;
}

.sliderwrapper .contentdiv{
background-color: #e5a544;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: #e5a544;
width: 200px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 132px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index:1;
}
