/* Easy Slider */
#slidercontainer{
		border-bottom:1px solid #d80323;
		border-top:1px solid #d80323;
		text-align:left;
	
		
		width:800px;
		}
#slider{
		width:430px;
		height:30px;
		
		margin-left:168px;
	
		}
	#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:430px;
		
		height:30px;
		padding-top:7px;
		
		
		}	
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

