/* CSS Document */

/* THIS is for the Featured Content Slider v2.4  */
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border-bottom-width: 6px;
	width: 200px;
	height: 160px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: transparent;
width: 200px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.pagination{
width: 200px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:right;
color:#00FF00;
padding: 0px 0px; /* distance of pagination buttoms. zero if no button. must adjust width above */
}
.pagination a{
padding: 0px 0px;  /* this is the bottom slide button size - use background color or image to set  */
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
font-size:10px;
color:#666666;                /* this is the color of NON-selected button TEXT*/
background: transparent;            /*  this is the color of page id button or transparent */
}
.pagination a:hover, .pagination a.selected{
color: #FE7914;               /* this is the color of SELECTED button TEXT*/
background:transparent;       /*  this is the color of page id button or transparent */
}
/* END of THIS is for the Featured Content Slider v2.4  */
