/**
* @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:80px !important;

}

/*
.shop-product h2{
background:url('../images/review-title.gif') no-repeat scroll center top transparent;
height:36px;
text-indent:-9999px;

}
*/

.product-wrapper {
left:40px;
margin:6px 25px;
overflow:hidden;
position:relative;


}
#product-body {

width:984px;
overflow:hidden;
clear:both;

}
#product-body a {
border:1px solid #A3CBE6;
background-color:#FFFFFF;
display:block;
float:left;
padding:5px 0;
margin:0 7px 30px 0;
text-decoration:none;
}
#product-body a:hover {
background-color:#e2eeee;
}
#product-body li {
display:inline;
}
#product-body span {
display:block;
padding-top:3px;
text-align:center;
}

#product-body img {

padding:0px 3px 10px;
}
#btn1 {
background:url('../images/client_leftarrow.png') no-repeat scroll left top transparent;
left:0px;
top:0px;
}
#btn2 {
background:url('../images/client_rightarrow.png') no-repeat scroll left top transparent;
right:0px;
top:0px;
}
#btn1, #btn2 {
cursor:pointer;
height:93px;
position:absolute;
text-indent:-9999px;
width:39px;
}
