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

#swipe_nav_prev {
	position: absolute;
	left: 0px;
	background: #b4c8e6 url("image/prev.png") no-repeat center center;
}

#swipe_nav_next {
	position: absolute;
	right: 0px;
	background: #b4c8e6 url("image/next.png") 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("image/loader.gif") no-repeat center center;
}

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

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

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

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