/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
	img {
		max-width: 100%;
		display: block;
	}

	.bx-pager, .bx-controls-auto {
		position: absolute;
		bottom: 10px;
		width: 100%;
	}

	.bx-pager {
		left: 0;
		right: 0;
		bottom: 10px;
		border-radius: 10px;
		text-align: center;
		font-size: .85em;
		font-family: Arial;
		font-weight: bold;
		color: #666;
		/*opacity:0.7;
		filter: alpha(opacity=70);*/
		.bx-pager-item {
			overflow: hidden;
			text-indent: -100px;
			display: inline-block;
			*zoom: 1;
			*display: inline;
		}
		a {
			display: block;
			width: 10px;
			height: 10px;
			line-height: 10px;
			margin: 0 3px;
			outline: 0;
			background: #ddd;
			background: rgba(0,0,0,0.4);
			border-radius: 22px;
			font-size: 13px;
			font-weight: normal;
			&:hover, &.active {
				background: #c60001;
				border-color: #c60001;
				color: #fff;
			}
		}
	}

	.bx-controls-direction {
		a {
			display: none;
			position: absolute;
			top: 40%;
			margin-top: -16px;
			outline: 0;
			width: 34px;
			height: 70px;
			text-indent: -9999px;
			z-index: 9999;
			&.bx-prev {
				left: 10px;
				background: #666 url(../img/b1.html) no-repeat -41px -27px;
				&:hover {
					opacity: 0.6;
				}
			}
			&.bx-next {
				right: 10px;
				background: #666 url(../img/b1.html) no-repeat -5px -27px;
				&:hover {
					opacity: 0.6;
				}
			}
			&.disabled {
				display: none;
			}
		}
		
	}
}
.bx-wrapper .bx-controls-direction a{
	display: none;
}
.bx-wrapper .bx-pager a:hover, .bx-wrapper .bx-pager a.active{
	background: #fff;
}