@import "http://ajax.googleapis.com/ajax/libs/dojo/1.4/dijit/themes/soria/soria.css";
@import "http://ajax.googleapis.com/ajax/libs/dojo/1.4/dojox/image/resources/Lightbox.css";
@import "http://ajax.googleapis.com/ajax/libs/dojo/1.4/dojox/image/resources/image.css";

table.albumlist {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	border: 8px solid white;
}
table.albumlist td {
	border: 8px solid white;
	background: #e3e8f7;
	padding: 5px;
	width: 305px;
	vertical-align: top;
}
table.albumlist table td {
	position: static;
	border: 0 none;
	padding: 0px;
	width: auto;
}
table.albumlist a img {
	border: 0 none;
}
table.albumlist a.plphoto {
	display: inline-block;
	padding: 9px;
	border: 1px solid #a8b7e3;
	background-color: white;
}
table.albumlist td.pltitle {
	padding-left: 11px
}
table.albumlist td.pltitle a {
	display: block;
	color: #3758E8;
	vertical-align: top;
	font: bold 12px/15px Arial,sans-serif;
	text-decoration: none;
}
table.albumlist td.plcount {
	vertical-align: bottom;
	padding: 20px 0px 0px 0px;
	color: 888888;
	font: normal 12px/18px Arial,sans-serif;
}

table.album {
	border-collapse: collapse;
	margin: 0px -6px -0px 0px;
	padding: 0px;
}
table.album td {
	margin: 0px;
	padding: 0px 6px 8px 0px;
	vertical-align: bottom;
}
table.album a {
	display: inline-block;
	border: 5px solid #e3e8f7;
	padding: 1px;
	background: #a8b7e3;
}
table.album a img {
	border: 9px solid white;
}
h2.viewing {
	font-weight: normal;
}
p.pgoback {
	font-weight: bold;
	padding: 6px 0px 24px 0px;
}
.soria div.dojoxLightbox {
	padding: 0px 50px 29px 50px;
	border: 0 none;
}
.soria div.dojoxLightboxContainer {
	margin: 0px -50px;
	padding: 29px 50px 0px 50px;
}
.soria .dojoxLightboxFooter {
	position: static;
	border-top: 1px solid #dddddd;
	background: #eeeeee;
	margin: 0px -50px;
	padding: 7px 50px;
}
.soria div.LightboxPrev {
	position: absolute;
	top: 43%;
	left: 0px;
	width: 43px;
	height: 67px;
	background: url(../images/demo/lightbox-arrows.gif) left -67px no-repeat;
	z-index: 1;
}
.soria div.LightboxPrev:hover {
	background-position: -43px -67px;
}
.soria div.LightboxNext {
	position: absolute;
	top: 43%;
	right: 0px;
	width: 43px;
	height: 67px;
	background: url(../images/demo/lightbox-arrows.gif) left top no-repeat;
	z-index: 999;
}
.soria div.LightboxNext:hover {
	background-position: -43px top;
}
.soria div.LightboxClose {
	float: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 28px;
	border-bottom: 1px solid #dddddd;
	background: #eeeeee url(../images/demo/lightbox-close.gif) right 9px no-repeat;
}
a#startslideshow {
	float: right;
	font: bold 12px/14px Arial,sans-serif;
	padding: 9px 0px 9px 47px;
	background: url(../images/slideshow-icon.jpg) left top no-repeat;
}
.thumbOuter.thumbHoriz {
	height: 148px;
	background: url(../images/demo/scrolling-slideshow-bg.gif) left top no-repeat;
	margin-bottom: 12px;
}
.thumbHoriz .thumbScroller {
	height: 115px;
	padding: 16px 0px 17px 0px;
}
div.thumbWrapper img {
	position: absolute;
	top: 5px;
	left: 5px;
	height: auto;
	max-width: 140px;
	clip: rect(0px,140px,105px,0px);
}
.thumbWrapper.thumbHoriz div {
	position: relative;
	margin-right: 26px;
	height: 105px;
	background-color: white;
	padding: 5px;
	box-shadow: rgba(0,0,0,0.52) 2px 2px 6px;
	-moz-box-shadow: rgba(0,0,0,0.52) 2px 2px 6px;
	-webkit-box-shadow: rgba(0,0,0,0.52) 2px 2px 6px;
}
td.leftlink {
	border: 1px solid #a8b7e3;
	border-right: 0 none !important;
}
td.leftlink a {
	display: inline-block;
	background: url(../images/left-chevrons.gif) 7px center no-repeat;
	padding-left: 30px;
}
td.rightlink {
	text-align: right;
	border: 1px solid #a8b7e3;
	border-left: 0 none !important;
	padding-right: 22px;
}
td.rightlink a {
	display: inline-block;
	background: url(../images/right-chevrons.gif) right center no-repeat;
	padding-right: 21px;
}
a.downloadphoto {
	display: inline-block;
	background: url(../images/download-icon.gif) left 5px no-repeat;
	padding-left: 18px;
}
a.sendtofriend {
	display: inline-block;
	background: url(../images/envelope-icon.gif) 18px 5px no-repeat;
	padding-left: 38px;
}