/** 
 * Slideshow style rules.
 */


#carousel-wrapper {
    width: 980px;
    height: 290px;
    overflow: hidden;
}
#carousel-content {
	width: 14000px;
    
}
#carousel-content .slide {
    float: left;
    width: 980px;
    height: 290px;
}
.carousel-control{

text-decoration:none;
font-size:10px;
color:#666666;
}
img {
    border: 0;
}

#next  {
	margin:0;
	width:25px;
	position: absolute;
	left: 918px;
	top: 256px;
	z-index: 100;
	height: 30px;
}
#previous {
	margin:0;
	width:16px;
	position: absolute;
	left: 893px;
	top: 256px;
	z-index: 100;
	height: 29px;
}
#tex_s {
	margin:0;
	width:43px;
	position: absolute;
	left: 887px;
	top: 252px;
	z-index: 100;
	height: 29px;
	font-size:10px;
	color:#666666;
}


/*-------------------------*/
#carousel-wrapper1 {
    width: 360px;
    height: 210px;
    overflow: hidden;
}
#carousel-content1 {
	height: 380px;
}
#carousel-content1 .slide {
    float: left;
    width: 360px;
    height: 70px;
}
.carousel-control1{

text-decoration:none;
font-size:10px;
color:#666666;
}

#previous1 {
	margin:0;
	width:25px;
	position: absolute;
	left: 368px;
	top: 131px;
	z-index: 100;
	height: 23px;
}
#next1 {
	margin:0;
	width:26px;
	position: absolute;
	left: 368px;
	top: 171px;
	z-index: 100;
	height: 19px;
}

		.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 1000%;
			background-color: black;
			z-index:1001;
			background-color:#000000;
			filter:alpha(opacity=70);
			-moz-opacity:0.7;
			-khtml-opacity: 0.7;
			opacity: 0.7;

		}
		.white_content {
			display: none;
			position: absolute;
			top: 35%;
			left: 30%;
			width: 39.5%;
			height: 76%;
			padding: 16px;
			border: 16px solid #666666;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}
