/*----------------------------------------------------------------------*/
#productsImageWrapper{overflow:hidden; width:100%; height: auto;}
#mainImageWrapper{position:relative;width: 100%; height: 0;padding-bottom: 100%;overflow:hidden;}
#mainImageWrapper img{width:100%; height:auto;}
#pajax{display:none;position:absolute;top:40%; left:40%;}
#pajax img{width:32px;}
#thumbnailWrapper ul li img{width:100%; height:auto;}
/*
.next{
	position:absolute;
	right:0px;
	top:30%;
	width:15px;
	height:24px;
	background:url(../images/jeows.png)bottom right no-repeat;
	cursor:pointer;
	}
	*/
#thumbnail{ margin:0;}
#thumbnailWrapper{position:relative;  width:100%; margin:2% 0; height:65px;}
#thumbnail li{width:23%; margin-right:3px; background:#fff;height:65px;}


#thumbnail li a{
	outline:none;
	height: auto;
	width:90%;
	text-align:center;
	overflow:hidden;
	display:block;
	padding:5%; 
	}


#thumbnailWrapper .next{
	position:absolute;
	right:0px;
	top:30%;
	width:15px;
	height:24px;z-index:99;
	background:url(../images/jeows.png)bottom right no-repeat;
	cursor:pointer;
	}
	#thumbnailWrapper .prev{
	position:absolute;
	left:0px; z-index:99;
	top:30%;
	width:15px;
	height:24px;
	background:url(../images/jeows.png)bottom left no-repeat;
	cursor:pointer;
	}
