.loading-items {
	text-align: center;
	padding: 30px 0px;
	background-color: #EEE;
	margin: 30px 0px;
	clear: both;
}

.watch_more {
	text-align: center;
	padding: 30px 0px;
	background-color: #EEE;
	cursor: pointer;
	clear: both;
}

#up_button {
    border: 1px solid #505050;
	box-shadow: 1px 2px 6px -2px;
	border-radius: 5px;
    bottom: 20px;
    cursor: pointer;
    height: 50px;
    opacity: 0.3;
    position: fixed;
    right: 20px;
    width: 100px;
    z-index: 1000;
	display: none;
	text-align: center;
	background: url("images/up_button.png") no-repeat scroll center 3px #808080;
	color: #2d2d2d;
}
#up_button:hover {
	opacity: 0.9;
}
#up_button span {
	font: bold 23px/65px Arial;
}