/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   This file is for your custom styles
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/* Your first custom styles:
   Change the path in the background url's if it is not correct for your system.
   These styles place a blue arrow in the next/previous links. There are also
   gray and black arrows in the images directory you can use.
   Remove these comments. 
*/
.tb-next {
	background: url(/talkback/images/next-b.gif) right no-repeat;
	padding: 0 10px 0 0;
	}
.tb-prev {
	background: url(/talkback/images/prev-b.gif) left no-repeat;
	padding: 0 0 0 10px;
	}