@charset "utf-8";
/*
	EZ Slider - Display Styles
	By: Innovation Simple [Sam Eddy]
*/

.ezSliderHolder { display:block; overflow:hidden; width:100px; height:100px; position:relative; z-index:50; }
	.ezSliderHolder .ezSliderObject { display:block; background:no-repeat left top; width:100px; height:100px; position:absolute; }

.arrowControls { width:36px; height:47px; display:block; cursor:pointer; position:absolute; z-index:80; }
.arrowControls.left { margin-left:12px; margin-top: 70px !important; }
.arrowControls.right { margin-left:900px; margin-top: 70px !important; height:47px; width:80px; }
