@charset "UTF-8";
/* CSS Document */
	
/* - ----- */
/* Gallery */
/* ---     */
.gallery #container {
	/*display: none;*/
	height: 768px;
	}
	
#window {
	width: 1010px;
	height: 593px;

	overflow: auto;
	/*overflow-y: hidden;
	overflow-x: scroll;*/
	}

#photostream {
	float: left;
	height: 558px;
	margin-top: 25px;

	padding: 0 300px;
	width: 35400px;
	
	
	}
	
#photostream p {
	font-size: 135%;
	vertical-align: bottom;
	text-align: center;
	/*text-shadow: 1px 1px 1px #333;*/
	}
	
#photostream li {
	float: left;
	margin: 0 80px 0 0;
	}
	
#photostream .portrait  {
	height: 406px;
	width: 268px;
	margin: 117px 30px 0;
	}
	
#photostream .landscape {
	height: 268px; 
	width: 406px; 
	margin: 255px 44px 0;
	}
	
#photostream .current p {
	font-size: 155%;
	vertical-align: top;
	text-align: center;
	}
	
#photostream .current .ptext {
	/* temporary fix */
	position: relative;
	top: -88px;
	}
	
#photostream .current li {
	float: left;
	margin: 0 100px 0 20px;
	}
/*	
#photostream .current a {
	float: left;

}*/
	
#photostream .current .portrait {
	height: 508px;
	width: 340px;
	
	margin: 0;
	}
	
#photostream .current .landscape{
	height: 340px;
	width: 508px;
	
	margin: 168px 0 0;
	}

.panel {
	position: absolute;
	

	top: 120px;
	height: 443px;
	width: 300px;

	background: url(../images/transparency2.png) top left repeat;
	
	z-index: 40;
	}
	
.panel img {
	width: 93px;
	height: 180px;
	}
	
	
#left-panel {
	left: 0;
	padding-right: 50px; 
	}
	
#right-panel {
	right: 0;
	padding-left: 50px; 
	}
	
#left-panel img{
	float: left;
	margin: 200px 0 100px 4%;
	
	}
	
#right-panel img {
float: right;
	margin: 200px 4% 100px 0;
	
	}

	
/*a:hover #left-panel {
	height: 593px;
	background: url(../images/LeftArrow_glow.png) center no-repeat;
	}
	
a:hover #right-panel {
	height: 593px;
	background: url(../images/RightArrow_glow.png) center no-repeat;
	}*/
	
	
	
.gallery-thumb {
	/*position: relative;*/
	/*float: left;*/
	/*top: 593px;*/
	/*left: 30px;*/
	width: 1015px;
	height: 48px;
	margin: 0 auto;
	
	z-index: 6;

	}
	
	
.gallery-thumb li img {
	float: left;
	margin: 0 2px;
	border: #333333 solid 1px;
	
	z-index: 7;
	
	}
	
.gallery-thumb a:hover .css {
	display: block;
	}
	
	
	
.gallery-thumb span {
	position: relative;
	display: none;
	bottom: 0;
	z-index: 8;


	}
	
.gallery-thumb span img {	
	border: #383838 solid 2px;
	
	z-index: 9;

	
	}
	
img.p-thumb {
	width: 134px;
	height: 200px;
	
	position: absolute;
	
	z-index: 50;
	
	bottom: 5px;
	
	}
	

	
.plink span {
	left: -95px;
	width: 134px;
	height: 200px;
	}
	
.llink span {
	left: -125px;
	height: 134px;
	width: 200px;
	}
	
.l-thumb {
	height: 134px;
	width: 200px;
	
	
	position: absolute;
	
	
	z-index: 50;
	
	bottom: 5px;
	}
	
.llink, .plink {
	width: 48px;
	float: left;
	
	margin:0 3px;
	}
	
#test-large-thumb {
	display: none;
	position: absolute;
	top: 395px;
	left: 475px;
	z-index: 24;
	}

.photos {
	overflow: hidden;
	height: 493px;
	width: 1000px;
	padding-top: 100px;
	
	}
	
.photos li {
	float: left;
	height: 445px;
	width: 445px;
	margin-top: auto;
	padding: 0 20px 0 20px;
	
	vertical-align: bottom;
	
	}
	
.photos img {
	vertical-align: text-bottom;
	}
	
.store {
	display: none;
	}
	
	
	
.buy {
	display: none;
	position: relative;
   	/*left: 139px;
   	right: 0px;*/	
	/*top: -160px;*/
	z-index: 50;
	width: 54px;
	/*height: 81px;*/
	}




.buy img {
	position: relative;
	/*margin-bottom: 60px;*/
	left: 286px;
	bottom: 508px;
	width: 54px;
	height: 81px;
	z-index: 50;
	}
	
.current .buy {
	display: block;
	}
	
	
	

.buy-l {
	display: none;
	position: relative;
    right: 0px;	
	z-index: 50;
	width: 54px;
	/*height: 81px;*/
	}

.buy-l img {
	position: absolute;
	margin-top: 168px;
	left: -54px;
	width: 54px;
	height: 81px;
	}
	
.current .buy-l {
	display: inline;
	}
	
	
	
	
	

