/* @override http://localhost/bxslider_v3_plugin/css/styles.css */

/*
 * To change the color scheme of slider change each 
 * background property for each of the five styles below
 */
 
.bx-wrapper {
	height:410px;
}
.bx-window {
	height: 100%;
}

/*next button*/
.bx-next {
	background: url("../../img/gonext.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 29px;
    position: absolute;
    right: 106px;
    top: -127px;
    vertical-align: middle;
    width: 31px;
}

/*previous button*/
.bx-prev {
	background: url("../../img/goprev.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 29px;
    left: 106px;
    position: absolute;
    top: -127px;
    vertical-align: middle;
    width: 31px;
}
.bx-next:hover {
	background-position: -35px 0;
}
.bx-prev:hover {
	background-position: 0 0;
}

/*pager contact*/

.bx-pager_contact {
	border-bottom: 1px solid #e4e4e4;
    bottom: 10px;
    color: #C1C1C1;
    font-size: 10px;
    line-height: 20px;
    position: relative;
    text-align: left;
    padding-left:180px;
}
.bx-pager_contact a {
	border-bottom: 1px solid #808080;
    color: #C1C1C1;
    font-family: 'Alice',serif;
    font-size: 10px;
    margin-right: 5px;
    padding: 3px 8px 5px 6px;
    text-decoration: none;	
}
.bx-pager_contact .pager-active,
.bx-pager_contact a:hover {
	color:#c4020e;
	border-bottom:1px solid #c4020e;
}
/* */

/*pager links*/
.bx-pager a {
	border-bottom: 1px solid #808080;
    color: #C1C1C1;
    font-family: 'Alice',serif;
    font-size: 11px;
    margin-right: 5px;
    padding: 3px 8px 3px 6px;
    text-decoration: none;
	position:relative;
	top:2px;
	
}

/*auto start button*/
.bx-auto .start {
	background: url(gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	color:#c4020e;
	border-bottom:1px solid #c4020e;
}

/*pager wrapper*/
.bx-pager {
	/* border-bottom: 1px solid #E4E4E4; */
    bottom: -35px;
    color: #C1C1C1;
    font-size: 12px;
    left: -140px;
    height: 22px;
    position: absolute;
    text-align: center;
    width: 960px;
    z-index: 5;
	background:url("../../img/lignenums.png") no-repeat scroll center 12px transparent;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}










