.flash_over { width:990px; height:auto; position:static; top:0; left:0; float:left; background-image:none; /*background:url(/i/bg.gif) no-repeat 300px top; */}

.col_a { float:left; }
.col_b { width:185px; height:500px; float:left; }
.col_c { width:620px; float:left; padding:12px 0 20px 0; }

.col_c .box, .col_c .bg {/* opacity:.0; filter: alpha(opacity = 0);*/}
.col_c .box { width:580px; height:490px; position:absolute; /*left:350px;*/ overflow:hidden; display:block; top:30px; visibility:visible;  }
.col_c .box p { padding:4px 4px 10px 0; color:#cccccc }
.col_c .box p a { color:#cccccc; text-decoration:none; }
.col_c .box p a:hover { color:#ffffff; }
.col_c .box p.img { text-align:center; padding:0; }
.col_c .box p.img img { }
.col_c .bg { width:580px; height:493px; padding:10px; position:absolute; top:30px; /*left:350px;*/ background:#000000; opacity:.4; filter: alpha(opacity = 40);}

.col_c p { color:#cccccc; text-align:justify; padding:6px 0 12px 0; font-weight:600; letter-spacing:0.8px;}
/*
.col_c h1 span { display:none; }
*/

.col_a ul { padding:10px;}
/* local */

/*slideshow*/

#slideshow #slidesContainer {
	margin:0 auto;
	width:538px;
	height:462px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:538px; /* reduce by 20 pixels to avoid horizontal scroll */
  height:462px;
}
#slideshow #slidesContainer .slide img { padding:4px; border:1px solid #757779; }

#slidesContainer div.title  
{
    position:relative;
    color:#FFFFFF; 
    text-align:left; 
    }
/**
 * Slideshow controls style rules.*/
 
.control {
  display:block;
  width:20px;
  height:442px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:29px;
  left:0;
  background:transparent url(../i/control_sx.png) no-repeat 0 0;
}
#rightControl {
  top:29px;
  right:0;
  background:transparent url(../i/control_dx.png) no-repeat 0 0;
}


/*scroller*/
.slider
{
    height: 389px;
    width: 20px;
	margin:72px 0 0 0;
    float:right;  position:relative;
}
.scroller
{
    width: 550px;
    height: 464px;
    overflow:hidden;
}
.content
{
    width: 560px;
}

.ui-slider-handle { width:20px; height:72px; position:absolute; background:url(../i/scrollbar.png) no-repeat 0 0; z-index:2; }

.col_c h1 a { text-decoration:none; color:#fff;}

.col_c .box, .col_c .bg {
    opacity:1; filter: alpha(opacity = 100);
}
