/* @override http://localhost/bxslider_v3_plugin/css/styles.css */

/*  IPG Marketing Slider Style Sheetn */
 
/* change font to 0 to take out bullet numbers*/
.bx-pager-item .active
{
    background-position: 0 0;
}
.bx-controls
{
    text-align: center;
}
.bx-pager-default, .bx-pager a, .bx-pager-item
{
    display: inline-block;
}
/*main rotator next button*/
.bx-next {
	position: relative;
    float: right;
    bottom: 185px;
    z-index:999;
    right: 3px !important;
	
	width: 30px;
	height: 30px;
    text-indent: -999999px;
    background: url(yellow_next.png) no-repeat 0 -30px;
    margin-left: 20px !important;
    /*
	left: 758px;
        */
    /*
	top:40%;
        */
    /*
	right:3px !important;
	z-index:999;
	width: 30px;
	height: 30px;
        */
    /*
	text-indent: -999999px;
        */
	
}

/*main rotator previous button*/
.bx-prev {
	position: relative;
    float: left;
    bottom: 185px;
    z-index:999;
    left: 3px !important;
	
	width: 30px;
	height: 30px;
    text-indent: -999999px;
    /*
	top:40%;

       
	
	
         */
	background: url(yellow_prev.png) no-repeat 0 -30px;
    margin-right: 20px !important;
        
}

/*pager links - with page number*/
/* had to set font size 0 to important to take numbers out of the bullets*/
.bx-pager a {
	margin-right: 3px;
	color: #fff;
	font-weight: bold;
	padding: 3px 10px 17px 10px;
	font-size: 0px !important;
text-decoration: none;
	background: url(orange_pager.png) no-repeat 0 -20px;
}

/*auto start button image*/
.bx-auto .start {
	background: url(green_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button image*/
.bx-auto .stop {
	background: url(red_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;

}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
    font-size:0px;

}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 5px;
	font-size:0px;
	color:#666;
    position: relative ;
    left: 45% !important;
        /*
    margin-left: auto;
    margin-right: auto;
        */
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: right;
	padding-top: 5px;
}

.bx-auto a {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}












