/* Image Show */
#outerBox {
	display: inline;
	background: #fff;
	position: relative;
}
#t_imageShow {
	width: 300px;
	height: 200px;
	overflow: hidden;
	float: right;
	background-color: #FFFFFF;
	clear: right;
	margin: 10px;
	border: 1px solid #CCCCCC;
}
#t_imageShow div.imageShowElement {
	height: 200px;
}
.imageShowLeftScroller {
	width: 35px;
	height: 55px;
	background-image: url(../GIFs/leftScrollerRus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	top: 155px;
}
.imageShowRightScroller {
	width: 35px;
	height: 55px;
	background-image: url(../GIFs/rightScrollerRus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	top: 155px;
}
.txt {
	width: 300px;
	font-family: verdana;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.txt img {
	width: 300px;
	height: 150px;
}
.txt h1 { margin: 0px; padding: 0px; padding-bottom: 10px; font: 12px arial black; text-align: center; }
.txt h2 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 14px;
}
