﻿/* Slider Home Page */

/* jssor slider arrow navigator skin 21 css */
/*
.jssora21l                  (normal)
.jssora21r                  (normal)
.jssora21l:hover            (normal mouseover)
.jssora21r:hover            (normal mouseover)
.jssora21l.jssora21ldn      (mousedown)
.jssora21r.jssora21rdn      (mousedown)
*/
.jssora21l, .jssora21r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url("/img-home/arrow21.png") center center no-repeat;
    overflow: hidden;
}
.jssora21l { background-position: -3px -33px; }
.jssora21r { background-position: -63px -33px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21l.jssora21ldn { background-position: -243px -33px; }
.jssora21r.jssora21rdn { background-position: -303px -33px; }

.jssorb21 {position: absolute;}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
position: absolute;
/* size of bullet elment */
width: 19px;
height: 19px;
text-align: center;
line-height: 19px;
color: white;
font-size: 12px;
background: url('/img-home/button21.png') no-repeat;
overflow: hidden;
cursor: pointer;
}
.jssorb21 div { background-position: -5px -5px; }
.jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
.jssorb21 .av { background-position: -65px -5px; }
.jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }

/* FMS Custom Styles
.SliderImageAccess	{background-image:url('/img-home/background-access-linear.jpg');}
 */
.SliderImageBlue 	{background-image:url('/img-home/background-blue.jpg');}
.SliderImageVisual	{background-image:url('/img-home/background-visual.jpg');}

.SliderContainerFMS {
position: relative; 
margin:0 auto;
top:0px;
left:0px;
width:1300px;
height:500px;
overflow: hidden;
}

.SliderTitle, .SliderTitleRight, .SliderTextBottom  {
position: absolute; 
width: 500px; 
height: 120px; 
padding: 5px;
text-align: left; 
color: #FFFFFF;	
}
.SliderTitle {
left: 30px; 
top: 30px; 
line-height: 60px; 
font-size: 50px;
text-transform: uppercase; 	
}
.SliderTitleRight {
/*
left:550px;
width:700px;
*/
left:500px;
width:800px;
top: 30px; 
line-height: 36px; 
font-size: 30px;
text-align:center;
font-weight:bold;
}
.SliderTextBottom {
position:absolute;
left:30px;
top:300px;  /* 300px */
line-height: 36px; 
font-size: 30px; 
color:white;	
}
.SliderLogo {
position: absolute; 
top: 60px; 
left: 30px;
background-color: transparent;
}
.SliderAnimationDiv {
position: absolute; 
top: 100px; 
left: 600px;
width: 600px; 
height: 400px;	
}
.SliderAccessLogo {
position:absolute; 
width:146px; 
height:150px; 
top:0px; 
left:0px;
}
.SliderAccessLogo250 {
position:absolute; 
width:243px; 
height:250px; 
top:0px; 
left:0px;
}
