@charset "utf-8";
/* CSS Document */


img{ border:none; }
pre{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:500px;
	}		

/* Easy Slider */
	#imageSliderContainer {
		float: left;
		width: 550px;
		margin-top: -25px;
	}
	
	#imageSlider {
		position: relative;
		width: 550px;
		height: 360px;
		left: -11px;
	}
	
	#imgSliderLeftButton {
		position: absolute;
		z-index: 5;
	}
	
	#imgSliderRightButton {
		position: absolute;
		z-index: 10;
		right: 0px;
	}
	
	.imageSliderImage {
		position: absolute;
		z-index: 1;
		left: 9px;
		top: 48px;
		
		width: 532px;
		height: 268px;
		background-color: #FF0000;
	}
	
	#slider {
		position: relative;
		top: 49px;
	}

	#slider ul, #slider li {
		margin:0;
		padding:0;
		list-style:none;
	}
	
	#slider, #slider li { 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
			width: 532px;
			height: 268px;
			overflow: hidden; 

	}
	
	#prevBtn, #nextBtn { 
		display: block;
		width: 36px;
		height: 359px;
		position: absolute;
		left: 0px;
		top: 0px;
	}	
	
	#nextBtn { 
		left: 508px;
	}
															
	#prevBtn a, #nextBtn a {
		display: block;
		width: 36px;
		height: 359px;
		background: url(../images/home_image_slider_left.png) no-repeat 0 0;	
	}
		
	#nextBtn a { 
		background: url(../images/home_image_slider_right.png) no-repeat 0 0;	
	}					

/* // Easy Slider */

