
#multi_t1 {
	width:620px; height:250px;
	margin: 5px auto;
	border:1px solid #ccc;
	padding:0;
	float: left;
	background-color: #ececec;
	overflow: hidden;
	z-index: -10;
}

	#multi_t1_buttons {
		position:absolute;
		width:620px; height:20px;
		margin:6px;
		z-index: 10;
	}
		#selector {
		    float: right;
			margin: 5px 10px 0 10px;
			padding:0;
		}

			#selector li {
				background-color: #999;
				width: 22px;
				height: 17px;
				line-height:10px;
				float: left;
				border:1px solid #ececec;
				margin: 0 5px 0 0;
				position: relative;
				}

				#selector li.current {
					background-color:#005A9C;
					position: relative;
					}

				#selector li:hover, #selector li:active {
					cursor: pointer;
					background-color: #005A9C;
					position: relative;
					}

	.multi_t1_slides {
		position:absolute;
		width:620px; height:250px;
		background-color: #fff;
	}
	.multi_t1_image {
		position:absolute;
		width:620px; height:250px;
		background-color: #fff;
	}
	
	#multi_t1_video {
		position:relative;
		width:620px; height:250px;
		top:-410px;
		/*display:none;
		z-index:9999;*/
	}
	#multi_t1_slideshow {
		display:block;
		overflow: hidden;
		width:620px; height:250px;
		/*z-index:-1;*/
	}
	
	.multi_t1_bullets {
		width:640px; 
		height:44px;
		position:absolute;
		top:365px;
		font-weight:bold;
		font-size:12px;
		}
		.multi_t1_bullets td span {
			background:transparent url(../img/bg_link_arrow.gif) no-repeat scroll 0 0;
			font-weight:bold;
			font-size:12px;
			color:#6c6c6c;
			margin:0;
			padding:0 0 0 10px;
			top:0;
		}		
			.multi_t1_bullets a {
				/*background:transparent url(../img/bg_link_arrow.gif) no-repeat scroll 0 0;*/
				font-weight:bold;
				font-size:12px;
				color:#89761A;
				margin:0;
				padding:0;
				top:0;
			}	
				.multi_t1_bullets a:link, a:visited, a:hover, a:active {  /*ie6 fix*/
					font-weight:bold;
				}
				
				
		/*remove ul bullets*/
				
		ul {
		margin-bottom:.9em;
		}

	ul li {
		list-style:none;
		}

	