/*登入*/
#login_frame{
    background-color: #f9f9f9;
    width: 50%;
    height: 50%;
    position:absolute;
    left:35%;
    top:45%;	
    margin-top:-150px;
    margin-left:-150px;
    border-radius: 10px;
    box-shadow: 0px 0px 100px 1px gainsboro;
}

#login_title{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background-color: #111;
    border-radius: 5px;
    font-size: 36px;
    font-weight: bold;
    font-family: "標楷體";
}

.login_form{
    margin: 0 auto;
    position: relative;
    top: 18%;
    width: 80%;
    text-align: center;
    font-weight: bold;
}

form[name="login"]{
    background-color: #f9f9f9;
}

.login_input_text{
    width: 50%;
    height: 20px;
    border-radius: 5px;
    background-color: #333;
    color : #fff;
    font-size: 16px;
    font-weight: bold;
}

#title{
    text-align: center;
    width: 100%;
    font-size: 36px;
    color: #fff;
    position: relative;
    top: 5%;
}

img:hover{
    box-shadow: 0px 0px 30px 1px #444;
}

#footer{
  background:#fff; 
  color:#000; 
  text-align:center;
  padding:5px;
  width:100%;
  position:fixed; 
  bottom:0; 
}

/*輪播系統*/

*{
    margin:0;
    padding:0;
    list-style-type:none;
    background-color: #000;
}

a,img{
    border:0;
}

body{
    font:12px/180%, Arial, Helvetica, sans-serif, "新宋体";
}

/* gla */
#gla{
    margin:0 auto;position:relative;background:url(images/gla_bac.png);height:404px;overflow:hidden;
}
#gla_box{
    width:700px;margin:auto;position:relative;
}

#gla_box .prev,#gla_box .next{
    display:block;
    z-index:100;
    overflow:hidden;
    cursor:pointer;
    position:absolute;
    width:52px;
    height:52px;
    top:171px;
}

#gla_box .prev{
    background:url(../img/btn.png) left bottom no-repeat;left:-155px
}

#gla_box .next{
    background:url(../img/btn.png) right bottom no-repeat;right:-140px
} 

#gla_box .prev:hover{
    background-position:left top;
}

#gla_box .next:hover{
    background-position:right top;
}

.gla_inbox{
    overflow:hidden;
    position:relative;
}

.gla_inbox p{
    text-indent:1em;
    font-size:14px;
    width:100%;
    color:#fff;
    line-height:30px;
    background:#000;
}

.gla_inbox a{
    padding:5px;
    display:block;
    position:absolute;
    top:220px;
    left:90px;
    background:#0066CC;
    color:#FFF;
}

.gla_inbox img{
    width:100%;
    height:60%;
}

.roundabout-holder{
    height:404px;
    width:700px;
}

.roundabout-moveable-item{
    display:block;
    height:300px;
    width:500px;
    cursor:pointer;
}

.roundabout-in-focus{
    cursor:auto;
}

#all{
    position: relative;
    top:10%;
}