/**
 * Style sheet slider
 */
#appeal_content
{
	width:537px;
	height:214px;
	overflow:hidden;
	float:left;
	margin:0;
	padding:0px 30px;
	background-color:#333333;
}

#time_to_action_content
{
	width:675px;
	height:214px;
	overflow:hidden;
	float:left;
	margin:0;
	padding:0px 30px;
	background-color:#333333;
}

#appeal_content .homepage_text, #time_to_action_content .homepage_text
{
	padding-top:25px;
	padding-bottom:25px;
}

.scrollbar-vert
{
	width:17px;
	height:214px;
	float:left;
	background-image:url("images/slider_track.gif");
}

.handle-vert
{
	width:17px;
	height:41px;
	background-image:url("images/slider_handle.gif");
}

