

div#gallery{
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

div#gallery div.gallery_bg{
	background: url(../layout/gallery_bg.png) repeat;
	position: absolute;
	padding: 0px;
	width: 1008px;
	height: 440px;
	margin: 45px 0px 0px;
}

div#gallery img.wet_paint{
	position: absolute;
	padding: 0px 0px 0px 20px;
	width: 211px;
	height: 564px;
	float: left;
	margin: 0px 15px 0px 0px;
	z-index: 1;
}

div#gallery ul.gallery_category{
	position: relative;
	margin: 0 0 0 240px;
	padding: 15px 0px 0px 0;
}
div#gallery ul.gallery_category li{
	position: relative;
	margin: 0px 7px;
	padding: 0px;
	height: 468px;
	width: 82px;
	display: block;
	list-style-type: none;
	float: left;
	border: 12px solid black;
	cursor: pointer;
}

div#gallery_images{
	display: block;
	padding: 0px;
	margin: 0 0 0 380px;
	width: 600px;
	height: 450px;
}

div#gallery_images ul{
	position: absolute;
	padding: 0px;
	margin: 10px 0px 0px;
	width: 620px;
}

div#gallery_images li{
	display: block;
	padding: 0px;
	margin: 10px 6px;
	float: left;
	width: 130px;
	height: 130px;
	border: 5px solid black;
	list-style-type: none;
}
div#gallery_images img{
	padding: 0px;
	margin: 0px;
	width: 130px;
	height: 130px;
	border: none;
}


/*
div#gallery_pager
a.qp_next - prev
span.qp_counter - numbers
a.qp_prev - next
*/

div#gallery_pager{
	clear: both;
	position: relative;
	bottom: 14px;
	right: 40px;
	display: block;
	text-align: right;
	float: right;
	/*width: 150px;*/
	margin: 0;
	padding: 3px 10px;
	background: url(../layout/gallery_bg.png) repeat;
}
div#gallery_pager a{
	text-decoration: none;
	color: white;
	font-weight: bold;
}
div#gallery_pager span.qp_counter{
	margin: 0 5px;
	padding: 0;
}


/*.hidden{
	border: none;
	visibility: hidden;
}*/

span.gallery_back{
	display: block;
	position: absolute;
	width: 79px;
	top: 0px;
	left: 0px;
	background: url(../layout/gallery_bg.png) repeat;
	padding-left: 5px;
	font-weight: bold;
}

div#ajax-loader{
	position: absolute;
	height: 368px;
	width: 420px;
	background: url(../layout/ajax-loader.gif) no-repeat;
	z-index: 100;
	padding-left: 60px;
	padding-top: 15px;
	margin-top: 230px;
	margin-left: 150px;
	margin-right: auto;
}




