
/*******************/

#partner_tab{
	width:100%;
	height:450px;
	position:relative;
/* background:#000; */
}

#wrapper1 {
	width: 1060px;
	height: 500px;
	margin: 0px 0 0 -430px;
	position: absolute;
	left: 50%;
	top: 0px;
}

#carousel {
	width: 1060px;
	position:relative;
}
#carousel ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#carousel li {
	text-align: center;
	display: block;
	width: 250px;
	height: 500px;
	padding: 0;
	margin:0px 10px;
	float: left;
	position: relative;
}

#carousel li img {
	width: 318px;
	height: auto;
}			

.clearfix {
	float: none;
	clear: both;
}
#carousel .p_prev{
	background:url('../image/p_prev_blue.png') no-repeat;
	background-size:30px 30px;
	background-position:center;
	/*transform: rotateY(180deg);*/
	display: block;
	overflow: i_hidden;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	position: absolute;
	top: 190px;				
}
#carousel .p_next {
	background:url('../image/sw_next.png') no-repeat;
	background-size:30px 30px;
	background-position:center;
	display: block;
	overflow: i_hidden;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	position: absolute;
	top: 190px;				
}
#carousel .p_prev {
	left: -68px;
}
#carousel .p_prev:hover {
	left: -69px;
}			
#carousel .p_next {
	right: -82px;
}
#carousel .p_next:hover {
	right: -83px;
}

/**************************/

.col-md-3{width: 100% !important;}

