/* @override http://localhost/~tegola/caprice/css/prodotti.css */

/* @group Big categories */
#bigcategories {
	margin-top: 40px;
	margin-bottom: 10px;
}
#bigcategories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#bigcategories li {
	margin-bottom: 36px;
}
#bigcategories a {
	display: block;
	text-align: center;
	font-variant: small-caps;
	text-decoration: none;
}
#bigcategories li:nth-child(1n) img {
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
}
#bigcategories li:nth-child(2n) img {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(-2deg);
}
#bigcategories li:nth-child(3n) img {
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
}
#bigcategories li:nth-child(3n) img {
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
}
#bigcategories a img {
	display: block;
	margin: 0 auto;
	margin-bottom: 12px;
	width: 130px;
	height: 95px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transition-duration: 250ms;
	-moz-transition-duration: 250ms;
}
#bigcategories a:hover img {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
}
#bigcategories a:hover img {
	border-color: #fc6;
}

/* @end */

/* @group Product categories */
#categories {
	background-color: #e3d7a0;
}
#categories ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
#categories a {
	display: block;
	padding: 5px;
	font-size: 8pt;
	text-transform: uppercase;
}
/* @end */

/* @group Gallery */
#gallery {
	margin-top: 40px;
	margin-bottom: 60px;
	position: relative;
	top: -2px;
	width: 788px;
	height: 358px;
}
#gallery ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#gallery-photos {
	position: absolute;
	left: 5px;
	top: 3px;
	right: 242px;
	bottom: 5px;
	overflow: hidden;
}
#gallery-photos img {
	width: 540px;
}
#gallery-frame {
	width: 788px;
	height: 358px;
	background: url("../img/prodotti/gallery-frame.png");
	position: absolute;
	top: 0;
	left: 0;
}
#gallery-thumbnails{
	position: absolute;
	left: 545px;
	top: 3px;
	right: 4px;
	bottom: 4px;
	padding: 20px;
	overflow: hidden;
}
#gallery-thumbnails li {
	display: inline;
}
#gallery-thumbnails a {
	display: block;
	float: left;
	border: 2px solid #fff;
	margin: 2px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
#gallery-thumbnails img {
	display: block;
	border: 0;
	width: 41px;
}
/* @end */

/* @group Introduction */
#introduction {
	margin-top: 40px;
	margin-bottom: 40px;
}
#introduction h1 {
	margin-top: 7px;
	margin-bottom: 0;
	font-size: 32pt;
	line-height: 40px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -2px;
	color: #ae8453;
	text-align: center;
}
#introduction p {
	margin-top: -1px;
	margin-bottom: 0;
}
/* @end */

/* @group Gelato */
#prodotti-gelato #cartellone {
	margin-top: 40px;
	margin-bottom: 40px;
}
/* @end */