IMG {
	border: none;
}
#galleryCaption {
	float:left;
	width:100%;
	height:26px;
	background-color:#133467;
	color:#fff;
	text-align:center;
	margin-left:4px;
	border: #ffffff solid thin;
}
#galleryCaption h3 {
	font: bold 14px/1px Helvetica, Arial, sans-serif;
}
#imgmUploadContainer{
	float:left;
	/*width:600px;*/
	min-width:300px;
	background-color:#fff;
}
#frmUpload {
	float:left;
}
#frmUpload #btnUpload {
	width:66px;
	margin-top:0;
	margin-bottom:0;
	font-weight:bold;
	color:#3366cc;
}
#frmUpload #uploadFile {
	margin: 0 1px 4px 4px;
	width:224px;
}
.uploadMain {
	float:left;
	width:295px;
}
.uploadSetOptions, #uploadAddSet {
	float:left;
	background-color:#eee;
	color:#666;
	border: 1px solid #999;
	margin:4px 0 0 4px;
	width:200px;
	height:30px;
	font: bold 11px Helvetica, Arial, sans-serif;
	line-height:20px;
	display:none;
}
.uploadSetOptions select {
	float:left;
	margin-left:5px;
	margin-top:5px;
}
.uploadSetOptions label, .uploadSetOptions input {
	margin-left:30px;
	margin-top:5px;
	float:left;
	width:47px;
}

.uploadSetOptions input {
	width:25px;
	margin-left:0px;
} 
.uploadSetOptions textarea {
	width:200px;
	height:65px;
}
#uploadAddSet {
	height:57px;
}

#uploadAddSet input, label {
	display:block;
	float:left;
	width:140px;
	margin:2px 2px 2px 4px;
	
}
#uploadAddSet label {
	width:36px;
}
p.uploadCaption {
	display:block;
	width:290px;
	height:30px;
	background-color:#eee;
	border: 1px solid #999;
	text-align:center;
	font: bold 11px/30px Helvetica, Arial, sans-serif;
	color:#666;
	margin:4px;
}

/*#gallery {
	float:left;
	width:800px;
	height:500px;
	margin-top:10px;
}*/
#thumbContainer {
	float:left;
	width:800px; /*740px when side navs are used */
	height:440px;
	overflow:auto;
	margin:0;
	padding:0;
	text-align:center;
}
#thumbContainer a {
	display:block;
	float:left;
	height:auto;
	width:auto;
	text-decoration:none;
	margin:10px;
}
.manageThumb {
	float:left;
	min-height:1px;
	min-width:1px;
	margin:10px;
}

.thumbDelete {
	float:right;
	width:24px;
	height:24px;
	/*icon from http://dryicons.com*/
	background:url(images/delete-24x24.png) no-repeat;
	margin-top:50%;
	/*background:url(images/delete-24x24.png) no-repeat bottom right;*/
}
#largeContainer {
	float:left;
	height:auto;
	width:auto;
	margin:10px;
	display:none;
}
.navContainerHoriz {
	float:left;
	width:600px;
	height:30px;
	text-align:center;
}
.navContainerVert {
	float:left;
	width:30px;
	height:498px;
	text-align:center;
	background-color:#0000CC;
}
.navPrev, .navNext {
	float:left;
	display:block;
	background:url(images/btn_prev.png) no-repeat;
	width:30px;
	height:18px;
	margin-top:240px;
}
.navNext {
	background:url(images/btn_next.png) no-repeat;
}
#uploadResponse {
	float:left;
	width:290px;
	display:none;
	font: bold 11px Helvetica, Arial, sans-serif;
	color:#CC0000;
	margin-left:4px;
}
.throbber {
	/*float:left;*/
	background:url(images/throbber23.gif) no-repeat;
	display:none;
	position:relative;
	top:10px;
	left:50%;
	height:23px;
	width:23px;
}
/* pagination */
.pagination{
	float:left;
	margin-top:2px;
	width:600px;
	text-align:center;
}

.pagination ul{
	margin: 0;
	padding: 0;
	/*text-align: right; 
	font-size: 100%;*/
}

.pagination li{
	list-style-type: none;
	display: inline;
	text-align:center;
}

*:first-child+html .pagination li{ /*IE7 only CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li{ /*IE6 and below CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.pagination a, .pagination a:visited{
	display:block;
	/*padding: 3px;*/
	border: 1px solid #9aafe5;
	text-decoration: none; 
	color: #3366cc;
	width:25px;
	/*width:25px;
	height:25px;
	text-align:center;*/
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{ /*Style for currently selected page link*/
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

.pagination a.prevnext{ /*Style for previous and next link*/
font-weight: bold;
}
	
