/*
Name: Sliding Pnext 
Author: daiv mowbray
Author URI: http://superslider.daivmowbray.com/
Date: march 27, 2012
Version: 2.0

set to work with thumbnails of 150 x 150 px.

	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: 37px;
	left: 0px;
	z-index: 100;
	padding: 0.7em;
	width: 90%;
	background-color: rgba(23, 23, 23, 0.7);
    max-height: 25%;
    overflow: hidden;
    color: #f5f5f5;
}

.nextpost_thumb {
	left: 6px;
	position: absolute;
	padding: 4px;
	background: #385b7c;
	top: 6px;
	z-index: 10;
	margin: 0 !important;
	border: 0 solid #333333 !important;
}
.nextpost_thumb:hover {
    background: #67A9E3;
}
.button_wrap {
    font-size: 0.8em;
    height:220px;
    margin:6px;
    overflow:hidden;
    position:relative;
    width: 170px;
}

.pnext_tag_active{
    height: 210px;
}
.pnext_tag_inactive {
	height: 190px;   
}
.pnext_tag {
	height: 190px;
	width: 168px;
	-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: #fff;
	color: #000;
	top: 0px;
	right: 0px;
	position: absolute;
	border: 1px solid #67A9E3;
}

.pnext_tag span {
	visibility: hidden;
	color: #4a79a3;
	left: 20px;
	margin: 0 4px 4px 0px;
	position: absolute;
	top: 190px;
	font-weight: bold;
}

.button_bLeft, .button_bRight {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	
    background:#cdcdcd url(prev-next-arrow.png) no-repeat scroll 0 0;
    color:#000000;
    cursor:pointer;
    height:23px;
    line-height:23px;
    overflow:hidden;
    position:absolute;
    right:3px;
    text-align:center;
    top:166px;
    width:164px;
}

.button_bRight
{
	background: #cdcdcd url(prev-next-arrow.png) no-repeat 150px -20px ;
}

.button_bLeft span, .button_bRight span { color: #008ddd; }
.button_c {
	background-color: #b3b3b3;
	color: #fff;
}
.button_c span { color: #093d6f; }