.slideshow {
	position: relative;
	padding:0;
	margin: 0;
	margin-top: 10px;
	min-height: 354px;
	width: 620px;
	background-color:#f7f7f7;
	}
ul.img_main {
	position: relative;
	margin: 0;
	padding: 0;
	height: 354px;
	width: 620px;
	background-color:#f7f7f7;
	overflow: hidden;
	}
ul.img_main li.panel {
	position: relative;
	list-style-image: none;
	list-style-position: none;
	list-style-type: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	height: 354px;
	width: 620px;
	background-repeat: no-repeat;
	background-position: 0 bottom;
	}
ul.img_main h2.seal {
	position: absolute;
	top: 10px;
	left: 15px;
	height: 158px;
	width: 146px;
	color: #191970;
	font-style: italic;
	font-size: 18px;
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, Sans Serif;
	text-indent: -9000px;
	background: url(../img/seal.png) no-repeat 0 0 ;
	}

div.net_icons {
	position: absolute;
	top: 20px;
	right: 20px;
	}
div.merchant_circle,
div.net_icons_side {
	position: relative;
	margin: 10px auto 10px auto;
	text-align: center;
	}
div.net_icons img,
div.net_icons_side img,
div.merchant_circle img {
	border: none;
	}

div.thumbs {
	position: relative;
	height: auto;
	width: auto;
	text-align: center;
	margin-bottom: 20px;
	}
ul.img_thumb {
	position: relative;
	height: 12px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	text-align: center;
	z-index:200;
	}
ul.img_thumb {
	width: 170px;
	}
ul.img_thumb li {
	position: relative;
	float: left;
	list-style-image: none;
	list-style-position: none;
	list-style-type: none;
	width: 12px;
	height: 12px;
	margin: 0 0 0 1px;
	padding: 0;
	}
ul.img_thumb li:hover,
ul.img_thumb li.active {
	}
ul.img_thumb a {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	background-image:url(../img/digits.png);
	background-repeat: no-repeat;
	background-position: center 0;
	cursor: pointer;
	}
ul.img_thumb li a:hover {
	color: #808080;
	background-position: center -12px;
	}
ul.img_thumb li a.activeSlide {
	color: #ff0000;
	background-position: center -24px;
	}
ul.img_thumb li a:focus { 
	outline: none;
	}
ul.img_thumb img {
	border: none;
	display: block;
	}

.slideshow a.next,
.slideshow a.prev {
	display: block;
	width:41px;
	height:41px;
	z-index:2;
	}
.slideshow a.next {
	background:url(../img/next_back.png) no-repeat;
	}
.slideshow a.next:hover {
	background-position:0 -41px;
	}
.slideshow a.next:active {
	background-position:0 -82px;
	}
.slideshow a.prev  {
	background:url(../img/prev_back.png) no-repeat;
	}
.slideshow a.prev:hover  {
	background-position:0 -41px;
	}
.slideshow a.prev:active {
	background-position:0 -82px;
	}

/*********************/