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

.bxslider{
display:none; 
}


.bx-wrapper {
position: relative;
background-color:#E8F6F6;
width:660px;
overflow:hidden;
}

.bx-wrapper img {
max-width: 100%;
display: block;
}

/** THEME
===================================*/


.bx-wrapper .bx-pager{
position: absolute;
top: -5px;
left: 165px;
width:50%;
z-index: 9999;
}

/* PAGER */

.bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
padding-top: 20px;
}

.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 {
background: #B4B4B5;
text-indent: -9999px;
display: block;
width: 16px;
height: 16px;
margin: 0 5px;
outline: 0;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
background: #116677;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
left: 10px;
background: url(/common/web/img/iryou2_bx_controls.png) no-repeat 0 -32px;
visibility:hidden;
}

.bx-wrapper .bx-next {
right: 10px;
background: url(/common/web/img/iryou2_bx_controls.png) no-repeat -43px -32px;
visibility:hidden;
}

.bx-wrapper .bx-prev:hover {
background-position: 0 0;
visibility:visible;
}

.bx-wrapper .bx-next:hover {
background-position: -43px 0;
visibility:visible;
}

.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
display: none;
}