/****************************************************************/
/*                       Containers                             */
/****************************************************************/
#products {
	position: relative;
	width: 598px;
	height: 410px;
	margin-top: 25px;
	border: 1px solid #f5e39b;
}
#products_alt {
	position: relative;
	width: 400px;
	height: 600px;
	margin-top: 25px;
	border: 1px solid #f5e39b;
}
#products_wrapper {
	position: relative;
	width: 600px;
	height: 602px;
	margin-top: 25px;
}
/****************************************************************/
/*                         Images                               */
/****************************************************************/
.image01, .image02, .image03, .image04, .image05, .image06 {
	position: absolute;
	top: 0;
	left: 0;
	width: 598px;
	height: 410px;
	float: left;
	z-index: 21;
}
.image11, .image12, .image13, .image14, .image15, .image16 {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 600px;
	float: left;
	z-index: 21;
}
/****************************************************************/
/*                       Pagination                             */
/****************************************************************/
.pagination {
	width: 600px;
	padding: 0px 0px 0px 0px;
	float: left;
	margin: 18px 0px 0px 0px;
}
.thumb01, .thumb02, .thumb03, .thumb04, .thumb05, .thumb06 {
	float: left;
	width: 114px;
	height: 78px;
	border: 1px solid #f5e39b;
	background-color: #fff;
	margin: 0px 5px 0px 0px;
}
a:hover.thumb01 img, a:hover.thumb02 img, a:hover.thumb03 img, a:hover.thumb04 img, a:hover.thumb05 img, a:hover.thumb06 img {
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
}
a:hover.thumb01, a:hover.thumb02, a:hover.thumb03, a:hover.thumb04, a:hover.thumb05, a:hover.thumb06 {
	cursor: default;
}