﻿/* @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
 */
/*slider background*/
#bx-slider {
	background-image: url(../bg-slider.png);
	margin-top: 15px;
	margin-left: -10px;
	float: left;
	width: 580px;
	height: 280px;
	-webkit-box-shadow: 10px 10px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 10px 10px 5px rgba(0,0,0,0.3); /* For IE */;
	box-shadow: 10px 10px 5px rgba(0,0,0,0.3); /* For IE 8 */ /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=140, rgba(0,0,0,0.3))";*/ /* For IE 5.5 â€“ 7 */ /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=140, rgba(0,0,0,0.3));*/;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; /*box-shadow: 10px 0px 5px rgba(0,0,0,0.3),-10px 0px 5px rgba(0,0,0,0.3);*/;
	/*behavior: url(PIE.htc);*/ 
	<!--[if lte IE 8]>
	zoom:1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#54595c', Direction=135, Strength=8);
	<![endif]-->
}
#bx-wrapper {
	width: 580px;
	height: 450px;
}
#slider1 {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
.slider1txt {
	margin-left: 50px;
	margin-right: 50px;
}
/*next button*/
.bx-next {
	position: absolute;
	top: 55%;
	right: 10px;
	z-index: 999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(gray_next.png) no-repeat 0 -30px;
}
/*previous button*/
.bx-prev {
	position: absolute;
	top: 55%;
	left: 10px;
	z-index: 999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(gray_prev.png) no-repeat 0 -30px;
}
/*pager links*/
.bx-pager {
	position: relative; /*background: url(dot_empty.png) no-repeat;*/ /*background-repeat:no-repeat;*/;
	text-align: center;
	margin: 0px auto;
	width: 160px;
	height: 10px; /*padding-top:30px;*/;
	text-decoration: none;
	z-index: 100;
}
/*a.pager-active > div{
    /*background: url("pagination.png") no-repeat scroll !important;*/
/*display:inline;
    outline:none;
}*/
/*.bx-pager a > div{      
    display:inline;
    padding:2px;
    background: url("pagination.png") no-repeat scroll;
    position:relative;
    top:10px;
    outline:none;
}*/
/* Test from Slider */
/*.bx-pager li {
	float:left;
	margin:0 0;
	list-style:none;
}

.bx-pager li a {
	display:block;
	width:10px;
	height:0;
	padding-top:10px;
	/*background-image:url(pagination.png);*/
/* background-position:0 0;
	float:left;
	overflow:hidden;
}*/
/*.bx-pager li.current a {
	background-position:0 -10px;
}*/
/*.bx-pager a {
	margin-top:0px;
	list-style:none;
	/*width:24px;
	height:0;*/
/*padding-top:-12px;*/
/*background-image:url(pagination-active.png);
	background-position:0 0;
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:999;
	
}*/
/*pager links hover and active states*/
/*.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}*/
/*.bx-pager .pager-active, .bx-pager a:hover {
    /*margin:0px auto;*/
/*list-style:none;
	/*width:12px;
	height:12px;*/
/*margin-top:0px;
	background-image:url(pagination-active.png);
	background-position:0 0px;
	overflow:hidden;
	z-index:999;
}*/
/*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
 */
/*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 {
	/*background-position: -5px -1px 0px 0px;*/
	background: url("dot_filled.png") no-repeat scroll !important;
/*margin:3px;*/	width: 12px;
	z-index: 10000;
}
.bx-pager a:hover {
	/*background-position: -5px -1px 0px 0px;*/
	background: url("dot_filled.png") no-repeat scroll !important;
/*margin:3px;*/	width: 12px;
	z-index: 10000;
}
/*pager wrapper*/
/*.bx-pager {
	
	text-align:center;
	padding-top: 50px;
	font-size:12px;
	color:#666;
}*/
/*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;
}
