	
/* Easy Slider */
#slider{
	max-height:301px;
	min-width:926px;
	overflow:scroll;
	overflow-x:hidden;
	display:block;
	padding:0px;
	margin-top: 12px;
	border-radius: 5px;
	background-color: none;
	
}

	#slider ul, #slider li{
		margin:0;
		padding:0px;
		list-style:none;
		display:block;
		}

	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		max-width:926px;
		height:301px;
		display:block;
		line-height:24px;
		padding:0px;
		margin-bottom: -40px;
		border-radius: 5px;
					margin-bottom:0px;
							/*border-bottom:2px solid #4d4d4d;*/
							border-bottom:none;
		}	
			
		#slider li img{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
		border:none;
		height:301px;
		width:926px;
		margin-bottom:0px;
		border-radius: 5px;
		display: block;
		}	
		#prevBtn, #nextBtn{ 
			display:inline-table;
			width:40px;
			height:40px;
			position:relative;
			left:0px;
			top: -170px;
			margin-bottom: -40px;
			z-index:1000;
			background-color:#d5d5d5;
			float: left;

			border-radius: 5px;
			border-top-left-radius: 0px;
			border-bottom-left-radius: 0px;
			border-bottom-right-radius: 5px;

			}

		#nextBtn, #slider1next{ 
			right:0px;
 			float: right;
			 border-radius: 0px;
			 border-top-left-radius: 5px;
			 border-bottom-left-radius: 5px;
			 border-bottom-right-radius: 0px;
			}														
		#prevBtn a, #nextBtn a,
		#slider1next a, #slider1prev a{ 
			color: #2f2f2f; 
			text-align: center;
			line-height: 40px;
			width: 40px;
			height: 40px;
			display: block;
			background:url(../img/buttons/arrow_left.png);	
			background-size:24px 24px;
			background-repeat: no-repeat;
			background-position: center center;
			}	
		#nextBtn a, #slider1next a{ 
			-moz-transform: scaleX(-1);
			-o-transform: scaleX(-1);
			-webkit-transform: scaleX(-1);
			transform: scaleX(-1);
			filter: FlipH;
			-ms-filter: "FlipH";
			}	
	
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	ol#controls{
						  border-bottom-left-radius: 5px;
  					border-bottom-right-radius: 5px;
	height:40px;
	font-weight:bold;
	text-align:left;
	margin-left:0px;
	padding-left:5px;
	padding-top:6px;
	margin-top:0px;
	background-color:#d4d4d4;
	display:none;
}
ol#controls li{
	float:left;
	list-style:none;
	line-height:25px;
	padding:0px;
	margin-right:5px;
}
ol#controls li a{
	background-color: #fff;
	float:left;
	width:35px;
	text-align:center;
	line-height:22px;
	margin-top:0px;
	text-decoration:none;
	color:#4c4c4c;
	border:0px solid #999;
	padding-bottom:6px;
	padding-top:6px;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius: 5px;
}
ol#controls li.current a{
	background-color:#4c4c4c;
	color:#fff;
	cursor:pointer;
}
ol#controls li a:hover{
	color:#a3adab;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */