/**
 * Power slider stylesheet
*/

.pows-error {
	color: #c00;
	font-weight: bold;
	font-size: 14px;
}

.pows-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.pows-list {
	overflow: hidden;
}

.pows-slide {
	position: relative;
	overflow: hidden;
}

.pows-slide-thumbnail {
	position: absolute;
	top: 0;
}
.pows-slide-info {
	position: absolute;
	top: 30px;
	overflow: hidden;
}
.pows-slide-title {
	font-size: 18px;
	font-weight: bold;
}
.pows-slide-description {}

.pows-slide-layout-left .pows-slide-thumbnail { left: 0 }
.pows-slide-layout-right .pows-slide-thumbnail { right: 0 }
.pows-slide-layout-full .pows-slide-thumbnail { left: 0 }

.pows-slide-layout-full .pows-slide-info { display: none }

/* Default skin without styling */
.pows-style-none {}

/* White style */
.pows-style-white {
	margin-bottom: 60px;
	background: #fff;
}
.pows-style-white .bx-pager {
	position: absolute;
	left: 0;
	bottom: -40px;
	width: 100%;
	height: 20px;
	text-align: center;
}
.pows-style-white .bx-pager .pager-link {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 0 2px;
	padding: 0 7px;
	background: #f0f0f0;
	color: #333;
	text-decoration: none;
	font-size: 11px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.pows-style-white .bx-pager .pager-link:active,
.pows-style-white .bx-pager .pager-link:hover,
.pows-style-white .bx-pager .pager-active {
	background: #888;
	color: #fff;
	text-decoration: none;
}
.pows-style-white .bx-prev,
.pows-style-white .bx-next {
	position: absolute;
	bottom: -40px;
	display: block;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0 7px;
	background: #f0f0f0;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.pows-style-white .bx-prev:hover,
.pows-style-white .bx-next:hover {
	background: #888;
	color: #fff;
	text-decoration: none;
}
.pows-style-white .bx-prev { left: 0 }
.pows-style-white .bx-next { right: 0 }