/* Hand cursor over navigation elements */
.unoslider_navigation {
  cursor: pointer;
}

/* container which contains navigation and indicator */
.unoslider_navigation_container {
  width: 100%;
  height: 35px;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* Tooltip panel */
.unoslider_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Helvetica neue", Helvetica, Verdana, sans-serif;
  line-height: 35px;
  padding: 0 20px;
  text-align: left;
  color: #333333;
  font-size: 13px;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* play, pause, previous and next elements */
.unoslider_pause, .unoslider_play, .unoslider_left, .unoslider_right {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  position: absolute;
  display: block;
  background: url("inline.png") no-repeat;
}

/* play and pause elements */
.unoslider_pause, .unoslider_play {
  height: 21px;
  width: 20px;
  margin-top: -10.5px;
  margin-left: -10px;
  top: -1000px;
  right: 35px;
  
}

/* previous and next elements */
.unoslider_left, .unoslider_right {
  width: 13px;
  height: 24px;
  margin-top: -12px;
  top: -1000px;
}

/* previous */
.unoslider_left {
  background-position: 0px -25px;
  right: 70px;
  display:none;
}

/* next */
.unoslider_right {
  background-position: -17px -25px;
  right: 15px;
  display:none;
}

/* pause */
.unoslider_pause {
  background-position: -24px 0px;
  display:none;
}

/* play */
.unoslider_play {
  background-position: 0px 0px;
  display:none;
}

/* bullet indicator */
.unoslider_indicator {
  position: absolute;
  right: 10px;
  bottom: -3px;
  width: 100%;
  text-align: right;
}
.unoslider_indicator a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  cursor: pointer;
  margin: 3px;
  width: 12px;
  height: 15px;
  background-color: transparent;
  background: url("navoff.png") no-repeat;
}
.unoslider_indicator a {
  *display: inline;
}
.unoslider_indicator a.unoslider_indicator_active {
  background-position: 0px -73px;
}

		    .function openflash() {
		        $('#unoslider').hide();
		        $('#ctl00_HPBanner_ctl00_flasharea').show();
		    }

		    function closeflash() {
		        $('#unoslider').show();
		        $('#ctl00_HPBanner_ctl00_flasharea').hide();
		    }

		    var uflag = false;
		    $(document).ready(function () {
		        $('#unoslider').unoslider({
		            width: 904,
		            height: 320,
		            1: {
		                animation: {
		                    speed: 550,
		                    delay: 80,
		                    pattern: 'chess',
		                    direction: 'bottomright'
		                },
		                slideshow: {
		                    speed: 5.5
		                },
		                navigation: {
		                    autohide: true
		                }
		            }
,		            2: {
		                animation: {
		                    speed: 550,
		                    delay: 80,
		                    pattern: 'chess',
		                    direction: 'bottomleft'
		                },
		                slideshow: {
		                    speed: 5.5
		                },
		                navigation: {
		                    autohide: true
		                }
		            }
,		            3: {
		                animation: {
		                    speed: 550,
		                    delay: 80,
		                    pattern: 'chess',
		                    direction: 'topright'
		                },
		                slideshow: {
		                    speed: 5.5
		                },
		                navigation: {
		                    autohide: true
		                }
		            }
,		            4: {
		                animation: {
		                    speed: 550,
		                    delay: 80,
		                    pattern: 'chess',
		                    direction: 'topright'
		                },
		                slideshow: {
		                    speed: 5.5
		                },
		                navigation: {
		                    autohide: true
		                }
		            }
		        });
		        startUnoSlider();

		        $('.shine').hover(
					function () {
					    $(this).find('.shiner').stop().animate({ left: '500px' }, 700);
					},
					function () {
					    $(this).find('.shiner').stop().animate({ left: '-500px' }, 700);
					}
				);

});

		    function startUnoSlider() {
		        $('.unoslider_indicator a:nth-child(1)').attr('id', 'firstChild');
		        $('.unoslider_indicator a:nth-child(2)').attr('id', 'secondChild');
		        $('.unoslider_indicator a:nth-child(3)').attr('id', 'thirdChild');
		        $('.unoslider_indicator a:nth-child(4)').attr('id', 'fourthChild');
		        var count = $('.unoslider_indicator').size();
		        if (count == 0)
		            setTimeout('startUnoSlider();', '10');


}
#firstChild.unoslider_indicator_active{background: transparent url("nav1on.png") no-repeat;}
#secondChild.unoslider_indicator_active{background: transparent url("nav2on.png") no-repeat;}
#thirdChild.unoslider_indicator_active{background: transparent url("nav3on.png") no-repeat;}
#fourthChild.unoslider_indicator_active{background: transparent url("nav4on.png") no-repeat;}

#shine12{width:455px;height:120px;position:absolute;z-index:200;left:45px;top:45px;overflow:hidden;}
#shine1{}
#shine2{}
#shine22{width:400px;height:160px;position:absolute;z-index:200;left:45px;top:45px;overflow:hidden;}
#shine3{}
#shine32{width:400px;height:115px;position:absolute;z-index:200;right:45px;top:45px;overflow:hidden;}
#shine4{width:352px;height:108px;position:absolute;z-index:200;right:45px;top:45px;overflow:hidden;}
.shiner{height:160px;width:500px;background:transparent url('bigshine.png') right top;position:absolute;left:-500px;}

#flasharea{display:none;width:904px;height:320px;;margin:5px auto;}
#flasharea a.close {padding:2px 10px; float:right; text-decoration:none; color:#ffffff; background-color:#a5a5a5; font-size: 10px; font-family: Verdana, Arial;}
.slide1{
	height: 100%;
	width: 100%;
}

.slide2{
	background: #ccc;
	color: #333;
	height: 100%;
	width: 100%;
}

.slide2 p{
	margin: 0;
}
#actionbak1{position:absolute;z-index:100;left:44px;top:236px;width:227px;height:24px;}
#action1{position:absolute;z-index:100;left:627px;top:243px;width:227px;height:24px;}
#action2{position:absolute;z-index:100;left:40px;top:175px;width:245px;height:50px;}
#action32{position:absolute;z-index:100;right:93px;top:182px;width:325px;height:43px;background: url('action3.png') top left no-repeat;}
#action3{position:absolute;z-index:100;right:93px;top:140px;width:325px;height:43px;}
#action42{position:absolute;z-index:100;right:133px;top:188px;width:260px;height:63px;background: url('action4.png') top left no-repeat;}
#action4{position:absolute;z-index:100;left:40px;top:210px;width:245px;height:50px;background: url('action2.png') top left no-repeat;}
#action3new{position:absolute;z-index:100;left: 40px;top: 210px;width:124px;height:30px; text-indent: -9999px;}
	#action4new{position:absolute;z-index:100;left: 487px;top: 140px;width:124px;height:30px; text-indent: -9999px;}
	#action1, #action2, #action3, #action4  {text-indent: -9999px;}
