/***** OneByOne SLIDER *****/

#banner { position: absolute; }     

.oneByOne1{ 
	margin: 0 auto;
	width: 1050px;
	height: 382px;
	top: 43px;
	position: relative;
	overflow: hidden;
}   

#banner .oneByOne_item{
	position: absolute;
	width: 1050px;
	height: 420px;  
	overflow: hidden;  
}                                                                                                     

#banner .oneByOne_item a{
	text-decoration: none;
	color: #B22222;
}

#banner .oneByOne_item .slide3_1 { 
  	position: relative;
	float: left;
	margin: 40px 12px 0 505px;
	color: #fff;	
	font-size: 30px;  
	padding: 8px;             
}
 
#banner .oneByOne_item .slide3_2 { 
  	position: relative;
	clear: left;
	float: left;
	margin: 6px 12px 0 505px;
	width: 640px;
	color: #f3f3f3;	
	font-size: 16px; 
	line-height: 25px;
	padding: 8px;             
}   

#banner .oneByOne_item .slide3_3 { 
  	position: relative;
	clear: left;
	float: left;
	margin: 6px 12px 0 505px;
	width: 640px;
	color: #f3f3f3;	
	font-size: 16px;  
	line-height: 25px;
	padding: 8px;             
}     
                     
#banner img.wp1_1{
	position: absolute;
	top: 255px;
	left: 512px;
}
#banner img.wp1_2{
	position: absolute;
	top: 190px;
	left: 360px;
}              
#banner img.wp1_3{
	position: absolute;
	top: 64px;
	left: 80px;
}

#banner img.slide1_4{
	position: absolute;
	top: 25px;
	left: 525px;
}   

#banner .oneByOne_item span.txt1{
	clear: left;
	position: relative;
	float: left;
	margin: 120px 12px 0 540px;    
	background: #B22222;     
	padding: 8px;
	color: #FFFFFF;
	font-size: 40px;
} 
#banner .oneByOne_item  span.txt1 a{
	color: #FFFFFF;
}         
#banner .oneByOne_item span.txt2{
	clear: left;
	position: relative;
	float: left;
	margin: 12px 12px 0 540px;
	color: #FFFFFF;  
	background: #A0522D;
	padding: 8px;
	font-size: 22px;
}                   
 
#banner img.wp1{
	position: absolute;
	top: 240px;
	left: 380px;
}
#banner img.wp2{
	position: absolute;
	top: 200px;
	left: 470px;
}              
#banner img.wp3{
	position: absolute;
	top: 100px;
	left: 600px;
}   

#banner .oneByOne_item .slide1_1{
	clear: left;
	position: relative;
	float: left;
	margin: 30px 12px 0 46px;
	padding: 8px;
	color: #ffffff;
	font-size: 30px;
} 
#banner .oneByOne_item .slide1_3 {
	color: #ffffff;
}         
#banner .oneByOne_item .slide1_2 {
	clear: left;
	position: relative;
	float: left;
	margin: 12px 12px 0 46px; 
	color: #f3f3f3;  
	padding: 8px;
	width: 460px;
	font-size: 16px;
	line-height: 25px;
}

#banner .oneByOne_item .button, #banner .oneByOne_item .button-blue, #banner .oneByOne_item .button-red, #banner .oneByOne_item .button-yellow, #banner .oneByOne_item .button-green, #banner .oneByOne_item .button-orange, #banner .oneByOne_item .button-pink {
	display: block;
	font-family: Arial, sans-serif;
	clear: left;
	padding: 8px 15px;
	font-size: 12px;
	margin: 25px 12px 0 54px;
	color: #fff;
	position: relative;
	z-index: 1;
	border: 3px solid #fff;
	float:left;
	
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	
	background: #00c6e7; /* Old browsers */
	background: -moz-linear-gradient(top,  #00c6e7 0%, #009fd6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c6e7), color-stop(100%,#009fd6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00c6e7 0%,#009fd6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00c6e7 0%,#009fd6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00c6e7 0%,#009fd6 100%); /* IE10+ */
	background: linear-gradient(top,  #00c6e7 0%,#009fd6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c6e7', endColorstr='#009fd6',GradientType=0 ); /* IE6-9 */
}      

#banner .oneByOne_item a:hover {
	text-shadow: 0 -1px 0 #0085cb;
	background: #00c5e6; /* Old browsers */
	background: -moz-linear-gradient(top,  #00c5e6 0%, #0085cb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c5e6), color-stop(100%,#0085cb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00c5e6 0%,#0085cb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00c5e6 0%,#0085cb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00c5e6 0%,#0085cb 100%); /* IE10+ */
	background: linear-gradient(top,  #00c5e6 0%,#0085cb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c5e6', endColorstr='#0085cb',GradientType=0 ); /* IE6-9 */
}        

#banner .oneByOne_item img.singleImage{ 
	position: absolute;
	top: 25px; 
	left: 55px;
}

#banner .oneByOne_item .slide5Txt1{ 
	margin: 180px 0 0 227px;
	color: #fff;
	font-size: 26px;           
}
 
#banner .oneByOne_item .slide5Txt2{ 
	margin: 30px 0 0 55px;
	width: 940px;
	text-align: center;
	color: #f3f3f3;	
	font-size: 16px;
	line-height: 25px;
}

#banner .oneByOne_item .slide5Img1 {
	position: absolute;
	left: 275px;
}

#banner .oneByOne_item .slide5Img2 {
	position: absolute;
	left: 354px;
}

#banner .oneByOne_item .slide5Img3 {
	position: absolute;
	left: 452px;
	z-index: 10;
}

#banner .oneByOne_item .slide5Img4 {
	position: absolute;
	left: 576px;
	z-index: 5;
}

#banner .oneByOne_item .slide5Img5 {
	position: absolute;
	left: 678px;
}

#banner .oneByOne_item .slide4_1 {
	position: relative;
	top: 100px;
	left: 55px;
	font-size: 40px;
	color: #fff;
	float: left;
}

#banner .oneByOne_item .slide4_1 em {
	font-size: 57px;
	font-weight: 700;
	color: #fff;
	display: block;
}

#banner .oneByOne_item .slide4_2 {
	float: right;
	color: #fff;
	left: -53px;
	font-size: 16px;
	position: relative;
	top: 90px;
	width: 312px;
	line-height: 25px;
}

#banner .oneByOne_item .slide4_3 {
	position: absolute;
	top: 20px;
	left: 380px;
	z-index: 1;
}

#banner .oneByOne_item .slide4_4 {
	position: absolute;
	top: 20px;
	left: 510px;
}

#banner .oneByOne_item .slide4_5 {
	position: absolute;
	top: 134px;
	left: 445px;
}


/***** ARROWS, INDICATORS, AND ANIMATION STYLES *****/

.buttonArea{
    float: left;
    left: 50%;
    position: relative;            
    top: 100%;
	margin-top: -32px;
}                     
.buttonCon {  
    float: left;
    left: -50%;
    position: relative;     
	z-index: 10;
	background: url(../img/sliders/slider-pager-middle.png) repeat-x;
	top: -5px;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.buttonCon:before {
	content: '';
	background: url(../img/sliders/slider-pager-left.png) no-repeat;
	width: 17px;
	height: 34px;
	float: left;
}

.buttonCon:after {
	content: '';
	background: url(../img/sliders/slider-pager-right.png) no-repeat;
	width: 17px;
	height: 34px;
	float: right;
}

.buttonCon .theButton {
	display: block;
	color: #B22222;
	width: 18px;
	margin-right: 4px;
	height: 22px;
	background: url(../img/sliders/circlebutton.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	float: left;
	position: relative;
	top: 9px;
}

.buttonCon .theButton:last-child { margin-right: 0; }

.buttonArea a.active {
	background-position: 0 -22px;
}             

.arrowButton{    
	cursor: pointer;
	position: relative;
}
        
.arrowButton .prevArrow {
	background: url(../img/sliders/slider_arrows.png) no-repeat 0 0; 
	width: 37px;
	height: 46px;      
	position: absolute;
	z-index: 99;
	top: 130px;
} 

.arrowButton .prevArrow:hover { background-position: 0 -48px; }

.arrowButton .nextArrow {                 
	background: url(../img/sliders/slider_arrows.png) no-repeat -39px 0;
	width: 37px;
	height: 46px;
	position: absolute;
	top: 130px;
	z-index: 99;
	right: 0;	          
}   

.arrowButton .nextArrow:hover { background-position: -39px -48px; }

.animate0{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 0s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 0s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 0s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}         

.animate1{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: .2s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .2s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .2s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .2s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
} 

.animate2{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: .4s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .4s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .4s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .4s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
} 

.animate3{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: .6s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .6s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .6s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .6s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}   

.animate4{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: .8s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: .8s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: .8s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: .8s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}  

.animate5{
   	-webkit-animation-duration: .6s;
	-webkit-animation-delay: 1s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .6s;
	-moz-animation-delay: 1s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-ms-animation-duration: .6s;
	-ms-animation-delay: 1s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .6s;
	animation-delay: 1s;
	animation-timing-function: ease;
	animation-fill-mode: both;	          
}

.animate6{
    -webkit-animation-duration: .6s;
    -webkit-animation-delay: 1.2s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .6s;
    -moz-animation-delay: 1.2s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .6s;
    -ms-animation-delay: 1.2s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .6s;
    animation-delay: 1.2s;
    animation-timing-function: ease;
    animation-fill-mode: both;              
}              

.animate7{
    -webkit-animation-duration: .6s;
    -webkit-animation-delay: 1.4s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: .6s;
    -moz-animation-delay: 1.4s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-duration: .6s;
    -ms-animation-delay: 1.4s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: .6s;
    animation-delay: 1.4s;
    animation-timing-function: ease;
    animation-fill-mode: both;              
}      


.slide1_1 a:link,
.slide1_1 a:visited {font-size: 16px; line-height: 25px; color:#FFF;}
.slide1_1 a:hover {font-size: 16px; line-height: 25px; color:#FFF;}


