
.pa{
    position: absolute;
}
.w1100{
   width: 500px;
} 
.margin-center{
	margin : 0px auto;
}
.iconLeft {
    display: inline-block;
    width: 53px;
    height: 53px;
    background: url(./image/icon-big.png) -127px -126px no-repeat;
    transition: background 0.2s ease 0s;
}
.iconLeft:hover {
    background: url(./image/icon-big.png) -181px -126px no-repeat;
}
.iconRight {
    display: inline-block;
    width: 53px;
    height: 53px;
    background: url(./image/icon-big.png) -182px -63px no-repeat;
    transition: background 0.2s ease 0s;
}
.iconRight:hover {
    background: url(./image/icon-big.png) -127px -63px no-repeat;
}

.common-carouselImage{
	position: relative;
	width: 500px;
	height: 324px;
}
.imageArea{
	width: 500px;
	height: 324px;
	background: #272727;
}
.common-carouselImage>.carousLeftArr{
	width: 55px;
	height: 55px;
	top: 180px;
	left:-60px;
}
.common-carouselImage>.carousRightArr{
	width: 55px;
	height: 55px;
	top: 180px;
	right: -60px;
}
.common-carouselImage .carousLeftArr{
	cursor: pointer;
}
.common-carouselImage .carousRightArr{
	cursor: pointer;
}
.common-carouselImage .imageArea img{
	width: 100%;
	/*height: 100%;*/
}

body {
	background: #333;
}