@charset "UTF-8";
/* CSS Document */

	#panel1_content,
	#panel2_content,
	#panel3_content,
	#panel4_content,
	#panel5_content,
	#panel6_content {
		width: 340px;
		height: 640px;
		position: absolute;
		left: 652px;
	}

	#panel2_image {
		position:relative;
		top:10px;
		width: 600px;
		height: 640px;
		position: absolute;
		left: 32px;
	}

#panel1 img {
	position:absolute;
	left:0;
	top:105px;
}
	
#panel2 {
	background-image: url(../../images/gallery/lr_2.jpg);
	background-repeat: no-repeat;
	background-position: left 119px;
}

#panel3 img {
	position:absolute;
	left:66px;
	top:40px;
}

#panel4 img {
	position:absolute;
	left:82px;
	top:40px;
}

#panel5 img {
	position:absolute;
	left:0;
	top:80px;
}

#panel6 img {
	position:absolute;
	left:66px;
	top:40px;
}
	
/* ----------------------------------------------------------------- */
/* ------------------- GALLERY THUMBNAIL STYLES -------------------- */
/* ----------------------------------------------------------------- */

.thumbnails {
	padding: 15px 0 0 0;	
	margin: 0;
	list-style: none;
	overflow: hidden;
	text-indent: -2000em;
}

.thumbnails li {
	margin: 0;
	float:left;
}

.thumbnails li a {
	width: 64px;
	height: 48px;
	display: block;
	border: 0;
	text-decoration: none;
	padding: 0;
	margin: 0 5px 5px 0;
}

.thumbnails li a.thumb1 {
	background: url(../../images/gallery/lr_thumb1.jpg) no-repeat 0 0;
}

.thumbnails li a.thumb2 {
	background: url(../../images/gallery/lr_thumb2.jpg) no-repeat 0 0;
}

.thumbnails li a.thumb3 {
	background: url(../../images/gallery/lr_thumb3.jpg) no-repeat 0 0;
}

.thumbnails li a.thumb4 {
	background: url(../../images/gallery/lr_thumb4.jpg) no-repeat 0 0;
}

.thumbnails li a.thumb5 {
	background: url(../../images/gallery/lr_thumb5.jpg) no-repeat 0 0;
	margin: 0 0 5px 0;
}

.thumbnails li a.thumb6 {
	background: url(../../images/gallery/lr_thumb6.jpg) no-repeat 0 0;
	margin: 0 0 5px 0;
}

.thumbnails li a.thumb1:hover,
.thumbnails li a.thumb2:hover,
.thumbnails li a.thumb3:hover,
.thumbnails li a.thumb4:hover,
.thumbnails li a.thumb5:hover,
.thumbnails li a.thumb6:hover {
	background-position: 0 -48px;
}

.thumbnails li a.thumb1_on {
	background: url(../../images/gallery/lr_thumb1.jpg) no-repeat 0 -96px;
}

.thumbnails li a.thumb2_on {
	background: url(../../images/gallery/lr_thumb2.jpg) no-repeat 0 -96px;
}

.thumbnails li a.thumb3_on {
	background: url(../../images/gallery/lr_thumb3.jpg) no-repeat 0 -96px;
}

.thumbnails li a.thumb4_on {
	background: url(../../images/gallery/lr_thumb4.jpg) no-repeat 0 -96px;
}

.thumbnails li a.thumb5_on {
	background: url(../../images/gallery/lr_thumb5.jpg) no-repeat 0 -96px;
	margin: 0 0 5px 0;
}

.thumbnails li a.thumb6_on {
	background: url(../../images/gallery/lr_thumb6.jpg) no-repeat 0 -96px;
	margin: 0 0 5px 0;
}

.imagecaption {
	color: #666666;
	font-size: 11px;
	padding: 0;
	margin: 0;
	float: left;
}

.black {
	color:#000000;
}
div.container {
	width:340px;
	position:absolute;
	bottom:20px;
}

/* Page turn */

div.turner {
float:left;
padding-top:0px;
width:560px;
height:378px;
position:relative;
top:144px;
left:20px;
background:#fff;
}

.leftpage, .rightpage {
float:left;
position:relative;
overflow:hidden;
width:280px;
height:370px;
left:0px; 
cursor:pointer
}

.leftpage{
background-position:0 0;
}
.rightpage{
background-position:280px 0 
}
div.flip {
background: transparent url(../../images/gallery/page-turn.png) top center;
height:500px;
width:280px;
position:absolute;
top:-65px;
left:140px;
z-index:99;
margin-bottom:0;
padding-bottom:0
}

#panel2_image .leftpage, #panel2_image .rightpage {
	background-image:url(../../images/gallery/page-flip/lr-viewbook.jpg);
	height:398px;
}

#panel2_image .turner {
	height:403px;
	top:129px;
}

#panel2_image .flip {
	background: transparent url(../../images/gallery/page-flip/page-turn398.png) top center;
	height:538px;
	top:-70px;
}

