﻿#views_block
{
	margin: 0 auto;
	width: 185px;
	height: 81px;
}
#image-block1
{
	text-align:center;
	margin: 0 auto;
	height: 230px;
	width: 302px;
}
#view_scroll_left
{
	background: transparent url(../img/thumbs_left.gif) no-repeat scroll center center;
}

#view_scroll_left, #view_scroll_right
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../img/thumbs_left.gif) no-repeat scroll center center;
	display: block;
	float: left;
	height: 18px;
	margin-top: 30px;
	text-indent: -3000px;
	width: 9px;
}
#view_scroll_right
{
	background-image: url(../img/thumbs_right.gif);
}
#thumbs_list
{
	overflow: hidden;
	width: 259px;
	float: left;
}
#thumbs_list ul
{
	margin-top: 5px;
	padding-left: 0px;
}
#thumbs_list li
{
	float: left;
	cursor: pointer;
}
#productscategory_scroll_left, #productscategory_scroll_right
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../img/thumbs_left.gif) no-repeat scroll center center;
	display: block;
	float: left;
	height: 18px;
	margin-top: 30px;
	text-indent: -3000px;
	width: 9px;
}
#productscategory_scroll_right
{
	background-image: url(../img/thumbs_right.gif);
}
#productscategory_list
{
	float: left;
	overflow: hidden;
	width: 96%;
}
#productscategory_list li
{
	cursor: pointer;
	float: left;
	margin: 0 3px;
	overflow: hidden;
	text-align: center;
	width: 100px;
}

#productshow table tr td
{
	border-bottom:#DEDEDE 1px solid;
}