@CHARSET "UTF-8";
#jtcMSS {
	width: 725px;
	height: auto;
	position: relative;
	/*
	top:18px;
	left:21px;
	*/
}
._main {
	background-color: #000;
	height: 407px;
	width: 725px;
	text-align:center;
	background: url(../images/loading.gif);
	background-position:center;
	background-repeat:no-repeat;
	position: relative;
}
._main img, ._main object {
	max-width: 725px;
	width: 725px;
}
._main div.jtcMSS_fade {
	position:absolute;
	top: 0;
	left: 0;
	height: 407px;
	overflow:hidden;
}
._links {
	background-image: url(../images/slide_show_scroller_bg.jpg);
	background-repeat: repeat-x;
	margin: 7px 0px 0px 0px;
	padding: 11px 15px 13px 17px;
	width: 725px;
	height: 85px;
	overflow: hidden;
}
._links div {
	margin: 0px 16px 0px 0px;
	float:left;
	/*margin-left:1px;*/
}
._links div.jtcMSS_highlight a {
    /* for IE */
    filter:alpha(opacity=10);
    /* CSS3 standard */
    opacity:1;
}
._links img {
	width: 85px;
	vertical-align: middle;
}
._links a {
	/* for IE */
    filter:alpha(opacity=70);
    /* CSS3 standard */
    opacity:0.7;
}
._links a:hover {
	/* for IE */
    filter:alpha(opacity=10);
    /* CSS3 standard */
    opacity:1;
}
._descriptions {
	position: relative;
	color: #666;
	/*margin:6px 5px 5px 5px;*/
	margin: 11px 0px 0px 0px;
	padding: 6px;
	height: 57px;
}
._descriptions div.jtcMSS_fade {
	position:absolute;
}

