


/* Container */
#iview{ display:none; width:980px; height:405px; margin:0 auto; position:relative; z-index:1;}
#iview .iviewSlider{ display:block; width:980px; height:405px; overflow:hidden; position:relative;}



/* Controls */
.iview-controlNav { position:absolute; left:0px; bottom:10px; z-index:99;}
.iview-items{}
.iview-items ul{ width:980px; list-style:none; text-align:center;}
.iview-items ul li{ display:inline; padding:0 3px;}
.iview-items ul li a{ width:19px; height:19px; display:inline-block; overflow:hidden; text-indent:-200px; background:url(../_img/bg_banner_pager.png) 0 -19px no-repeat; cursor:pointer;}
.iview-items ul li a.active{ background-position: 0px 0px;}



/* The captions in the Slider */
.iview-caption{}
.iview-caption.logo1{ width:100px; height:127px;}
.iview-caption.logo2{ width:114px; height:56px;}
.iview-caption.image{ width:980px; height:405px;}
.iview-caption { position:absolute; z-index:4; width:900px; font-family:'righteousregular';}

.iview-caption.size20 { font-size:20px; line-height:20px;}
.iview-caption.size30 { font-size:30px; line-height:30px;}
.iview-caption.size40 { font-size:40px; line-height:40px;}
.iview-caption.size70 { font-size:70px; line-height:70px;}

.iview-caption.darkBlue { color:#2e64b1;}
.iview-caption.lightBlue { color:#4794ea;}
.iview-caption.red { color:#b60101;}
.iview-caption.green { color:#32b2bd;}
.iview-caption.grey { color:#707070;}

.iview-caption.text { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#636363; font-size:14px; width:350px;}



.iview_dedails{ width:158px; height:45px; padding:18px 0 0 45px; display:block; position:absolute; left:40px; bottom:80px; background:url(../_img/iview_details.png) 0 0 no-repeat; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#FFFFFF; text-decoration:none;}

.iview_dedails2{ width:158px; height:45px; padding:18px 0 0 45px; display:block; position:absolute; left:40px; bottom:80px; background:url(../_img/iview_details2.png) 0 0 no-repeat; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#FFFFFF; text-decoration:none;}



/* The Preloader in the Slider */
#iview-preloader { position: absolute; z-index: 1000; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: #000 1px solid; padding: 1px; width: 100px; height: 3px;}
#iview-preloader div { float: left; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; height: 3px; background: #000;	width: 0px;}



/* The timer in the Slider */
#iview-timer { position: absolute; z-index: 100; border-radius: 5px; cursor: pointer; display:none !important;}
#iview-timer div { border-radius: 3px;}



/* The strips and boxes in the Slider */
.iview-strip { display:block; position:absolute; z-index:5;}
.iview-block { display:block; position:absolute; z-index:5;}



/* The video show in the Slider */
.iview-video-show { background: #000; position: absolute; width: 100%; height: 100%; z-index: 101;}
.iview-video-show .iview-video-container { position: relative; width: 100%; height: 100%;}
.iview-video-show .iview-video-container a.iview-video-close { position: absolute; right: 10px; top: 10px; background: #222; color: #FFF; height: 20px; width: 20px; text-align: center; line-height: 29px; font-size: 22px; font-weight: bold; overflow: hidden; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;}
.iview-video-show .iview-video-container a.iview-video-close:hover { background: #444;}