
#loading_box {
	padding: 10px 20px;
	display: block;
	text-align: center;
	box-shadow: inset 0px -45px 30px -40px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	margin: 20px 0;
	font-size: 18px;
	font-family: "museo-sans", sans-serif;
	border: 1px solid #ddd;
	margin-right: 1px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	display:none;
	color:red;
}

#loading_box:hover {
	box-shadow: inset 0px 45px 30px -40px rgba(0, 0, 0, 0.05);
}

#conetnts { padding:20px; width:500px; border:1px solid #E2E2E2;border-bottom:0px solid #E2E2E2;background:#F9F9F9; font-family:Verdana, Geneva, sans-serif; font-size:12px; cursor:pointer;}
#conetnts:hover { background-color:#FFF; }

.show_more_or_the_end 
{
	text-decoration:none;
	padding:10px;
	width:522px;
	background: #EAEAEA;
	color:blue;
	text-align:center;
	border:1px solid #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	cursor:pointer;
}

.show_more_or_the_end:hover 
{
	background: #E2E2E2;
	color:blue;
}


.show_more_or_the_ends 
{
	text-decoration:none;
	padding:10px;
	width:522px;
	background:#E9E9E9;
	color:black;
	text-align:center;
	border-left:0px solid #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	cursor:pointer;
}