#faded {
	width:913px;
	height:240px;
	position:relative;
	overflow: hidden;
}
	#faded ul,#faded ul li {
		height:240px;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	#faded .prev {
		position:absolute;
		left:6px;
		top:105px;
		background:url(../../images/mytheme/prev.png) no-repeat 0 0;
		width:15px;
		height:23px;
		z-index:10;
	}
	#faded .next {
		position:absolute;
		right:6px;
		top:105px;
		background:url(../../images/mytheme/next.png) no-repeat 0 0;
		width:15px;
		height:23px;
		z-index:10;
	}
	.searchBlock {
		position: absolute;
		left: 27px;
		bottom: 23px;
	}
		.searchBlock h3 {
			margin: 0;
			margin-bottom: 3px;
			font-size: 14px;
			text-transform: uppercase;
			color: #fff;
		}
		.cpt_product_search {
			position: relative;
			width: 250px;
            margin-top: 5px;
            margin-right: 10px;
		}
		.cpt_product_search input {
			width: 207px;
			height: 20px;
			//height: 17;
			border: 0;
			font-size: 9px;
			text-transform: uppercase;
			color: #898989;
		}
		.cpt_product_search input.searchSubmit {
			width: 33px;
			height: 22px;
			background: url(img/search_btn.gif) 0 0 no-repeat;
			cursor: pointer;
			padding: 0;
			overflow: hidden;
			text-indent: -200px;
		}
		.searchBlock p {
			margin: 0;
			margin-top: 3px;
			font-size: 10px;
			text-transform: uppercase;
			color: #fff;
		}
	.slogan {
		position: absolute;
		left: 487px;
		top: 38px;
		border-bottom: 1px dotted #fff;
		padding-bottom: 25px;
	}
		.slogan h2 {
			margin: 0;
			color: #eaeaea;
			font-size: 18px;
			text-transform: uppercase;
			margin-bottom: 5px;
		}
		.slogan h3 {
			width: 200px;
			margin: 0;
			color: #a0a0a0;
			font-size: 12px;
			text-transform: uppercase;
			margin-top: -1px;
		}
	.underSlogan {
		position: absolute;
		left: 490px;
		top: 130px;
		margin: 0;
	}
		.underSlogan ol {
			list-style-type: none;
			padding: 0;
		}
		.underSlogan ol li {
			padding: 4px 15px 15px 11px;
			background: url(../../images/mytheme/red-round.png) 0 0 no-repeat;
			font-size: 15px;
			color: #fff;
		}
		.underSlogan ol li a {
			margin-left: 20px;
			color: #fff;
			text-transform: uppercase;
			text-decoration: none;
		}
			.underSlogan ol li a cufon {
				border-bottom: 1px solid #fff;
			}