/* Image Show */
#outerBox
	{
	position:absolute;
	left:245px;
	top:90px;
	float:left;
	display:inline;
	background: #E7E7E7;
	}
#t_imageShow
	{
	width:692px;
	height:290px;
	overflow:hidden;
	/*border:1px solid black;*/
	}

#t_imageShow div.imageShowElement 
	{
	width:315px;
	height:290px;
	margin-left:25px;
	/*border:1px solid black;*/
	}

.imageShowLeftScroller
	{
	width: 22px;
	height: 21px;
	top:115px;
	left:0px;
	background: url('../img/leftScrollk.gif') left center no-repeat;
	}

.imageShowRightScroller
	{
	width: 22px;
	height: 21px;
	top:115px;
	left:658px;
	background: url('../img/rightScrollk.gif') left center no-repeat;
	}

.txt
	{
	font-family:Arial;
	font-size:12px;
	width: 315px;
	height: 290px;
	background-color:transparent;
	}

.txt p
	{
	margin-left:60px;
	margin-right:0px;
	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:#000000;
	margin:0px;
	padding: 0px;
	margin-left:60px;
	text-align: left; 
	}
.txt h2 
	{
	margin:0px;
	padding: 0px;
	padding-bottom:5px;
	font:10px Arial;
	text-align: center;
	}


