
div.gallery div.base-image
{
	display: block;
	float: left;
	width: 740px;
	position: relative;
	margin: 0;
	padding: 0;
}

div.gallery div.base-image img.base-image
{
	width: 740px;
	margin: 0;
	padding: 0;
}

div.gallery div.base-image div.images
{
	position: absolute;
	left: 0;
	top: 0;
	width: 740px;
	height: 160px;
	background-image: url("images/fade_black.png");
	background-position: 0 0;
	background-repeat: repeat-all;
	z-index: 1;
	display: block;
	opacity: 0;
	visibility: hidden;	
}

div.gallery h1
{
	color: white;
}

div.gallery h2
{
	color: #e2e419;
}

div.gallery h1, div.gallery h2
{
	font-family: "Arial";
	font-weight: normal;
	font-size: 30px;
	margin: 0;
	padding: 0;
}

div.gallery h2
{
	margin-bottom: 30px;
}

div.gallery a.techinfo, div.gallery a.showgallery
{
	display: block;
	float: left;
	color: white;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 14px;
	font-family: "Arial";
}

div.gallery a.techinfo
{
	margin: 0;
	padding: 20px 10px 0 0;
}

div.gallery a.showgallery
{
	margin: 0;
	padding: 20px 0 0 10px;
}

div.gallery a.techinfo.selected, div.gallery a.showgallery.selected
{
	color: #e2e419;
}

div.gallery div.creazioni-title
{
	display: block;
	float: right;
	width: 160px;
	text-align: center;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

div.gallery div.right-side
{
	display: block;
	float: left;
	width: 160px;
	text-align: center;
}

div.gallery div.right-side a.thumb,
div.gallery div.right-side a.thumb img
{
	display: block;
	max-width: 100px;
	_width: 100px;
	border: 0;
	margin: 0 auto;
}

div.gallery div.right-side a.thumb
{
	margin: 25px auto 0 auto;
}

div.gallery div.right-side a.thumb.first
{
	margin: 0 auto;
}

div.gallery div.right-side a.thumb.selected img
{
	border: solid 2px #e2e419;
	padding: 0;
}

div.gallery div.right-side a.up, div.gallery div.right-side a.down
{
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 24px;
}

div.gallery div.right-side a.up
{
	background-image: url("images/arrow_up.png");
}

div.gallery div.right-side a.down
{
	background-image: url("images/arrow_down.png");
}

div.gallery div.right-side a.up:hover
{
	background-image: url("images/arrow_up_on.png");
}

div.gallery div.right-side a.down:hover
{
	background-image: url("images/arrow_down_on.png");
}

div.gallery div.right-side div.scroller
{
	height: 395px;
	margin-bottom: 25px;
	margin-top: 25px;
	overflow: hidden;
}

div.gallery div.images a.left, div.gallery div.images a.right
{
	position: absolute;
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 24px;
}

div.gallery div.images a.left
{
	left: 0;
	top: 68px;
	background-image: url("images/arrow_left.png");
}

div.gallery div.images a.right
{
	right: 0;
	top: 68px;
	background-image: url("images/arrow_right.png");
}

div.gallery div.images a.left:hover
{
	background-image: url("images/arrow_left_on.png");
}

div.gallery div.images a.right:hover
{
	background-image: url("images/arrow_right_on.png");
}

div.gallery div.base-image div.images a.gallery-image,
div.gallery div.base-image div.images a.gallery-image img
{
	max-height: 120px;
	_height: 120px;
	border: 0;
}

div.gallery div.gallery-scroller
{
	margin: 0 50px;
	line-height: 160px;
	height: 160px;
	width: 640px;
	overflow: hidden;
	white-space: nowrap;
}

div.gallery div.gallery-scroller img
{
	display: inline;
	vertical-align: middle;
	margin-left: 20px;
}

div.gallery div.gallery-scroller a.gallery-image.first img
{
	margin-left: 0;
}

div.gallery div.base-image div.techbox
{
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("images/fade_black.png");
	background-position: 0 0;
	background-repeat: repeat-all;
	display: block;
	opacity: 0;
	width: 494px;
	height: 463px;
	z-index: 2;
	visibility: hidden;
	padding: 15px;
}

div.gallery div.base-image div.techbox a.close
{
	width: 8px;
	height: 8px;
	position: absolute;
	right: 4px;
	top: 4px;
	background: url("images/close_x_white.png") no-repeat 0 0;
}

div.gallery div.base-image div.techbox p
{
	margin: 0;
	padding: 3px 0;
	line-height: 1.5em;
}

div.gallery div.base-image div.techbox a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

div.gallery div.base-image div.techbox b,
div.gallery div.base-image div.techbox strong
{
	font-weight: bold;
	color: #e2e419;
}

div.preview
{
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("images/fade_black.png");
	background-position: 0 0;
	background-repeat: repeat-all;
	opacity: 0;
	visibility: hidden;
	z-index: 4;
}

div.preview a.previewclose
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	height: 20px;
	max-height: 20px;
	padding-right: 15px;
	background-image: url("images/close_x.png");
	background-position: right center;
	background-repeat: no-repeat;
}

div.preview a.previewleft, div.preview a.previewright
{
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 24px;
	margin: 15px;
}

div.preview a.previewleft
{
	background-image: url("images/arrow_left.png");
}

div.preview a.previewright
{
	background-image: url("images/arrow_right.png");
}

div.preview a.previewleft:hover
{
	background-image: url("images/arrow_left_on.png");
}

div.preview a.previewright:hover
{
	background-image: url("images/arrow_right_on.png");
}

