/*
Name: Sliding Pnext 
Author: daiv mowbray
Author URI: http://superslider.daivmowbray.com/
Date: march 27, 2012
Version: 2.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/ 


#pnext-nav{
    margin: 12px;
}
#pnext-nav p {
	position: absolute;
	bottom: 55px;
	left: 0px;
	z-index: 10000;
	padding: 0.7em;
	width: 90%;
	background: rgba(23, 23, 23, 0.5);
}
.nextpost_thumb
{
	left: 6px;
	position: absolute;
	padding: 4px;
	background: #fbd285;
	top: 30px;
	z-index: 10;
	margin: 0 !important;
	border: 0 solid #333333 !important;
}
.nextpost_thumb:hover{
    background: #fbd285;
}
.button_wrap
{
font-size:11px;
height:100px;
margin:6px;
overflow:hidden;
position:relative;
width:200px;
}

.pnext_tag_active{
    height: 100px;
}
.pnext_tag_inactive{
	height: 76px;   
}
.pnext_tag {
	height: 76px;
	width: 200px;
	-moz-border-radius: 14px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;

	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 14px;
	-webkit-border-bottom-right-radius: 14px;
	border-radius: 0px 0px 14px 14px;
	
	background-color: #c2a367;
	color: #fff;
	bottom: 0px;
	right: 0px;
	position: absolute;
	border: 1px solid #666;
}

.pnext_tag span {
	visibility: hidden;
	color: #FFF;
	left: 20px;
	margin: 0 4px 4px 0px;
	position: absolute;
	bottom: 70px;

}

.button_bLeft, .button_bRight {
	background: #fbd285 url(prev-next-arrow.png) no-repeat 0px 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 20px;
		
	color: #000;
	position: absolute;
	width: 194px;
	height: 23px;
	top: 74px;
	right: 3px;
	line-height: 23px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}

.button_bRight
{
	background: #fbd285 url(prev-next-arrow.png) no-repeat 182px -20px ;
}

.button_bLeft span, .button_bRight span { color: #008ddd; }

.button_c
{
	background-color: #fff;
	color: #000;
}

.button_c span { color: #093d6f; }
