#swipe_nav_prev,#swipe_nav_next {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	background-color: #ccc;
	cursor: pointer;
	text-align: center;
	display: none;
}

#swipe_nav_prev {
	background: #333 url(http://sell.house365.com/zhuanti/1000000/2013/03/13/170937/prev.pngg') no-repeat center center;
	
}

#swipe_nav_next {
	background: #333 url(http://sell.house365.com/zhuanti/1000000/2013/03/13/170937/next.pngg') no-repeat center center;
	
}

.internal_swipe_container {
	position: relative;
}

.trans {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

.jq_swipe_image {
	background: url(http://sell.house365.com/zhuanti/1000000/2013/03/13/170937/loader.giff') no-repeat center center;
	
}

#count_container {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: pink;
	height: 6px;
	list-style: none;
}

.counter {
	float: left;
	height: 6px;
	background-color: #FFF;
	z-index: 200;
	height: 6px;
	padding: 0;
	margin: 0;
}

.counter:hover {
	cursor: pointer;
	background-color: #ff00fc !important;
}

.current {
	background-color: #ff00fc !important;
}
