

#slide-index 
{
	width: auto; 
	height: 396px; 
	overflow: hidden; 
	position: relative; 
	min-width: 1000px;
}

#slide-index .slides
 {
	width: auto; 
	height: 396px; 
	min-width: 1000px;
}

#slide-index .slide 
{
	height: 396px; 
	float: left; 
	position: relative; 
	min-width: 1000px;
}

#slide-index .image {
	position: absolute; 
	z-index: 1;
}
#slide-index .button 
{
	width: 138px; 
	display: none;
}

#slide-index .control 
{
	width: 100%; 
	height: 26px; 
	text-align: center; 
	bottom: 0px; 
	position: absolute; 
	z-index: 40; 
	cursor: pointer;
}

#slide-index .control a {
	width: 24px; 
	height: 24px; 
	margin-right: 6px; 
	display: inline-block; 
	filter: alpha(opacity=60); 
	cursor: pointer; 
	opacity: 0.6; 
	background-image: url("../inc/btnSort_01.png"); 
	background-repeat: no-repeat;
}
#slide-index .control a:hover 
{
	filter: alpha(opacity=100); 
	opacity: 1; 
	background-image: url("../inc/btnSort_01.png");
}
#slide-index .control a.active 
{
	filter: alpha(opacity=100); 
	opacity: 1; 
	background-image: url("../inc/btnSort_02.png");
}

.autoMaxWidth 
{
	height: 232px; overflow: hidden; position: relative;
}
