﻿


.


.gallerycontainer
{
	position: relative;
}

.thumbnail img
{
	border: 1px solid white;
	margin: 0 5px 5px 0;
}

.thumbnail:hover
{
	background-color: transparent;
}

.thumbnail:hover img
{
	border: 1px solid blue;
}

.thumbnail span
{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: gray;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img
{
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span
{
	visibility: visible;
	top:auto;
	left: auto;
	right:auto;
	z-index: 150;
	bottom: auto;
}
















.imgsize /* this class use the static image */
{
	width: 200px;
	height: 200px;
}











.imghover
{
	width: 350px;
	height: 250px;
	border-right: #ff9900 thin solid;
	border-top: #ff9900 thin solid;
	border-left: #ff9900 thin solid;
	border-bottom: #ff9900 thin solid;
}
.space
{
	padding-right: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	margin-right: 30px;
}
.productsize
{
	width: 200px;
	height: 200px;
	border-right: #669999 2px solid;
	border-top: #669999 2px solid;
	border-left: #669999 2px solid;
	border-bottom: #669999 2px solid;
}
#smbg
{
	background-color: lightgrey;
	text-align: right;
	direction: rtl;
}

