.auto-scrolling-toggle:hover{
	background:#e7bb38; color:#fff;
}

.content{
	margin:5px; 
	width:260px; 
	height:260px;
	padding:5px; 
	overflow:auto; 
	background:#8f7119; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	border-radius:3px;

    background: url('../kep/lime-background.jpg');
	opacity:0.9; 
	filter:alpha(opacity:90) /*Internet Explorer*/
}
.content p:nth-child(even){
	color:#999; 
	font-family:Georgia,serif; 
	font-size:17px; 
	font-style:italic;
}
.content p:nth-child(3n+0){
	color:#c96;
}


