

/** RESET AND LAYOUT
===================================*/

.wrapper {
	position: relative;
	margin: 0 !important;
	width:auto;
	padding: 0;
	left:0;
	*zoom: 1;
}

.wrapper img {
	max-width: auto;
	display: block;
}

/** THEME
===================================*/

.wrapper .viewport {
	left:0px !important;
	position:relative;
	width:100% !important;
}

.wrapper .pager,
.wrapper .controls-auto {
	position: absolute;
	bottom: 0px;
	width: 10%;
	padding:15px 0 8px 0;
	right:0;
	z-index:800;
}

/* LOADER */

.wrapper .loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.wrapper .pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.wrapper .pager .pager-item,
.wrapper .controls-auto .controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.wrapper .pager.default-pager a {
/*	background: #666;*/
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

/*.wrapper .pager.default-pager a:hover,
.wrapper .pager.default-pager a.active {
	background: #000;
}*/

/* DIRECTION CONTROLS (NEXT / PREV) */

.wrapper .prev {
	left: 25px;
}
.wrapper .next {
	right: 25px;
}

 .icon-next-black {
	right: 25px;
}

 .icon-prev-black:hover {
	background-position: 0 0;
}

 .icon-next-black:hover {
	background-position: -43px 0;
}

.controls-direction a {
	position: absolute;
	top: 40%;
	margin-top: 0px;
	outline: 0;
	width: 76px;
	height: 76px;
	z-index: 99;
	border-radius: 50px;
	font-size: 20px;
	line-height: 75px;
	text-align: center;
	text-decoration:none;
}

.controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.wrapper .controls-auto {
	text-align: center;
}

.wrapper .controls-auto .start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.wrapper .controls-auto .start:hover,
.wrapper .controls-auto .start.active {
	background-position: -86px 0;
}

.wrapper .controls-auto .stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.wrapper .controls-auto .stop:hover,
.wrapper .controls-auto .stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.wrapper .controls.has-controls-auto.has-pager .pager {
	text-align: left;
	width: 80%;
}

.wrapper .controls.has-controls-auto.has-pager .controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.wrapper .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.wrapper .caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}