.item-wrap-product {
	padding: 20px;
	margin: 0px auto;
	overflow: hidden;
	width: 500px;
	
	/* DROP SHADOWS */
	box-shadow: 0px 0px 40px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.8);
}
.item-wrap-page {
	padding-bottom: 30px;
/*	margin: 0px auto;*/
	overflow: hidden;
	width: 540px;
	text-align: center;
/*	border-style:solid;
	border-width:5px;
	border-color: #e1eaff;*/
	
	/* DROP SHADOWS */
/*	box-shadow: 0px 0px 40px rgba(0,0,0,0.8);	
	-moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.8);*/
}
.item-wrap p {
	font-weight: bold;
	margin-bottom: 10px;
}
.pagination {
	margin: 0 auto;
	display: inline-block;

	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
	
}

.pagination .dots {
	bottom: -6px;
	color: #606060;
	position: relative;
}

.pagination a, .pagination .dots {
	display: inline-block;
	margin-right: 2px;
	padding: 2px 8px;
}

div.pagination a:hover {
	color: #999;
}

div.pagination a:active {
	color: #585858;
}

.pagination a.number {
	border: 1px solid #333;	
	
	/* CURVED CORNERS */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.pagination a.number:hover {
	border-color: #999;
	
	/* DROP SHADOWS */
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.pagination a.number.current {
	color: #fff;
}

.pagination a.number.current:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pagination a.number.current:active {
	/* INNER SHADOWS */
}

/* PINK PAGINATION STYLE */
.pagination.pink, .pagination.pink a {
	color: #2168A0;
	margin: 0 auto;
}

.pagination.pink a.number.current {
	background-color: #f13fb3;
/*	border-color: #f93398 #ed1d91 #e41188;*/
	text-shadow: 0px 1px 1px #ec1284;
	
	background: -moz-linear-gradient(top,
		#2168A0,
		#2168A0 5%,
		#2168A0
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(#A00000),
		color-stop(0.05, #A00000),
		to(#2168A0)
	);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#2168A0', EndColorStr='#f13fb3');
}

.pagination.pink a.number.current:hover {
	background-color: #2168A0;
/*	border-color: #f82b8c #e71682 #e4117f;*/
	text-decoration: none;
	background: -moz-linear-gradient(top,
		#2168A0,
		#2168A0 5%,
		#2168A0
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(#2168A0),
		color-stop(0.05, #2168A0),
		to(#2168A0)
	);
	
/*	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#fb63bc', EndColorStr='#ee36a8');*/
}

.pagination.pink a.number.current:active {
	border-color: #2168A0 #e71682 #f82b8c;
	text-shadow: 0px -1px 1px #e71682;
	
	background: -moz-linear-gradient(top,
		#ee36a8,
		#fb63bc
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(#fb63bc),
		to(#ee36a8)
	);
	
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ee36a8', EndColorStr='#fb63bc');
}
a.first{
/*	margin-left: -50px; */
	padding-left: 0px;
	padding-right: 0px;
}
a.last{
	
	padding-left: 10px;
	padding-right: 0px;	
}
a.prev{
	padding-left: 1px;
	padding-right: 3px;
}
a.next{
	margin-left: -10px;
	padding-left: 0px;
	padding-right: 0px;
}