/* Image Show */
#outerBox
	{
	position:absolute;
	left:10px;
	top:10px;
	float:left;
	display:inline;
	background: #f0f0f0;
	}
#t_imageShow { width: 642px; height: 290px; overflow: hidden;}
#t_imageShow div.imageShowElement { height: 270px; margin:4px; }
.imageShowLeftScroller { width: 30px; height: 75px; top: 100px; background: url('../img/leftScroll.gif') left center no-repeat; }
.imageShowRightScroller { width: 30px; height: 75px; top: 100px; background: url('../img/rightScroll.gif') left center no-repeat; }
.txt
	{
	font-family:Arial;
	font-size:12px;
	width: 214px;
	height: 290px;
	background-color:transparent;
	}
.txt p
	{
	margin-left:8px;
	margin-right:8px;
	text-align:left;
	}
.txt img { width: 200px; height: 150px; border: 0px; margin: 0px; margin-top: 10px;text-align: center; }
.txt h1
	{
	font-family:Arial;
	font-size:14px;
	color:#20377D;
	margin:0px;
	padding: 0px;
	margin-left:8px;
	text-align: left; 
	}
.txt h2 { margin: 0px; padding: 0px; padding-bottom: 5px; font: 10px arial; text-align: center; }

