/* css for the listing navigation controls. */
	div.navigate_listings{
		display:block;
width:100%;


	}

	.navigate_prev{

font-size:15px;
font-weight:bold;
background-color: #008bf4;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    width:100px;
height:30px;
float:left;
padding-left:10px;
padding-top:7px;
padding-right:10px;
	}



.navigate_prev a{
text-decoration:none;
color:#fff;
}


.navigate_prev a:hover{
text-decoration:none;
color:#fff;
}



	.navigate_next{
		float:right;
font-size:15px;
font-weight:bold;
background-color: #008bf4;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    width:80px;
height:30px;
padding-left:15px;
padding-top:7px;

	}





.navigate_next a{
text-decoration:none;
color:#fff;
}
.navigate_next a:hover{
text-decoration:none;
colof:#fff;
}

	.navigate_prev .nav_title{



	}

	.navigate_next .nav_title{
		float:right;
	}

/* css for the random listings navigation control. */
	div.navigate_random{
		display:block;
	}

/* css for the users listings navigation controlls. */
	div.navigate_user_listings{
		display:block;
	}

	.navigate_user_prev{

	}

	.navigate_user_next{
		float:right;
	}

	.navigate_user_prev .nav_title{

	}

	.navigate_user_next .nav_title{
		float:right;
	}

	.navigate_user_more {

	}

	.navigate_user_more .nav_title {

	}
