/* Easy Slider */
	#slider ul {
		margin-left: 0 !important;
	}
	
	#slider ul li {
		display: block;
		margin-left: 0 !important;
	}


	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:1080px;
		height:610px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		list-style-type: none;
		padding: 0;
		margin: 0 auto 0 auto;
		clear: both;
		width: 190px;
		overflow: hidden;
		padding: 5px 5px 30px;
		font-size: 18px;
	}
	ol#controls li,
	ol#controls li a{
		float: left;
		width: 36px;
		height: 36px;
		line-height: 36px;
		text-align: center;
		text-decoration: none;
	}
	
	ol#controls li {
		margin-bottom: 18px;
		width: 40px;
		margin-left: 10px;
	}
		
		ol#controls li:first-child {
			margin-left: 0;
		}
	
	ol#controls li a{
   		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.42);
		border: 2px solid #45ADA9;
		border-radius: 2px;
		color: #5C4527;
		background: rgb(249,246,212); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(249,246,212,1) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 55%, rgba(249,246,212,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,246,212,1)), color-stop(45%,rgba(255,255,255,1)), color-stop(55%,rgba(255,255,255,1)), color-stop(100%,rgba(249,246,212,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(249,246,212,1) 0%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 55%,rgba(249,246,212,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(249,246,212,1) 0%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 55%,rgba(249,246,212,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(249,246,212,1) 0%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 55%,rgba(249,246,212,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(249,246,212,1) 0%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 55%,rgba(249,246,212,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f6d4', endColorstr='#f9f6d4',GradientType=0 ); /* IE6-9 */
        background: #F9F6D4;
        
         background: rgb(254,254,254); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(244,244,244,1) 49%, rgba(237,237,237,1) 50%, rgba(252,252,252,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(49%,rgba(244,244,244,1)), color-stop(50%,rgba(237,237,237,1)), color-stop(100%,rgba(252,252,252,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(244,244,244,1) 49%,rgba(237,237,237,1) 50%,rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(244,244,244,1) 49%,rgba(237,237,237,1) 50%,rgba(252,252,252,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(244,244,244,1) 49%,rgba(237,237,237,1) 50%,rgba(252,252,252,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(244,244,244,1) 49%,rgba(237,237,237,1) 50%,rgba(252,252,252,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
	}
	
	ol#controls li a:hover {
		/*color: #fff;*/
	}

	
	ol#controls li.current a {
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.42);
		color: #943415;
		border: 2px solid #94351F;
		background: #fff;
        filter: none;
		/*font-size: 20px;*/
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
		-ms-transition: all .2s linear;
		transition: all .2s linear;
	}
	
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	.floor_block {
		position: relative;
	}
/* // Easy Slider */