/*** @Created:P30doctor.com (Abolfazl Talebi)* @version:P30 Imagescroll* @package:Joomla* @copyright:Copyright (C) 2010 - 2011 P30doctor. All rights reserved.* @license:GNU/GPL, see LICENSE.php* @Email:abimanager@gmail.com* Joomla! is free software. This version may have been modified pursuant* to the GNU General Public License, and as distributed it includes or* is derivative of works licensed under the GNU General Public License or* other free or open source software licenses.* See COPYRIGHT.php for copyright notices and details.*/
.shop-product {
	direction: ltr;
	position: relative;
	text-align: left;
	overflow: hidden;
	clear: both;
  height:152px !important;
}
/*.shop-product h2 {
	background: url('../images/review-title.gif') no-repeat scroll center top transparent;
	height: 36px;
	text-indent: -9999px;
}
*/
.product-wrapper {
	left: 30px;
	margin: 0px 10px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
  height:150px;
}
#product-body {
	width: 924px;
	overflow: hidden;
	clear: both;
}
#product-body a {
	border: 0px solid #ddd;
	background-color: #FFFFFF;
	display: block;
	float: left;
	padding: 0px 0;
	margin: 0 15px 0px 0;
	text-decoration: none;
}
#product-body a:hover {
}
#product-body li {
	display: inline;
}
#product-body span {
	display: block;
	padding-top: 3px;
	text-align: center;
}
#product-body img {
	padding: 0px 0 10px;
}
#btn1 {
	background: #fff url('../images/button_left.png') no-repeat  left top;
	left: 4px;
	top: 50px;
  border-right:1px solid #fff;
  border-left:1px solid #ddd;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;

}
#btn2 {
	background: #fff url('../images/button_right.png') no-repeat left top;
	right: 12px;
	top: 50px;
  border-right:1px solid #ddd;
  border-left:1px solid #fff;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
#btn1, #btn2 {
	cursor: pointer;
	height: 50px;
	position: absolute;
	text-indent: -9999px;
	width: 35px;
}