



.slader{
	padding: 0 0 2px;
	list-style: none;
	margin: 0;

}
.slader li{
	border-color: white;
	border-width: 0px;
	border-style: solid;
	text-shadow: 0px 0px;
	vertical-align: top;
	margin-bottom: 1px;
}
.slader .heading{
	overflow: hidden;
	padding-left: 13px;
	min-height: 20px;
	max-height: 20px;
}

* html .slader .heading{height: 20px;}
.slader .heading h4{
	margin: 2px 4px 0 0;
	padding-left: 0px;

}

.slader .heading h4 a{
	font-size: 14px;
	font-weight: bold;
	font-family: verdana,sans;
	color: #262626; margin-bottom:0px; margin-top:0px;
	text-decoration: none;
}


.slader .heading h4 a:hover{background-color:#ffffff; color: #4ec934;}
.slader .heading h4 a.selected{background-color:#ffffff; color: #4ec934;}


.slader .box{
	overflow: hidden;
	width: 400px;
	padding: 7px 0px 10px 25px;
}
.slader .slide{display: none;}
.slader .open .slide{display: block;}

.slader .box .txt{
	float: left;
	width: 400px;
	padding-top: 2px;
}

.slader .box p{
	color: #262626;
	margin: 0 0 12px;
	font-family: verdana,sans;
	font-size: 11px;
	line-height: 15px;
	text-indent: 0px;
}


.slader .box .txt ul{
	border-color: white;
	border-width: 0px;
	border-style: solid;
	text-shadow: 0px 0px;
	height: 1%;
	vertical-align: top;
	padding-left: 0px:
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.slader .box .txt li{
	border-color: white;
	border-width: 0px;
	border-style: solid;
	text-shadow: 0px 0px;
	height: 1%;
	vertical-align: top;
	padding-left: 0px:
	margin-bottom: 1px;
	margin-left: -23px;
}

.slader .box .txt li a:link{color: #4ec934; text-decoration: none; border-bottom: 0px;}
.slader .box .txt li a:visited{color: #4ec934; text-decoration: none; border-bottom: 0px; }
.slader .box .txt li a:hover{color: #4ec934; border-bottom: 1px dotted #4ec934; text-decoration: none; padding: 0 0 1px 0; margin: 0; }

.slader .slide {
	position: relative;
	overflow: hidden;
	width: 100%;
}




