@charset "utf-8";

/* css3 */
*{
	-webkit-transition: background-color 0.3s linear 0.01s;
	-moz-transition: background-color 0.3s linear 0.01s;
	-ms-transition: background-color 0.3s linear 0.01s;
	-o-transition: background-color 0.3s linear 0.01s;
	transition: background-color 0.3s linear 0.01s
}

A{
	 -webkit-transition: color 0.3s linear 0.01s;
	 -moz-transition: color 0.3s linear 0.01s;
	 -ms-transition: color 0.3s linear 0.01s;
	 -o-transition: color 0.3s linear 0.01s;
	 transition: color 0.3s linear 0.01s
}


/* main UI */
.AIVEN-scrollSlider, .AIVEN-scrollSlider *{
    margin:0;
	padding:0;
	list-style:none
}

.AIVEN-scrollSlider, .AIVEN-scrollSlider .inner A{
   width:460px;
}

.AIVEN-scrollSlider{
   height:260px;
   overflow:hidden;
   position:relative;
   font-family:Microsoft YaHei, 微软雅黑, SimSun, Arial, 宋体;
}


.AIVEN-scrollSlider .inner{
   width:2000%;
   height:100%;
   position:relative
}

.AIVEN-scrollSlider .inner A{
   height:100%;
   display:list-item;
   float:left
   
}

.AIVEN-scrollSlider .inner A IMG{
    width:100%;
	height:100%;
	border:0
}


/* titlebar */

.AIVEN-scrollSlider .titlebar, .titlebar DIV{
  position:absolute;
  top:0;
  left:0
}


.AIVEN-scrollSlider .titlebar{
  width:100%;
  height:40px;
  line-height:40px;
  text-align:center
}

.AIVEN-scrollSlider .titlebar DIV{
   width:100%; 
   height:100%
}

.AIVEN-scrollSlider .titlebar .masklayer{
  background-color:#000000;
  filter:alpha(opacity=60);
  -moz-opacity:0.6;
  -khtml-opacity:0.6;
  opacity:0.6
}

.AIVEN-scrollSlider .titlebar .title{
  overflow:hidden
}

.AIVEN-scrollSlider .titlebar .title A{
   color:#FFFFFF;
   text-decoration:none
}

.AIVEN-scrollSlider .titlebar .title A:HOVER{
   color:#EA3232
}




/* buttons */
.AIVEN-scrollSlider .buttons{
  height:8px;
  position:absolute;
  right:10px;
  bottom:10px
}

.AIVEN-scrollSlider .buttons LI{
   width:35px;
   height:100%;
   background-color:#000000;
   float:left;
   margin-left:10px;
   filter:alpha(opacity=50);
   -moz-opacity:0.5;
   -khtml-opacity:0.5;
   opacity:0.5;
   cursor:pointer
}


.AIVEN-scrollSlider .buttons LI#present{
   filter:alpha(opacity=100);
   -moz-opacity:1;
   -khtml-opacity:1;
   opacity:1;
   background-color:#B13333;
   cursor:default
}

