/* @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
 */


/*pager links*/
.bx-pager a {
	margin-right: 5px;
	zoom:1;
	background: url(custom_pager.png) no-repeat 0 -20px;
	width:13px; height:13px;
	display:block; float:left;
_background: url(custom_pager.gif) no-repeat 0 -20px;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
	background-color:transparent;
}

/*pager wrapper*/
.bx-pager {
position:absolute;
bottom:17px; left:20px;
height:13px;
z-index: 9999;
}

/*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;
}



/* ----------------------------------------------------
    BX Slider
------------------------------------------------------- */

#sliderContent{
    width: 920px;
}
.sliderImage .sliderContentText {
position: absolute;
font-size:22px;
line-height:0.9;
margin: 10px 20px;
width: 920px;
color: #fff;
display: none;
text-shadow: 2px 2px 3px #000;
font-family:'crimson Text', 'Times New Roman', Georgia, serif;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#fff,direction=0,strength=7);
_font-size:19px;
}

.clear {
	clear: both;
}

.sliderImage .sliderContentText h2{
font-size: 50px;
line-height:1;
margin-bottom:5px;
_font-size:45px;
_line-height:1;
}

#slider .sliderContentText a{display:block;
padding-bottom:5px;
}
#slider .sliderContentText p a{
padding-bottom:10px;
_padding-bottom:12px;
}
#slider .sliderContentText a,
#slider .sliderContentText a:link,
#slider .sliderContentText a:visited,
#slider .sliderContentText a:hover{
color:inherit;
background:transparent;
}

#slider .sliderContentText p{
line-height:0.9;
position:relative;top:-5px;
}

.TL{top: 0; left: 0;}

.BL{bottom: 35px; left: 0;}

.TR,.BR{
text-align:right;
}

.TR{
top: 0; right: 0;
width:450px !important;
}

.BR{
bottom: 15px; right: 0;
width:500px !important;
}









