@charset "utf-8";
/* CSS Document */



#rightSidebar a {
	display:block;
	width:200px;
	height:150px;
	text-decoration:none;
	border:1px solid #000;
	margin-bottom: 0px;
	margin-left: 25px;
}
#rightSidebar a img {
	display:inline;
	width:200px;
	height:150px;
	border: 0px;
}
#rightSidebar a:hover {
	white-space:normal;
	border-color:#999999;
	background-color: #3C2D22;
}
#rightSidebar a:hover img {
	height: 390px;
	width: 520px;
	position: absolute;
	top:10px;
	border:1px solid #000;
	margin:0 auto 10px auto;
	left: -536px;
}
