.mainimg {
bottom:.35em;
top: 2.5em;
left: 170px;
position:absolute;
}
.tsr {
color:#FFFFFF;
}
.credit {color:#999;
	font-size: 1em;
	left: 170px;
	top: 13.7em;
	position:absolute;
	overflow: hidden;
}
.main {
	left: 180px;
	top: -15px;
	position:relative;
	width: 255px;
	overflow:hidden;
}
.main p {
margin-bottom: 10px;
	margin-top: 5px;
	overflow:hidden;
}
.sc1sd {
	background:#ECE4F1; 
	/*clear:both;*/
	margin:0 0 -2em -.4em;  
	_margin:0 0 0 0; 
	padding-left:.5em;
	height:80px;  /*** 4.9em **/
	width:255px;
}
.sc1sd img {
    margin:0 1px 0 0;  
	float:right;
	height:60px; /*4.9em*/
	width:60px; /*4.85em*/
}
.sc1sd h3 {
	margin:0;
	padding:.4em 0 0 0;
	font-size:100%;  
}
.sc1sd p {
	margin-top:.1em;
	margin-bottom:.1em;
}

.cattxt {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A4B8C;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	margin-left:20px;
}
.cattxt a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A4B8C;
	text-decoration: underline;
}
.main h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #4A4B8C;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 3px;
}
.main h3{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A4B8C;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 3px;
}
.main a:link {
	color: #009933;
	text-decoration: underline;
}
.main a:visited {
	text-decoration: underline;
	color: #009933;
}
.main a:hover {
	text-decoration: none;
}
.main a:active {
	text-decoration: underline;
	color: #009933;
}
.contentslide{
border: 0px;
border-bottom-width: 0px;
padding: 0px;
width: 450px;
height: 200px;

}
.contentslide img { padding-top: 15px; border: 0px;}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;

}

.pagination{
width: 170px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
background-color:#FFFFFF;
border: 0px;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 3px 0px 3px 0px;
position:relative;
left:-130px;
top: -30px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 170px; /*IE5 width*/
width: 170px; /*IE6 width*/
}

.pagination a{ 
padding: 3px 5px 3px 5px;
text-decoration: none; 
color: #000000;
background-color: #FFFFFF;
}

.pagination a:hover, .pagination a.selected{
color: #000000;
background-color: #ECE4F1;
}
