* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #000000;
	color: #ffffff;
	font-family: 'Lucida Grande', Verdena, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

p {
	padding: 5px 0;
	text-align: justify;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 830px;
}

#content a, #footer a {
	color: #E08B30;
	text-decoration: underline;
}

#content a:hover, #footer a:hover {
	background-color: #E08B30;
	color: #000000;
}

#header {
	clear: left;
}

#logo {
	background-image: url(../../images/header.jpg);
	background-repeat: no-repeat;
	height: 96px;
}

#gallery-portal a, #nav a, #categories ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}

#gallery-portal a:hover, #nav a:hover, #categories ul li a:hover {
	background-color: #000000;
	color: #ffffff;
	text-decoration: underline;
	display: block;
}

#nav {
	margin: 10px 0;
}

#nav ul {
	clear: left;
	margin-left: 50px;
	display: block;
	list-style: none;
	text-transform: uppercase;
}

#nav ul li {
	font-size: 16px;
	float: left;
}

#nav a {
	float: left;
	margin: 0 20px;
	padding: 5px;
}

#content {
	position: relative;
}

#left_column {
	clear: left;
	float: left;
	width: 200px;
}

#left_column ul#admin_nav {
	list-style: none;
}

#left_column #admin_nav {
	background-color: #5F5F5F;
}

#right_column {
	float: left;
	width: 600px;
	margin-left: 5px;
}

#categories {
	display: block;
	float: left;
}

#categories ul {
	float: left;
	list-style: none;
	margin-top: 10px;
}

#categories ul li {
	display: block;
	float: left;
}

#categories ul li a {
	padding: 0 30px;
}

#photo_wrapper {
	clear: left;
}

#gallery_wrapper {
	width: 600px;
	margin: 10px 0 10px 100px;
	clear: left;
}

#gallery_wrapper a {
	font-weight: bold;
	font-size: 20px;
	margin-right: 4px;
	color: #ffffff;
	text-decoration: none;
}


#gallery_wrapper a:hover {
	background-color: #000000;
	color: #ffffff;
	text-decoration: underline;
}

#gallery_wrapper a#pnext, #gallery_wrapper a#pprev {
	float: left;
	background-position: left top;
	text-decoration: none;
	display: block;
	width: 122px;
	height: 32px;
}

#gallery_wrapper a#purchase{
	float: right;
	background-position: left top;
	text-decoration: none;
	display: block;
	width: 122px;
	height: 32px;
}



#gallery_wrapper a#purchase {
	background-image: url(../../images/btn_purchase.png);
	background-repeat: no-repeat;
}

#gallery_wrapper a:hover#purchase {
	background-position: left -33px;
}

#gallery_wrapper a#pnext {
	background-image: url(../../images/btn_next.png);
	background-repeat: no-repeat;
}

#gallery_wrapper a:hover#pnext {
	background-position: left -33px;
}
#gallery_wrapper a#pprev {
	background-image: url(../../images/btn_previous.png);
	background-repeat: no-repeat;
}

#gallery_wrapper a:hover#pprev {
	background-position: left -33px;
}

#left_column #admin_nav {
	margin: 20px 0 0 20px;
	width: 140px;
	padding: 10px;
	border: solid 1px #646464;
	float: left;
	background-color: #5F5F5F;
}

#left_column ul#admin_nav {
	list-style: none;
}

#left_column ul#admin_nav li {
	padding: 5px 0;
	border-bottom: solid 1px #4A4A4A;
}

#left_column ul#admin_nav li:before {
	content: "\00BB \0020";
	color: #FF7F2A;
}

#gallery {
	margin-top: 20px;
	margin-left: 10px;
	float: left;
	width: 470px;
}

/* thumbnail carousel */
#thumb-wrap {
	clear: left;
	height: 75px;
	width: 600px;
	display: block;
	overflow: hidden; 
	position: relative;
}

#carousel {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	left: 0;
}

/* #carousel li {
	height: 75px;
	width: auto;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
 */
#carousel span{
	height: 75px;
	width: 800px;
	margin: 0;
	padding: 0;
	display: inline;

}
#carousel img{
	vertical-align:top;
}

#previous, #next {
	display: block;
	height: 10px;
	margin: 0 0 13px;
	cursor: pointer;
}

#previous {
	float:left;
	width:65px;
}

#next {
	float:right;
	text-align:right;
	width:35px;
	border: 0px solid red;
}

#signature {
	width: 100%;
	float: left;
}

#signature img {
	float: right;
}

#pagination {
	clear: both;
	float: right;
	font-size: 14px;
	margin: 10px 0;
}

#pagination ul {
	padding: 0;
	margin: 0;
	display: inline;
}

#pagination ul li {
	display: inline;
	float: left;
	font-weight: bold;
	list-style: none;
	margin-left: 4px;
}

#pagination ul li.current {
	background-color: #4A4A4A;
}

#pagination ul li a {
	padding: 2px 4px;
	display: block;
	float: left;
	border: solid 1px #4A4A4A;
	text-decoration: none;
}

#pagination ul li a:hover {
	background-color: #4A4A4A;
	border: solid 1px #4A4A4A;
}

#footer {
	margin-top: 30px;
	border-top: dotted 1px #ffffff;
	clear: both;
	padding: 10px 0;
}

#footer small
{
	font-size:10px;
	color: #999999;
}

table#price-info td{
	width: 100px;
}

table#price-info .check {
	width: auto;
}

.portal-thumbnail {
	position: relative;
	float: left;
	width: 180px;
	margin: 5px;
	text-align: center;
	padding: 25px 5px;
}

.portal-thumbnail h2 {
	font-size: 16px;
}

.portal-thumbnail img {
	display: block;
	margin: 0 auto;
}

.photothumb {
	width: 120px;
	height: 120px;
	margin: 0 10px 20px 20px;
	float: left;
}

.photo {

}

.photoframe {
	float: left;
	border: solid 1px #999999;
	width: 150px;
	height: 250px;
	margin: 5px;
	padding: 2px;
}

.nav-border {
	clear: left;
	background-image: url(../../images/nav-border.jpg);
	background-repeat: no-repeat;
	width: 821px;
	height: 1px;
}
.underline
{
	text-decoration: underline;
	padding-bottom: 10px;
}

#gallery_wrapper a#sold {
background-position:left top;
display:block;
float:right;
height:32px;
text-decoration:none;
width:122px;
text-align:right;
color:#FF0000;
}

/* ubc */
.holder-photo-title, .holder-purchase-button { padding-top:4px; }
.holder-photo-title { float:left; width:478px; _width:470px; }
.holder-purchase-button { float:right; width:122px; }
.holder-purchase-button a { margin:0 !important; _margin-right:4px; }
.holder-photo-description { clear:both; }
.holder-button-prev, .holder-button-next { width:122px; }
.holder-button-prev { float:left; }
.holder-button-next { float:right; }