
#next-post
{
	right:0px;
	box-shadow:0px 1px 1px #000000;
	-moz-box-shadow:0px 1px 5px #000000;
	-webkit-box-shadow:0px 1px 3px #000000;
}

#prev-post
{
	left:0px; 
	box-shadow:0px 1px 1px #000000;
	-moz-box-shadow:0px 1px 5px #000000;
	-webkit-box-shadow:0px 1px 3px #000000;
}

.next-post
{
	/*display:none;*/
	z-index:99999;
	position:fixed;
	overflow:hidden;
	/*background:#FFFFFF;*/
	background: rgba(255, 255, 255, 0.95) !important;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)" !important;
  /* IE 5-7 */
  filter: alpha(opacity=95) !important;
	/* Netscape */
	-moz-opacity: 0.95 !important;
	/* Safari 1.x */
	-khtml-opacity: 0.95 !important;
	/* Good browsers */
	opacity: 0.95 !important;
}

	.next-post .clear-fix:after 
	{
		height:0;
		clear:both;
		content:" ";
		font-size:0;
		display: block;
		visibility: hidden;
	}

	* html .next-post .clear-fix             { zoom: 1; } 
	*:first-child+html .next-post .clear-fix { zoom: 1; }

	.next-post>div
	{
		margin:25px;
		height:100%;
		position:relative;
	}
	
		.next-post>div a.next-post-close-button
		{
			top:-11px;
			width:11px;
			height:11px;
			right:-11px;
			display:block;
			position:absolute;
			background-position:0px 0px;
			background-repeat:no-repeat;
			background-image:url('../media/image/close.png');
		}
		
			.next-post>div a.next-post-close-button:hover
			{
				background-position:0px -11px;
			}
	
		.next-post>div .next-post-image
		{
			float:left;
			margin-right:20px;
		}
	
			.next-post>div .next-post-image img
			{
				display:block;
			}
	
		.next-post>div .next-post-title
		{
			display:block;
			font-size:16px;
		}

		.next-post>div .next-post-excerpt
		{
			margin:0px;
			padding:0px;
			color:#888888;
			font-size:13px;
			line-height:150%;
		}
		
		.next-post>div .next-post-title+.next-post-excerpt
		{
			margin-top:10px;
		}