/*
Name: Sliding Pnext with mootools 1.2
Author: daiv mowbray
Author URI: http://superslider.daivmowbray.com/
Date: feb 30, 2010
Version: 1.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: 20px 15px 0px;
}

#pnext-nav p {
	position: absolute;
	bottom: 50px;
	left: 0px;
	z-index: 10000;
	padding: 0.7em;
}

img.nextpost_thumb {
	left: 20px;
	position: absolute;
	padding: 4px;
	background: #173D00;
	top: 20px;
	z-index: 10;
	margin: 0px;
	border-width :0px;
}
img.nextpost_thumb:hover{
    background: #FCEC99;
}
.button_wrap {
    font-size: 0.8em;
    height:210px;
    margin:6px;
    overflow:hidden;
    position:relative;
    width: 152px;
}

.pnext_tag_active{
    height: 200px;
}
.pnext_tag_inactive{
	height: 180px;   
}
.pnext_tag {
	height: 180px;
	width: 150px;
	-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: #ADCB63;
	top: 0px;
	right: 0px;
	position: absolute;
	border: 1px solid #173D00;
}

.pnext_tag span {
	visibility: hidden;
	color: #173D00;
	left: 25px;
	position: absolute;
	top: 182px;
	font-weight: bold;
}
#pnext_tag1 span {
	left: 15px;
}
.button_bLeft, .button_bRight {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	
    background: url(prev-next-arrow.png) no-repeat scroll 0 0 #4C7F06;
    color:#000000;
    cursor:pointer;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    text-align: center;
    top: 155px;
    width: 144px;
}

.button_bRight
{
	background: url(prev-next-arrow.png) no-repeat 130px -20px #4C7F06;
}

.button_bLeft span, .button_bRight span { color: #008ddd; }

.button_c
{
	background-color: #173D00;
	color: #fff;
}

.button_c span { color: #093d6f; }