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


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

.top-wrapper{
	width: 100% !important;
	background-color:#FFF;
}
.top-window{
	width: 100% !important;
	margin: 0 auto !important;
	overflow: visible !important;
	position:absolute;
}

.bx-pager{}

.bx-pager li{
	width:166px;
	height:65px;
	float:left;
	padding-right:15px;
	position:relative;
}

.bx-pager a.thumb:hover{
	opacity:0.5;
}

.bx-pager a.thumb.pager-active{
	opacity:0.5;
}

.ie8 #thumbBg {
	height: auto;	
}

#thumbL{
	position:absolute;
	left:50%;
	margin-left:-480px;
	z-index:220;
}

#thumbR{
	position:absolute;
	left:50%;
	margin-left:464px;
	z-index:230;
}



/** infoSlider
===================================*/

.bx-wrapper .bx-controls-direction a {
    width: 30px;
	height: 30px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a:hover { opacity: 0.3;}
.bx-wrapper .bx-controls-direction a.disabled { opacity: 0;}

.bx-wrapper .bx-pager {
    color: #666666;
    font-family: Arial;
    font-size: 0.85em;
    font-weight: bold;
    /*padding-top: 20px;*/
    text-align: center;
	margin: 30px 0 0 0;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
	*display: inline;
	*zoom: 1;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    display: block;
    height: 10px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: none repeat scroll 0 0 #000000;
}


