/******************************************************************************/
/* cweb_banner ****************************************************************/
/******************************************************************************/

div.cweb_banner {
	width: 1000px;
	height: 320px;
	background-color: #ffffff;
	position: relative;
}

/******************************************************************************/
/* cweb_banner - image ********************************************************/
/******************************************************************************/

div.cweb_banner div.image {
	width: 1000px;
	height: 320px;
	opacity: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
}

div.cweb_banner div.image:first-child {
	opacity: 1;
	z-index: 1001;
}
/*
div.cweb_banner div.image  > div.text {
	width: 1000px;
	height: 320px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10000;
}

div.cweb_banner > div.image > a{
	width: 1000px;
	height: 320px;
	display: block;
	z-index: 15000 !important;
	position: absolute;
	top: 0;
	left: 0;
}
*/
