/*
 * iweb22 - style07
 * http://iweb22.appseo.com.tw
 *
 * Copyright 2013, Evelyn Wang
 * 
 * 
 * December 2013
 */
 
 
/* +sider
*----------------------------------------------------------------------------*/
#sider {
	width: 100%;
	height: 580px;
	overflow: hidden;
}
#sider ul {
	margin: 70px auto 0;
	overflow: hidden;
}
#sider ul li {
	width: 100%;
	height: 580px;
}


/* +content
*----------------------------------------------------------------------------*/
.wrapper .content .contentMain {
	padding: 300px 0 0;
	width: 770px;
	float: right;
	overflow: hidden;
}
.wrapper .content .contentMain #latest-news {
	margin: 0 0 0 30px;
	padding: 80px 40px 130px 20px;
	width: 315px;
	background: url(../../images/07/index/bg-news.png) no-repeat 0 0;
	float: left;
	position: relative;
}
.wrapper .content .contentMain #latest-news h3 {
	display: none;
}
.wrapper .content .contentMain #latest-news .wrap {
	height: 170px !important;
	overflow: hidden;
}
.wrapper .content .contentMain #latest-news .wrap ul {
	height: 170px !important;
}
.wrapper .content .contentMain #latest-news .wrap ul li {
	margin: 5px 0;
	overflow: hidden;
}
.wrapper .content .contentMain #latest-news .wrap ul li h4 {
	padding: 0 0 0 15px;
	width: 205px;
	background: url(../../images/07/index/dot01.png) no-repeat 0 5px;
	float: left;
}
.wrapper .content .contentMain #latest-news .wrap ul li p {
	width: 80px;
	float: right;
	text-align: right;
}


.wrapper .content .contentMain .hotproduct {
	width: 365px;
	float: left;
	position: relative;
}
.wrapper .content .contentMain .hotproduct #products {
	margin: 10px;
	width: 325px;
}
.wrapper .content .contentMain .hotproduct #products .photoView {
	margin: 40px 35px 0 90px;
	width: 240px;
	height: 220px;
	overflow: hidden;
}
.wrapper .content .contentMain .hotproduct #products .photoView img {
	width: 240px;
}
.wrapper .content .contentMain .hotproduct #products .subphto {
	width: 345px;
	height: 67px;
	overflow: hidden;
	position: absolute;
	z-index: 220;
	top: 280px;
}
.wrapper .content .contentMain .hotproduct #products .subphto ul {
	overflow: hidden;
}
.wrapper .content .contentMain .hotproduct #products .subphto ul li {
	margin: 0 10px 0 0;
	width: 100px;
	float: left;
}
.wrapper .content .contentMain .hotproduct #products .subphto ul li img {
	width: 100px;
	height: 67px;
}
.wrapper .content .contentMain .hotproduct .bannerWrap {
	width: 365px;
	height: 365px;
	background: url(../../images/07/index/bg-products.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	z-index: 210;
}