body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}



/*<!--study-abroad-experts-->*/

.panel-carousel {
	width: 1000px;
	position: relative;
	overflow: hidden;
}

.panel-carousel .hd .prev,
.panel-carousel .hd .next {
	display: block;
	width: 30px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
}

.panel-carousel .hd .prev {
	background: url(http://www.idp.cn/special/include/Pteachers_left.png) no-repeat center rgba(255, 255, 255, .1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000);
	left: 0;
}

.panel-carousel .hd .prev:hover {
	background: url(http://www.idp.cn/special/include/Pteachers_left.png) no-repeat center rgba(255, 255, 255, .2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
}

.panel-carousel .hd .next {
	background: url(http://www.idp.cn/special/include/Pteachers_right.png) no-repeat center rgba(255, 255, 255, .1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000);
	left: 970px;
}

.panel-carousel .hd .next:hover {
	background: url(http://www.idp.cn/special/include/Pteachers_right.png) no-repeat center rgba(255, 255, 255, .2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000);
}

.panel-carousel .bd ul {
	zoom: 1;
	height: 220px;
	overflow: hidden;
}

.panel-carousel .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 220px;
	height: 220px;
	margin-right: 10px;
	background-color: #fafafa;
	position: relative;
}

.panel-carousel .bd ul li img.t-img {
	width: 220px;
	height: 220px;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.panel-carousel .bd ul li img.t-img:hover {
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.cityAndCountry {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, .7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
	left: 0;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #fafafa;
}

.cityAndCountry span {
	display: inline-block;
	margin: 0 5px;
}



/*<!--study-abroad-experts-->*/