/** * 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;	width: 100%;}.bx-wrapper img {	max-width: 100%;	display: block;	position: relative;}.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {	position: absolute;	/* [disabled]top: 10px; */	width: 100%;	top: 5%;}/* PAGER */.bx-wrapper .bx-pager {	text-align: center;}.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item {	display: inline-block;	*zoom: 1;	*display: inline;}.bx-wrapper .bx-pager.bx-default-pager a {	text-indent: -9999px;	display: block;	width: 12px;	height: 12px;	margin: 0 13px;	outline: 0;	-moz-border-radius: 5px;	-webkit-border-radius: 5px;	border-radius: 12px;	border: 2px solid #DA0231;}.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active {	background: #DA0231;}/* DIRECTION CONTROLS (NEXT / PREV) */.bx-wrapper .bx-prev {	left: 25px;	background: url(../Images/controls.png) no-repeat 0 -31px;}.bx-wrapper .bx-next {	right: 25px;	background: url(../Images/controls.png) no-repeat -43px -31px;}.bx-wrapper .bx-prev:hover {	background-position: 0 0;}.bx-wrapper .bx-next:hover {	background-position: -43px 0;}.bx-wrapper .bx-controls-direction a {	position: absolute;	top: 50%;	margin-top: -16px;	outline: 0;	width: 32px;	height: 32px;	text-indent: -9999px;	z-index: 1;}.bx-wrapper .bx-controls-direction a.disabled {	display: none;}ul.bxslider {  margin: 0;  padding: 0;}/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {	text-align: left;	width: 80%;}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {	right: 0;	width: 35px;}@media only screen and (max-width:768px) {.bx-wrapper .bx-prev {	left: 20px;	background: url(../Images/controls.png) no-repeat 0 -31px;}.bx-wrapper .bx-next {	right: 20px;	background: url(../Images/controls.png) no-repeat -43px -31px;}.bx-wrapper .bx-prev:hover {	background-position: 0 0;}.bx-wrapper .bx-next:hover {	background-position: -43px 0;}.bx-wrapper .bx-controls-direction a {	position: absolute;	top: 35%;	margin-top: -16px;	outline: 0;	width: 32px;	height: 32px;	text-indent: -9999px;	z-index: 1;}}@media only screen and (max-width:530px) {.bx-wrapper .bx-prev {	left: 8px;	background: url(../Images/controls.png) no-repeat 0 -31px;}.bx-wrapper .bx-next {	right: 8px;	background: url(../Images/controls.png) no-repeat -43px -31px;}.bx-wrapper .bx-prev:hover {	background-position: 0 0;}.bx-wrapper .bx-next:hover {	background-position: -43px 0;}.bx-wrapper .bx-controls-direction a {	position: absolute;	top: 50%;	margin-top: -16px;	outline: 0;	width: 32px;	height: 32px;	text-indent: -9999px;	z-index: 1;}}@media only screen and (max-width:320px) {.bx-wrapper .bx-prev {	left: 5px;	background: url(../Images/controls.png) no-repeat 0 -31px;}.bx-wrapper .bx-next {	right: 5px;	background: url(../Images/controls.png) no-repeat -43px -31px;}.bx-wrapper .bx-prev:hover {	background-position: 0 0;}.bx-wrapper .bx-next:hover {	background-position: -43px 0;}.bx-wrapper .bx-controls-direction a {	position: absolute;	top: 50%;	margin-top: -16px;	outline: 0;	width: 32px;	height: 32px;	text-indent: -9999px;	z-index: 1;}}