﻿
#divPrevious
{
	width:51px;
	height:564px;
	float:left;
	
}

#divNext
{
	width:51px;
	height:564px;
	
}

.divBetween
{
	width:8px;
	height:564px;
	float:left; 
	/*background-color:Yellow;*/
	display:block;
}


.divProduct
{
	width:216px;
	height:564px;
	float:left;
}

.divNameProduct
{
	width:216px;
	height:24px;
	background-color:#1c6847;
	color:White;
	display:block;
	border:solid 0px red;
	padding-left:0px;
	text-align:center;
	padding-top:5px;
}

.divImageProduct
{
	width:216px;
	height:283px;
	vertical-align:text-top;
	display:block;
	padding-top:1px;
	border-bottom:solid 2px #e72700;
}
.divImageBorderRed
{
	border:solid 1px  #e72700;
}
.divImageBorderWhite
{
	border:solid 2px  white;
	width:210px;
	height:256px;
}


.divTextProduct
{
	width:216px;
	height:219px;
	border:0px green solid;
	padding-top:11px;
	
	padding-left:0px;
	overflow-y:auto;
	overflow-x:hidden;	
}