	html,body{
		margin: 0 auto;
		padding:0; 
	}
	
	body{
		margin:0 auto;
	}


	img{border:none;}
		

	#sponsoresterno{	
		position:relative;
		width:148px;
		height:auto;
		border: 5px solid white;
		}		
	
	#sponsor{
		background-color:#344461;
		color:white;
		font-family:Verdana,sans-serif;
		font-size:10px;
		font-weight:bold;
		line-height:0.9em;
		width:148px;
		height:20px;
		text-align:right;
		line-height:1.8em;
		
	}		
/* 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:148px;
		height:111px;
		}	
			

/* // Easy Slider */