#rightGallery {
	position: relative;
	float: right;
}

#Container{
	margin: 0;
	padding: 0;
}

#PhotoContainer{
	z-index: 27;
	margin: 0 0 10px 0;
	padding: 0;
	width: 500px;
	height: 400px;
	background: #111111 url() no-repeat;
}

#Photo {
	margin: 0;
	padding: 0;
}

#galleryLeft {
	width: 180px;
	padding-left: 10px;
	float: left;
}

#galleryRight {
	float: left;
	width: 280px;
	padding-left: 10px;
}

#gallery {
	float: left;
	width: 490px;
	margin: 0px;
	padding: 0px;
	padding: 10px 0px 20px 9px;
}

#CaptionBlock{
	height:18px;
	text-align:left;
	margin:0;
}

#Caption{
	color: #666666;
}

#Counter{
	color:#777777;
}

#LinkContainer{
	position:absolute;
	top:0;
	left:0;
	height:400px;
	width:500px;
	z-index:77;
}

#BackLink{
	z-index: 99;
	position: absolute;
	width: 500px;
	height: 400px;
	display: block;
	left: 0%;
	opacity: .5;
}

#PrevLink{
	z-index:101;
	position:absolute;
	top:0%;
	left:0%;
	height:400px;
	width:130px;
	display:block;
}

#PauseLink{
	z-index:101;
	position:absolute;
	top:0%;
	left:130px;
	height:400px;
	width:240px;
	display:block;
}

#NextLink{
	z-index:101;
	position:absolute;
	top:0%;
	left:370px;
	height:400px;
	width:130px;
	display:block;
}

#PrevLink:hover,#NextLink:hover,#PauseLink:hover{
	text-decoration:none;
	opacity: .5;
}

#PrevLink:hover{
	background:transparent url(../images/gallery/controlLeft.gif) no-repeat;
}

#PauseLink:hover{
	background:transparent url(../images/gallery/controlMiddle.gif) no-repeat;
}

#NextLink:hover{
	background:transparent url(../images/gallery/controlRight.gif) no-repeat;
}

#PrevLink span,#NextLink span, #PauseLink span{
	display:none;
}