@charset "UTF-8";

#top_image #top_image_box {
  border:1px solid #CCCCCC;	
}

#top_image .frame {
    height: 200px;
    overflow: hidden;
    width: 714px;
    text-align: center;
}

#top_image .frame ul {
    width: 716px;
    font-size: 50px;
    height: 100%;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#top_image .frame ul li {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 714px;
}

#top_image #pagination {
  width: 714px;
  height:30px;
  background:url('../../img/vision/shadow_arc.jpg') 0 0 no-repeat;;
  background-color:#CCCCCC;
}

#top_image .pages {
    list-style: none outside none;
    margin: 0px;
    padding:10px 0 0 0;
    text-align: center;
}

#top_image .pages li {
    background:url('../../img/vision/pagination.png') 0 0 no-repeat;
    cursor: pointer;
    list-style:none;  
    padding:0;  
    margin: 0px 6px;  
    overflow:hidden;  
    display:inline-block;  
    text-align:left; 
    border: none !important;
    height: 15px;
    width: 14px;
    text-indent: -999px;
}

#top_image .pages li.active {
    background:url('../../img/vision/pagination_current.png') 0 0 no-repeat;
}

#top_image #controls {
  position:absolute;
  bottom:0px;
  left:5px;
}

#top_image #controls div {
  float: left;
	cursor: pointer;
  text-indent: 32px;
  font-weight: bold;
  line-height: 30px;
}

#top_image #controls div.stop {
  background:url('../../img/vision/btn_stop_01.png') 0 0 no-repeat;
}

#top_image #controls div.start {
  background:url('../../img/vision/btn_start_01.png') 0 0 no-repeat;
}
