/**
 * 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
===================================*/

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {	
	background: url(../images/common/btn_pre01.png) no-repeat ;
	margin-right:5px;
	
}
.bx-wrapper .bx-next {
	margin-left: 65px;
	background: url(../images/common/btn_next01.png) no-repeat ;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top:20px; 
	left: 610px;
	outline: 0;
	width:59px;
	height: 59px;
	text-indent: -9999px;
	z-index: 9999;

}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/*
#pagination { position: absolute; z-index:20; top:20px; left: 610px; float:left;}
.pagination { float: left; list-style: none; margin:0;}
.pagination img{ float: left;}
.pagination li { float: left; cursor: pointer; padding:0;text-align: center; color: #fff;display:inline; margin-right:5px;}
*/