/**
 * 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 {
	display:block;
	position: relative;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	display:block;
	height:320px !important;
	width:745px !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	position: absolute;
	bottom:10px;
	right: 10px;
	padding:20px 3px 20px 20px;
	background:url(../../../marriage/img/detail/icn_arr01L.png) no-repeat 20px center;
	outline:none;
}

.bx-wrapper .bx-next {
	position: absolute;
	bottom:10px;
	right: -30px;
	padding:20px 20px 20px 3px;
	background:url(../../../marriage/img/detail/icn_arr01R.png) no-repeat 5px center;
	outline:none;
}
.bx-wrapper .bx-controls-direction a {
	display:block;
	width: 11px;
	height: 11px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

