﻿#slidebox
{
	position: relative;
	/*float: none;*/
	margin: 0 auto;
	overflow: hidden;
	top: -1px;
	
}

#slidebox, #slidebox ul
{
	width: 710px;
	height: 341px;
}
#slidebox, #slidebox ul li
{
	width: 100%;
	height: 341px;
}
#slidebox ul li
{
	position: relative;
	left: -1px;
	background: #eee;
	float: left;
	list-style: none;
	padding: 0 0;
}

#slidebox .next, #slidebox .previous
{
	position: absolute;
	z-index: 2;
	display: block;
	width: 53px;
	height: 73px;
	top: 150px;
}
#slidebox .next
{
	right: 0;
	margin-right: 10px;
	background: url(../../Mod_Tablet/images/Auto/scroll2Tablet.png) no-repeat left top;
}
#slidebox .next:hover
{
	background: url(../../Mod_Tablet/images/Auto/scroll2Tablet.png) no-repeat left top;
	cursor: pointer;
}
#slidebox .previous
{
	margin-left: 10px;
	background: url(../../Mod_Tablet/images/Auto/scrollTablet.png) no-repeat left top;
}
#slidebox .previous:hover
{
	background: url(../../Mod_Tablet/images/Auto/scrollTablet.png) no-repeat left top;
	cursor: pointer;
}

#slidebox .thumbs
{
	position: absolute;
	z-index: 2;
	bottom: 10px;
	right: 305px;
}
#slidebox .thumbs a
{
	display: block;
	margin-left: 2px;
	float: left;
	padding: 10px 10px;
	background: url(../../Mod_Tablet/images/btn1Tablet.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#slidebox .thumbs a:hover
{
	background: url(../../Mod_Tablet/images/btn2Tablet.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#slidebox .thumbs .thumbActive
{
	background: url(../../Mod_Tablet/images/btn2Tablet.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	margin-left: 2px;
	float: left;
	padding: 10px 10px;
}
