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

table.albumlist {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	border: 7px solid white;
}
table.albumlist td {
	position: relative;
	border: 7px solid white;
	background: #eeeeee;
	padding: 13px 10px 17px 10px;
	width: 314px;
	vertical-align: top;
}
table.albumlist table td {
	position: static;
	border: 0 none;
	padding: 0px;
	width: auto;
}
table.albumlist img {
	border: 5px solid white;
	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;
}
table.albumlist a.plphoto {
	display: block;
	padding-right: 19px;
}
table.albumlist a.pltitle {
	display: inline-block;
	vertical-align: top;
	font: bold 18px/22px Arial,sans-serif;
}
table.albumlist td.plcount {
	vertical-align: bottom;
	padding: 20px 0px 0px 0px;
	color: 888888;
	font: normal 12px/18px Arial,sans-serif;
}

table.album {
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
table.album td {
	margin: 0px;
	padding: 0px;
	width: 25%;
	vertical-align: bottom;
}
table.album a {
	display: block;
	padding-bottom: 22px;
	text-align: center;
}
table.album img {
	border: 5px solid white;
	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;
}
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/demo/slideshow-icon.jpg) left top no-repeat;
}

/* Scrolling Photo Gallery */
#thumbnailpicker .thumbOuter.thumbHoriz {
	height: 148px;
	background: url(../images/demo/scrolling-slideshow-bg.gif) left top no-repeat;
	margin-bottom: 12px;
}
#thumbnailpicker .thumbHoriz .thumbScroller {
	height: 115px;
	padding: 16px 0px 17px 0px;
}
#thumbnailpicker div.thumbWrapper img {
	position: absolute;
	top: 5px;
	left: 5px;
	height: auto;
	max-width: 140px;
	clip: rect(0px,140px,105px,0px);
}
#thumbnailpicker .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;
}
/* Scrolling Photo Gallery */

/* Combination Photo Gallery */
#combination-gallery .imageGalleryWrapper {
	width: auto;
}
#combination-gallery .thumbOuter {
	width: auto !important;
	background-color: #EEE;
	border: 1px solid #DDD;
	border-bottom: none;
	padding: 9px 0;
}
#combination-gallery .thumbWrapper {
	witdh: 693px;
}
#combination-gallery .thumbHoriz .thumbScroller {
	width: 580px !important;
}
#combination-gallery .thumbWrapper div {
	border: 1px solid #cacaca;
	padding: 3px;
	background-color: #FFF;
	margin-right: 11px;
}
#combination-gallery .thumbWrapper div.highlight {
	border: 4px solid #f37121;
	padding: 0;
}
#combination-gallery .thumbWrapper div.thumbNotifier {
	display: none;
}
#combination-gallery .thumbOuter .thumbNav {
	width: 53px;
}
#combination-gallery .thumbOuter .prevHoriz.enabled {
	background: url(../images/demo/scroller-left.jpg) no-repeat 15px 30px;
}
#combination-gallery .thumbOuter .nextHoriz.enabled {
	background: url(../images/demo/scroller-right.jpg) no-repeat 6px 30px;
}
#combination-gallery .slideShowWrapper {
	width: 695px !important;
	border: none;
	background-color: #424242;
	-moz-border-radius: 0;
	padding: 12px 0;
}
#combination-gallery .slideShowWrapper .innerWrapper {
	padding-bottom: 50px;
}
#combination-gallery .slideShowCtrl {
	z-index: 3;
}
#combination-gallery .slideShowCtrl span.slideShowCtrlNext {
	width: 43px;
	height: 67px;
	background: url(../images/demo/lightbox-arrows.gif) left top no-repeat;
}	
#combination-gallery .slideShowCtrl span.slideShowCtrlNext:hover {
	background-position: -43px top;
}	
#combination-gallery .slideShowCtrl span.slideShowCtrlPrev {
	width: 43px;
	height: 67px;
	background: url(../images/demo/lightbox-arrows.gif) left -67px no-repeat;
}	
#combination-gallery .slideShowCtrl span.slideShowCtrlPrev:hover {
	background-position: -43px -67px;
}
#combination-gallery .slideShowNav {
 background: url(../images/demo/transparent.png) left top repeat;
 z-index: 99;
 padding: 0px 15px;
}
#combination-gallery .slideShowNav .slideShowTitle {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	float: none;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
#combination-gallery .slideShowNav .slideShowTitle.hide {
	display: none;
}	
#combination-gallery .slideShowNav .slideShowTitle p {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	margin: 3px 0 0 0;
	border: 0;
	padding: 0;
}
#combination-gallery .slideShowNav .slideShowTitle span {
	color: #000;
	font-size: 10px;
	font-weight: normal;
}
/*#combination-gallery .slideShowNav .image-info-close {*/
.image-info-close {
	width: 49px;
	height: 14px;
	background: url(../images/demo/gallery-close.png);
	float: right;
	margin-right: 25px;
}
.dojoxLightboxText .image-info-close {
	display: none;
}
/* Combination Photo Gallery */

