@charset "utf-8";
/* CSS Document */

/* 'journal of peel' */ 

/* ##### selected navigation state ##### */
.navItem5 a:hover {background-position: 0 0; text-decoration:none;} 
.navItem5 a {background: transparent url(../images/nav/NavS_JournalOfPeel.png) no-repeat;}

/* ##### cycle cartoons ##### */
.nextPrevious
{width:370px; margin-top: 5px; margin-left: 195px; margin-bottom: 3px;}
.previousCartoon a, .previousCartoon img
{display: inline; width: 202px; height: 25px; text-decoration:none; margin-bottom: 3px; float:left; background: transparent url(../images/nav/Journal_Previous.png) no-repeat;} 
.previousCartoon a:hover
{background-position: -202px 0; text-decoration:none;} 
.nextCartoon a, .nextCartoon img
{display: inline; width: 168px; height: 25px; text-decoration:none; background: transparent url(../images/nav/Journal_Next.png) no-repeat; float:right}
.nextCartoon a:hover
{background-position: -168px 0; text-decoration:none;} 


/* ##### title for copy box ##### */
.copyTitle
{width: 270px; height: 32px; text-decoration:none; background: transparent url(../images/core/journal_title.png) no-repeat;margin-top:20px; margin-left:15px}
