/*======================================================================*/
/*=== CNT_SLIDER.CSS - Designed by Jon Edwards =========================*/
/*--- Only to be used for the EasySlider jQuery Banner -----------------*/
/*======================================================================*/
/*--- Controls / DNN Module Menu Wrapper -------------------------------*/
.cnt_slider_controls {
	text-align: left;
}
/*--- Curbs absolute & relative positioning issues with slider ---*/
.cnt_slider_controls span {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1001;
}
.cnt_slider_controls span span {
	position: relative;
}
/*--- Content Pane -----------------------------------------------------*/
.cnt_slider_contentpane {
}
/*--- For the inline edit icon -----------------------------------------*/
.eipbackimg {
	background-color: #c0c0c0;
	border: solid 1px #3d3d3d;
	margin: 20px 0 0 20px;
}
/*----------------------------------------------------------------------*/
/*=== END CNT_SLIDER.CSS -----------------------------------------------*/
/*======================================================================*/

