


.internal_swipe_container {
	position: relative;
}


.jq_swipe_image {
	background: url('loader.gif') no-repeat center center;
	
}

#count_container {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: yellow;
	height: 6px;
	list-style: none;
}

.counter {
	float: left;
	height: 6px;
	background-color: #F05F41;
	z-index: 200;
	height: 6px;
	padding: 0;
	margin: 0;
}

.counter:hover {
	cursor: pointer;
	background-color: yellow !important;
}

.current {
	background-color: yellow !important;
}