@charset "utf-8";
/* CSS Document */

#mainVisual {
	margin:0px auto;
	width:900px;
	height:280px;
	text-align:center;
	overflow:hidden;
}

#swf{
	position:relative;
	width: 900px;
	height: 280px;
	float: left;
	overflow:hidden;
}

#swf ul#images li {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#swf ul#images li.imageFrist {
    position:absolute;
    top:-110px;
    left:0;
    z-index:8;
}

#swf ul#images li.active {
    z-index:10;
}

#swf ul#images li.last-active {
    z-index:9;
}


#swf ul#text li {
    position:absolute;
    width:288px;
	height:130px;
	/*background-color:#39F;*/
	z-index:18;
	opacity:0;
}


/*#swf ul#text li:hover {
  background-color:#F93;
}*/


#swf ul#text li a {
    display:inline-block;
	 width:288px;
	height:130px;
	/*background-color:#F30;*/
	text-indent:-99999px;
}




#swf ul#text .li_1{
	  top:0px;
	  left:0px;
	  background:url(../../img/offer/offer_li1.png) no-repeat;
	  transition: background 1s;
	  -moz-transition: background 1s;
	  -webkit-transition: background 1s;
	  -o-transition:background 1s;
	}
	
#swf ul#text .li_1:hover{
	  background:url(../../img/offer/offer_li1_hover.png) no-repeat;
	  z-index:1000;
	}	
	

#swf ul#text .li_2{
	  top:0px;
	  left:306px;
	  background:url(../../img/offer/offer_li2.png) no-repeat;
	   transition: background 1s;
	  -moz-transition: background 1s;
	  -webkit-transition: background 1s;
	  -o-transition:background 1s;
	   
	}
	
#swf ul#text .li_2:hover{
	  background:url(../../img/offer/offer_li2_hover.png) no-repeat;
	  z-index:1000;
	}	
	

#swf ul#text .li_3{
	  top:0px;
	  left:612px;
	  background:url(../../img/offer/offer_li3.png) no-repeat;
	   transition: background 1s;
	  -moz-transition: background 1s;
	  -webkit-transition: background 1s;
	  -o-transition:background 1s;
	   
	}
	
#swf ul#text .li_3:hover{
	  background:url(../../img/offer/offer_li3_hover.png) no-repeat;
	  z-index:1000;
	}	
	
	
	
#swf ul#text .li_4{
	  bottom:0px;
	  left:612px;
	   background:url(../../img/offer/offer_li4.png) no-repeat;
	    transition: background 1s;
	  -moz-transition: background 1s;
	  -webkit-transition: background 1s;
	  -o-transition:background 1s;
	   
	}
	
#swf ul#text .li_4:hover{
	  background:url(../../img/offer/offer_li4_hover.png) no-repeat;
	  z-index:1000;
	}		
	

	
#swf ul#text .li_5{
	  bottom:0px;
	  left:306px;
	   background:url(../../img/offer/offer_li5.png) no-repeat;
	    transition: background 1s;
	  -moz-transition: background 1s;
	  -webkit-transition: background 1s;
	  -o-transition:background 1s;
	   
	}
	
#swf ul#text .li_5:hover{
	  background:url(../../img/offer/offer_li5_hover.png) no-repeat;
	  z-index:1000;
	}		
	

	
#swf ul#text .li_6{
	  bottom:0px;
	  left:0px;
	   background:url(../../img/offer/offer_li6.png) no-repeat;
	    transition: background 1s;
	  -moz-transition: background 1s;
	  -webkit-transition: background 1s;
	  -o-transition:background 1s;
	    
	}
	
#swf ul#text .li_6:hover{
	  background:url(../../img/offer/offer_li6_hover.png) no-repeat;
	  z-index:1000;
	}		
						
							

/*#swf ul#text li {
    position:absolute;
    top:80%;
    right:0px;
    z-index:15;
	padding:10px;
	background-color:#0CF;
	color:#000;
	opacity:0;
	width:400px;
	min-height:10px;
	font-size:50px;
	text-align:right;
}

#swf ul#text li.active {
    z-index:17;
}

#swf ul#text li:first-child{
	position:absolute;
    top:50%;
	margin-top:-10px;
    left:50%;
	margin-left:-200px;
    z-index:15;
	padding:10px;
	background-color:#0CF;
	color:#000;
	opacity:0;
	width:400px;
	min-height:10px;
	font-size:50px;
	text-align:center;
	}

#swf ul#text li.last-active {
    z-index:16;
}*/

.top, .bottom{
	position:relative;
	  width:100%;
	  height:45px;
	  background-color:#00C;
	  z-index:1000;
	}




