	/* Basic jQuery Slider essential styles */

	ul.bjqs {
		position: relative;
		list-style: none;
		padding: 0;
		margin: 0;
		overflow: hidden;
		display: none;
	}
	li.bjqs-slide {
		position: absolute;
		display: none;
	}
	ul.bjqs-controls {
		list-style: none;
		margin: 0;
		padding: 0;
		z-index: 9999;
	}
	ul.bjqs-controls.v-centered li a {
		position: absolute;
	}
	ul.bjqs-controls.v-centered li.bjqs-next a {
		right: 0;
	}
	ul.bjqs-controls.v-centered li.bjqs-prev a {
		left: 0;
	}
	ol.bjqs-markers {
		list-style: none;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	ol.bjqs-markers.h-centered {
		text-align: center;
	}
	ol.bjqs-markers li {
		display: inline;
	}
	ol.bjqs-markers li a {
		display: inline-block;
	}
	p.bjqs-caption {
		display: block;
		width: 96%;
		margin: 0;
		padding: 2%;
		position: absolute;
		bottom: 0;
	}







	/* Demo CSS - You do not need this css in your own slider */



	#banner-fade,
	#banner-slide{
		margin-bottom: 50px;
	}

	.bjqs-next a{
		display:block;
		padding:0px;
		background: url(../images/freshliving_template/slide_arrow_right.png) top left no-repeat;
		width:49px;
		height:48px;
	}
	.bjqs-next a:hover{
		background-position:bottom;
	}
	.bjqs-prev a{
		display:block;
		padding:0px;
		background: url(../images/freshliving_template/slide_arrow_left.png) top left no-repeat;
		width:49px;
		height:48px;
	}
	.bjqs-prev a:hover{
		background-position:bottom;
	}

	ol.bjqs-markers li a{
		padding:0px;
		background: url(../images/freshliving_template/slide_radios.png) top left no-repeat;
		margin:15px 4px 0px 4px;
		text-indent:1000px;
		overflow:hidden;
		width:11px;
		height:11px;
	}

	ol.bjqs-markers li.active-marker a,
	ol.bjqs-markers li a:hover{
		background-position:bottom;
	}

	p.bjqs-caption{
		background: rgba(255,255,255,0.5);
	}



	/* Edit Mode ===============================================
	=======================================================================*/

	table.item_off li {
		display: none !important;
		height: 200px !important;
	}