@charset "utf-8";
/* CSS Document */
#wheel {
	position:relative;
}
#wheel div#gallery {
	position:relative;
	left:25px;
	top:35px;
	width:550px;
	height:407px;
	padding:0 60px;
}
#wheel div#gallery div#wheelLeft {
	position:absolute;
	left:0px;
	top:165px;
	cursor:pointer;
}
#wheel div#gallery div#wheelLeft a.prev{
	background-image:url(../images/products/bg_index_award_left.png);
	background-repeat:no-repeat;
	width:35px;
	height:35px;
	display:block;
}
#wheel div#gallery div#wheelRight {
	position:absolute;
	right:0px;
	top:165px;
	cursor:pointer;
}
#wheel div#gallery div#wheelRight a.next{
	background-image:url(../images/products/bg_index_award_right.png);
	background-repeat:no-repeat;
	width:35px;
	height:35px;
	display:block;
}
#wheel div#gallery div.slideshow-container {
	position:absolute;
	top:0px;
	width:550px;
	height:407px;
	overflow:hidden;
}
#wheel div#gallery div.slideshow-container div.slideshow {
	position:absolute;
	top:0px;
	height:407px;
	left:0px;
}
#wheel div#gallery div.slideshow-container div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 550px;
	height: 407px; 
}
/*
#wheel div#gallery div.slideshow-container div.slideshow td a.advance-link {
	display: block;
	width: 550px;
	height: 407px; 
	text-align: center;
	padding:0px;
}
*/
#wheel div#gallery div.slideshow-container div.slideshow table {
	border:0px;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	table-layout: fixed; /*防止表格被撐大(IE8)*/
}
#wheel div#gallery div.slideshow-container div.slideshow table td {
	padding:0px;
	text-align:center;
	vertical-align:middle;
	width:550px;
	height:407px;
	border-left:none;
}
#wheel div#gallery div.slideshow-container div.slideshow table td img {
	max-width:550px;
	max-height:407px;
}
/*
#wheel div#gallery div.slideshow-container div.slideshow a.advance-link {
	text-decoration: none;
}
*/
#wheel div#gallery div.slideshow-container div#slideshow div.eachItem {
	float:left;
	width:550px;
	height:407px;
	overflow:hidden;
}
#wheel div#gallery div#slideshow-container div#slideshow div.eachItem table {
	border:0px;
	padding:0px;
	border-collapse:collapse;
	border-spacing:0px;
	table-layout: fixed; /*防止表格被撐大(IE8)*/
}
#wheel div#gallery div#slideshow-container div#slideshow div.eachItem table td {
	padding:0px;
	text-align:center;
	vertical-align:middle;
	width:550px;
	height:407px;
}
#wheel div#gallery div#slideshow-container div#slideshow div.eachItem table td img {
	max-width:550px;
	max-height:407px;
}




ul.thumbs {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float:left;
	margin:0 5px 10px;
	background-image:url(../images/products/bg_gallery_small_off.gif);
	cursor:pointer;
	width:101px;
	height:74px;
	overflow:hidden;
	padding:1px;
	display:block;
}
ul.thumbs li:hover {
	background-image:url(../images/products/bg_gallery_small_on.gif);
}

ul.thumbs table {
	border:0px;
	border-collapse:collapse;
	border-spacing:0px;
	padding:0px;
	table-layout: fixed; /*防止表格被撐大(IE8)*/
}
ul.thumbs table td {
	border:0px;	
	padding:0px;
	width:101px;
	height:74px;
	text-align:center;
	vertical-align:middle;
	border-left:none;
}
#wheel ul.thumbs table td img {
	max-width:101px;
	max-height:74px;
}
