/*RESET*/
.zl_cream_tabs, .zl_cream_tabs > LI, .zl_cream_tabs > LI > UL, .zl_cream_tabs > LI > UL > LI, .zl_cream_tabs > LI > A
{
	margin: 0;
	padding: 0;
	border: 0 none;
	text-decoration: none;
	list-style-type: none;
	display: block;
	font-size: 100%;
}
/*MAIN*/
.zl_cream_tabs
{
	position: fixed;
	z-index: 9999;
}
/*BUTTONS*/
.zl_cream_tabs > LI > A
{
	position: relative;
	overflow: hidden;
	/*make-up*/
	text-align: center;
}
.zl_cream_tabs > LI > A:focus
{
	outline: none;
}
.zl_overlay_btn
{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
/*CONTENT*/
.zl_cream_tabs > LI > UL
{
	position: absolute;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 9999;
	/*make-up*/
	background: #FBFBFB;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.zl_cream_tabs > LI > UL > LI
{
	overflow: hidden;
	width: 100%;
	height: 100%;
	/*padding: 10px;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*IMG*/
.zl_cream_tabs > LI > UL > LI IMG
{
	max-width: 100%;
}
/*PANEL*/
.zl_panel
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	/*display: none;*/
}
/*HOVER EVENT: PANEL SHOW/HIDE
.zl_cream_tabs > li > ul:hover > .zl_panel{
display: block;
}*/
.zl_panel > DIV
{
	width: 40px;
	float: left;
	/*make-up*/
	cursor: pointer;
	text-align: center;
}
.zl_panel .zl_count_li
{
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	/*make-up*/
	text-align: center;
	font-weight: bold;
}
[data-zlhands=zl_left_hand]
{
	border-right-style: solid;
	border-right-width: 1px;
}
[data-zlhands=zl_right_hand]
{
	border-left-style: solid;
	border-left-width: 1px;
}
.zl_pause_icon
{
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	display: none;
}
