.ef-simple-slider { display: none; background-color: #FFF; position: relative; overflow: hidden; }

.ef-simple-slider .ef-sl-main { list-style: none; margin: 0; padding: 0; z-index: 1; }
.ef-simple-slider .ef-sl-main li { line-height: 0; }

.ef-simple-slider .ef-sl-right {
	position: absolute;

	top: 200px;
	right: 0;
	width: 40px;
	height: 80px;

	z-index: 1000;
	
	cursor: pointer;
	background: url("../img/blank.gif"); /*THIS IS VERY IMPORTANT WITHOUT IT IT DOESNT WORK IN IE (any version);*/
}
.ef-simple-slider .ef-sl-left {
	position: absolute;

	top: 200px;
	left: 0;
	width: 40px;
	height: 80px;

	z-index: 1000;

	cursor: pointer;
	background: url("../img/blank.gif"); /*THIS IS VERY IMPORTANT WITHOUT IT IT DOESNT WORK IN IE (any version);*/
}
