.slider {
	cursor:pointer;
	clear:both;
	min-height:25px;
}
.slider-title,
.slider-title-fixed {
	clear: both;
	background: #444444;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 15px;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 10px;
	color:#ffffff;
	display:block;
}
#SubscribeForm_SubscribeForm .slider-title,
#SubscribeForm_SubscribeForm .slider-title-fixed {
	width: 306px;
}
.SubscribeWidget #SubscribeForm_SubscribeForm .slider-title,
.SubscribeWidget #SubscribeForm_SubscribeForm .slider-title-fixed {
	width: 253px;
}
.slider-title-fixed {
	cursor: default;
}
.slider-title,
.slider-title:hover {
	cursor: pointer;
}
.slider-title:hover {
	background: none repeat scroll 0 0 #cccccc;
	color:#000000;
}
.slider-active,
.slider-active-fixed {
	background: none repeat scroll 0 0 #cccccc;
	color:#000000;
}
.slider-active:hover {
	background: none repeat scroll 0 0 #444444;
	color:#ffffff;
}
.slider-content,
.slider-content-fixed {
    clear: both;
	overflow: auto;
	margin: 0 0 10px 0;
}