﻿/* slideshow components */

/* extra links */
	#cn-orderprints a {
		background: url("../images/slideshow/cn-orderprints.gif") top left no-repeat;
		display: block;
		}
	#cn-orderprints a:hover {
		background-position: 2px 2px;
		}
	#cn-services a {
		background: url("../images/slideshow/cn-services.gif") top left no-repeat;
		display: block;
		}
	#cn-services a:hover {
		background-position: 2px 2px;
		}

/* nav buttons */
	#show-previous a {
		background: url("../images/slideshow/previous.gif") top left no-repeat;
		display: block;
		}
	#show-previous a:hover {
		background-position: 0 -25px;
		}
	#show-next a {
		background: url("../images/slideshow/next.gif") top left no-repeat;
		display: block;
		}
	#show-next a:hover {
		background-position: 0 -25px;
		}