@charset "utf-8";

/*--- Image Switcher ---------------------------------------------------------------------- */
.scope {
	overflow: hidden;
	width: 465px;
	height: 200px;
	position: relative;
}

.scope_bar {
	position: relative;
	left: 0;
}

.arrow_left {
	top: 90px;
	position: absolute;
	width: 40px;
	height: 20px;
	background-color: #fff;
	opacity: 0.6;
	filter: alpha(opacity = 50);
	text-align: center;
}

.arrow_right {
	top: 90px;
	right: 0px;
	position: absolute;
	width: 40px;
	height: 20px;
	background-color: #fff;
	opacity: 0.6;
	filter: alpha(opacity = 50);
	text-align: center;
}

.loading {
	display: none;
	z-index: 10;
	background: #fff url("http://www.ajaxload.info/cache/FF/FF/FF/00/00/00/1-0.gif");
	height: 16px;
	width: 16px;
	position: absolute;
	right: 5;
	top: 5;
}

