.refs {
	width: 260px;
	background-color: #EEE;
	color: #282828;
	margin: 0px 0px 30px 0px;
	padding: 10px;
	
	word-wrap: break-word;
	float: right;
		-webkit-box-shadow: 0px 0px 8px #555;
	-moz-box-shadow: 0px 0px 8px #555;
	box-shadow: 0px 0px 8px #282828;
}
.refs a {
	color: #505050;
	text-decoration: underline;
}
.refs a:hover {
	color: #EE9900;

}
.refs h3 {
	margin: 0;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-size: 15px;
	text-align: center;
}

.refTitle {
	font-size: 12px;
	background-color: #EE9900;
	width: 254px;
	height: 18px;
	line-height: 18px;
	padding: 3px;
	clear: both;
	overflow:hidden;
}
.refTitle a {
	color: #202020;
	text-decoration: none;
	text-transform: uppercase;
}
.refTitle a:hover {
	color: #505050;
}
.refContent {
	font-size: 10px;
	float: left;
	text-align: left;
	margin-left: 3px;
}
.refContent img {
	width: 200px;
	height: auto;
}
.refAuthor {
	font-size: 10px;
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-left: 3px;
}
.refLink {
	font-size: 10px;
	float: right;
	text-align: right;
	margin-top: 0px;
	margin-right: 3px;
}
