.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 717px; /*width of featured content slider*/
height: 90px;
margin: 0 0 0 22px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 717px; /*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;
overflow: hidden;
}

.pagination{
width: 760px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #edc85d;
padding-top: 5px;
background: url(/images/2009/header_bg_yellow.jpg) repeat-x;
position: relative;
height: 20px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #000;
font-weight: bold;
}

.pagination a:hover, .pagination a.selected{
color: #666;
}

.pagination img {
	position: absolute;
	left: -5px;
	top: 0px;
	z-index: 101;
}

.leftText {
	color: #fff;
	font-size: 20px;
	width: 140px;
	position: absolute;
	top: 8px;
	left: 100px;
}
.rightText {
	color: #fff;
	position: absolute;
	top: 10px;
	left: 480px;
}
.rightText .a, .rightText .b, .rightText .c {
	display: block;
}
.rightText .a {
	font-size: 30px;
	font-weight: bold;
}
.rightText .b {
	font-size: 15px;
	font-weight: bold;
}
.rightText .c {
	font-size: 12px;
}
.transButton {
	position: absolute;
	left: 620px;
	width: 75px;
	top: 20px;
	height: 50px;
}
.bott {
	margin-bottom: 5px;
}