﻿@charset "utf-8";

/* Showcase */
.slideshow {
	margin: 0 auto;
	width: 940px;
	height: 315px;
	position: relative;
	background: url("loading.gif") center center no-repeat;
	overflow: hidden;
}
.slideshow-inside {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
.slide {
	margin: 0 auto;
	width: 940px;
	height: 315px;
	position: relative;
}

/* Showcase: Pagers */
.paging {
	position: absolute;
	text-align: right;
	z-index: 9;
	bottom: 0;
	right: 0;
}
.paging div { float: right; text-align: right; padding: 15px 22px; }
.paging a { float: left; width: 20px; height: 20px; background: url("pager.png") left top no-repeat; }
.paging a:hover { background-position: left -20px; }
.paging a.activeSlide { background-position: left bottom; }

