
		
	#slidercontent{
		position:relative;

		}			

/* Easy Slider */
#slider{
	margin:0 auto;
	min-width:1920px;
	min-height:590px;
	position:absolute;
	left:50%;
	margin-left:-960px;
	visibility: visible;
	}
	
	#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:1920px;
		height:590px;
		overflow:hidden; 
		z-index:1px;
		}	


		
	/* numeric controls */	
	
/* // Easy Slider */
