@charset "utf-8";
/*////////////////////////////////////////////////////////////
// Tugboat AJAX Slideshow									//
// Created: 9/2008											//
// Author: Michael Witwicki									//
////////////////////////////////////////////////////////////*/

#tb_slideshowOnDeck { display: none;}
#tb_caption {
	width: 414px;
	max-width: 414px;
	margin: 15px 0 20px 65px;
	text-align:center;
}

#tb_onDeckPrev, #tb_onDeckNext {
display: none;
visibility: none;
}


a#tb_prev {
	width: 50px; 
	height: 12px; 
	text-indent: -9999px;
	background: url(../../i/prev_off.gif) top left no-repeat;
	display:block;
	margin: 0;
	float: left;
	margin-left: 60px;
}

a:hover#tb_prev {
	background: url(../../i/prev_on.gif) top left no-repeat;
}


a#tb_next {
	width: 50px; 
	height: 12px; 
	text-indent: -9999px;
	background: url(../../i/next_off.gif) top left no-repeat;
	display:block;
	margin: 0;
	float:right;
	margin-right: 60px;
}

a:hover#tb_next {
	background: url(../../i/next_on.gif) top left no-repeat;
}

