
@charset "utf-8";
/* CSS Document */


#apDiv1 {
	position:absolute;
	width:159px;
	height:265px;
	z-index:1;
	left:841px;
	top:0px;
	background-image:url(../big-images/mark.png);
	background-position:left top;
	background-repeat:no-repeat;
}


.showroom { 
width:1000px;
height:240px;
padding-top:11px;
padding-bottom:11px;
float:left;
position:relative;
overflow:hidden;
}


/*以下為輪播樣式*/

 /* slider */
.slider{
margin:5px auto;
width:1000px;
height:240px;
position:relative;
overflow:hidden;
}

.conbox{
	position:absolute;/*必要元素*/
	}
	
.switcher {
position:absolute;
bottom:10px;
right:10px;
float:right;
z-index:99;
}

.switcher a{
background:url(../big-images/White.png) no-repeat; 
cursor:pointer;
float:left;
font-family:arial;
height:18px;
width:18px;
line-height:18px;
text-align:center;
}
.switcher a.cur,.switcher a:hover{
background: url(../big-images/green.png) no-repeat; 
height:18px;line-height:18px;
width:18px;}

/* slider1 水平 */
#slider1 .conbox{
width:9999em;}
#slider1 .conbox div{
width:1000px;height:240px;
overflow:hidden;float:left;
 position:relative;}
#slider1 .conbox span { position:absolute;
 bottom:18px;
  right:140px;
   z-index:5;
color:#FFF;
 font-size:12px; 
}
 
.comer{
	position:absolute;
	top:0;
	left:-8px;
}
