﻿._con {
	overflow: hidden;
	margin: 10px auto;
	height: 100%;
	padding: 4px 2px;
	border: solid 1px #dddddd;
	background-color: #ffffff;
}
#carousel_container {
	position: relative;
	height: 44px;
	overflow: hidden;
	top: 0px;
	left: 0px;
}
#carousel_container ul {
	margin: 0 -2px;
	padding: 0px;
	list-style: none;
}
#carousel_inner {
    width: 383px;
    overflow: hidden;
    /* position: absolute; */
    float: left;
    margin-left: 8px;
}
#left_scroll {
	/* position: absolute; */
    /* left: 0; */
	margin-top: 18px;
	/* margin-top: -4px; */
	width: 8px;
	height: 8px;
	cursor: pointer;
	background: url(../images/left.gif) no-repeat;
	float: left;
}
#right_scroll {
	/* position: absolute; */
    /* top: 50%; */
	margin-top: 18px;
	/* right: 0; */
	width: 8px;
	height: 8px;
	cursor: pointer;
	background: url(../images/right.gif) no-repeat;
	float: right;
}
#carousel_ul {
	width: 9999px;
	height: 44px;
	position: relative;
}
#carousel_ul li {
	float: left;
	vertical-align: middle;
	text-align: center;
	padding: 0 2px
}
#carousel_ul li a {
	display: block;
	border: solid 2px #eaeaea;
}
#carousel_ul li a i {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}
#carousel_ul li a:hover {
	border: solid 2px #049;
}
#carousel_ul li img {
	vertical-align: middle;
	max-width: 40px;
	max-height: 40px;
_width: expression((this.offsetWidth > 40) ? "40px" : this.offsetWidth + "px" );
_height: expression((this.offsetHeight > 40) ? "40px" : this.offsetHeight + "px" );
}


