div.funkyslide_content {
	background-color: #f4f3f3;
	padding: 1px 5px 1px 5px;
}
div.funkyslide_content,
div.funkyslide_content *{
	color: #ed4900 !important;
}

div.funkyslide_hidden {
    visibility: hidden;
}


/* DEFAULT LABEL STYLE */
div.funkyslide_handle {
    cursor:pointer;
	/* position handle: centerd */
		margin: 0px auto;
}
div.funkyslide_handle table.funkyslide_handle_table {
	width: 100%;
	border-collapse: collapse;
	/* position handle: centerd */
}

	div.funkyslide_handle table.funkyslide_handle_table td {
		height: 16px;
		padding: 0px;
	}
	div.funkyslide_handle td.funkyslide_handle_left {
		/* size of handle: left side */
			width: 100px;
		/* background of left side */
			background: transparent url(images/handle_bg_closed_left.png) no-repeat left top;
	}
	div.funkyslide_handle td.funkyslide_handle_right {
		/* size of handle: right side */
			width: 100px;
		/* background of handle: right side */
			background: transparent url(images/handle_bg_closed_right.png) no-repeat right top;
	}
	div.funkyslide_handle td.funkyslide_handle_text {
		/* background of handle: text */
		/* text properties */
			text-align: center;
			font-size: 12px;
			font-weight: bold;
			color: #ed4900;
	}


/* OVERRIDE LABEL STYLE - CLOSED */
div.funkyslide_closed td.funkyslide_handle_left {
	background-image: url(images/handle_bg_closed_left.png);
}
div.funkyslide_closed td.funkyslide_handle_right {
	background-image: url(images/handle_bg_closed_right.png);
}

/* OVERRIDE LABEL STYLE - OPENED */
div.funkyslide_opened  td.funkyslide_handle_left {
	background-image: url(images/handle_bg_opened_left.png)
}
div.funkyslide_opened td.funkyslide_handle_right {
	background-image: url(images/handle_bg_opened_right.png);
}
