﻿.ImgChangeMain {
	border: 0;
	margin:0;
	padding: 0px;
	width: 250px;
	height: 150px;
	background: #FFFFFF;
	overflow: hidden;
}
.ImgChangeMain .SlidePlayer {
	margin: 0px auto; position: relative;
}
.ImgChangeMain .Slides {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	list-style-type: none;
	height: 150px;
}
.ImgChangeMain .Slides LI {
	float: left;
	width: 250px;
	height: 150px;
}
.ImgChangeMain .Slides IMG {
	border: 0px;
	display: block;
	width :250px;
	/*height: 160px;*/
	height: 130px;
}
.ImgChangeMain .SlideTriggers {
	padding: 0px;
	top: 110px;
	right: 0px;
	margin: 0px;
	width: 250px;
	height: 20px;
	list-style-type:none;
	position:absolute;
	/*background: #E8E8E8;*/
	text-align: right;
	z-index: 10;
}
.ImgChangeMain .SlideTriggers LI {
	border:#ff9415 1px solid;
	display: inline;
	font-size: 0.9em;
	float: left;
	margin: 2px 3px;
	overflow: hidden;
	width: 14px;
	cursor: pointer;
	color: #ff9415;
	line-height: 16px;
	font-family: arial;
	height: 14px;
	background: #fff;
	text-align: center;
}
.ImgChangeMain .SlideTriggers LI.Current {
	border: 0px;
	font-weight: bold;
	font-size: 1.1em;
	margin: 1px 3px;
	width: 18px;
	color: #fff;
	line-height: 20px;
	height: 18px;
	background: #ff9415; 
}
.Topleft0 {
	clear: both;
	font-weight: bold;
	font-size: 12px;
	width: 250px;
	line-height: 20px;
	height: 20px;
	text-align: center;
	word-wrap:break-word;word-break:normal;overflow:hidden;
}
