.sw-sider-container {
	position: relative;
	margin: 0 auto;
}

.sw-sider-container .big-picture {
	position: relative;
	height: 506px;
	overflow: hidden;
	margin: 9px 29px 29px 29px;
}

.sw-sider-container .big-picture ul {
	list-style: none;
}

.sw-sider-container .big-picture ul li {
	position: absolute;
	filter: alpha(opacity=0); 
	-moz-opacity: 0; 
	-khtml-opacity: 0;
	opacity: 0;
	z-index: 1;
}

.sw-sider-container .big-picture ul li .desc {
	background: #5c5c5c; 
	position: absolute; 
	font-size: 15px; 
	text-align: center; 
	line-height: 1.2;
	color: #fff; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	padding: 10px 20px;
	z-index: 4;
}

.sw-sider-container .big-picture ul li.on {
	display: block;
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0; 
	-khtml-opacity: 1.0;
	opacity: 1.0;
	z-index: 2;
}

.sw-sider-container .big-picture .prevBig,
.sw-sider-container .big-picture .nextBig {
	position: absolute;
	height: 100%;
	width: 40px;
	background-color: #000;
	background-image: url('sw_sider_btn_02.png');
	background-repeat: no-repeat;
	background-position: 0 45px;
	cursor: pointer;
	z-index: 3;
	
	filter: alpha(opacity=40); 
	-moz-opacity: 0.4; 
	-khtml-opacity: 0.4; 
	opacity: 0.4;
}

.sw-sider-container .big-picture .prevBig {
	background-position: -4px center;
	top: 0;
	left: 0px;
}

.sw-sider-container .big-picture .nextBig {
	background-position: -54px center;
	top: 0;
	right: 0px;
}
.sw-sider-container .small-picture {
	position: relative;
	height: 150px;
	margin: 20px 0;
}

.sw-sider-container .small-picture .list {
	position: relative;
	margin: 0 79px;
	height: 100%;
	overflow: hidden;
}

.sw-sider-container .small-picture .list ul {
	position: absolute;
	list-style: none;
	height: 100%;
	display: block;
}

.sw-sider-container .small-picture .list ul li {
	width: 192px;
	height: 144px;
	font-size: 0;
	padding: 4px;
	float: left;
	cursor: pointer;
	background: #e5e5e5;
}

.sw-sider-container .small-picture .list ul li img {
	width: 192px;
	height: 142px;
}

.sw-sider-container .small-picture .list ul li.on {
	width: 188px;
	height: 138px;
	padding: 6px;
	background: #666666;
}

.sw-sider-container .small-picture .list ul li.on img {
	width: 188px;
	height: 138px;
}

.sw-sider-container .small-picture .prevLoop,
.sw-sider-container .small-picture .nextLoop {
	position: absolute;
	height: 100%;
	width: 36px;
	background-image: url('sw_sider_btn.png');
	background-repeat: no-repeat;
	background-position: 0 45px;
	cursor: pointer;
}

.sw-sider-container .small-picture .prevLoop {
	background-position: 0 45px;
	top: 0;
	left: 20px;
}

.sw-sider-container .small-picture .prevLoop.off {
	background-position: -72px 45px;
}

.sw-sider-container .small-picture .nextLoop {
	background-position: -36px 45px;
	top: 0;
	right: 20px;
}

.sw-sider-container .small-picture .nextLoop.off {
	background-position: -108px 45px;
}