/* CSS Document */


/*body {
	color:#333;
	line-height:16px;
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}*/
	
	#slider h1{
		font-size:180%;
		font-weight:normal;
		margin:0;
		padding:20px;
		}
	#slider h2{
	font-size:15px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
		}	
	#slider h3{
		font-size:140%;
		font-weight:normal;
		}	
	#slider img{border:none;}
	/*#slider pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:392px;
		}	*/

	#container{
	margin:0 auto;
	position:relative;
	text-align:left;
	width:398px;
	margin-bottom:2em;
		}	
	#slider #header{
		height:80px;
		background:#5DC9E1;
		color:#fff;
		}				
	#slider #content{
		position:relative;
		}			

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:398px;
		height:173px;
		overflow:hidden; 
		}	
		
	#slider li h2{ 
		margin:0 20px;
		padding-top:30px;
		}	
	#slider li p{
	margin:10px;
		}						
		
	p#controls, p#controls2{
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;
	width:49px;
	height:48px;
	position:absolute;
	left:-45px;
	top:-110px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}	
	#nextBtn, #nextBtn2{
	left:392px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}														
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{
	display:block;
	width:49px;
	height:48px;
	background:url(../images/home-beds/BTN-arrow-left.png) no-repeat 0 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}	
	#nextBtn a, #nextBtn2 a{ 
		background:url(../images/home-beds/BTN-arrow-right.png) no-repeat 0 0;	
		}												

