/**

 * 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 {

	width: 980px;

	margin: 0 auto;

	position: relative;

}



/** THEME

===================================*/



/* LOADER */



.bx-wrapper .bx-loading {

	min-height: 50px;

	background: url(../images/bx_loader.gif) center center no-repeat #fff;

	height: 100%;

	width: 100%;

	position: absolute;

	top: 0;

	left: 0;

	z-index: 2000;

}



/* PAGER */



.bx-wrapper .bx-pager {

	position: absolute;

	top: 30px;

	right: 0;

	z-index: 1;

}



.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: #dfe5ea;

	border: 1px solid #5c7398;

	text-indent: -9999px;

	display: block;

	width: 13px;

	height: 7px;

	margin: 0 0 0 10px;

	outline: 0;

	*line-height: 0;

}



.bx-wrapper .bx-pager.bx-default-pager a:hover,

.bx-wrapper .bx-pager.bx-default-pager a.active {

	background: #5c7398;

}



/* DIRECTION CONTROLS (NEXT / PREV) */



.bx-wrapper .bx-prev {

	left: 10px;

	background: url(../images/parts_slide_l.png) no-repeat;

}



.bx-wrapper .bx-next {

	right: 10px;

	background: url(../images/parts_slide_r.png) no-repeat;

}



.bx-wrapper .bx-controls-direction a {

	position: absolute;

	top: 290px;

	outline: 0;

	width: 13px;

	height: 40px;

	text-indent: -9999px;

	z-index: 1;

}



.bx-wrapper .bx-controls-direction a.disabled {

	display: none;

}



.bx-wrapper .bx-controls-direction a:hover{

	opacity: .7;

}



#color-change-thumb{

	height: 73px;

	overflow: hidden;

	position: relative;

}



#color-change-thumb a{

	position: relative;

}



#color-change-thumb a:hover{

	top: -73px;

}



#color-change-thumb a.active{

	top: -73px;

}

