#webDesign {
	width: 858px;
	background-color: #1E1B1A;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

body {
	
	overflow: -moz-scrollbars-vertical;
}
body, h3, p {
	padding: 0;
	margin: 0;
}


h3 {
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
	cursor: pointer;
	background-color: #161413;
	font-weight: normal;
	width: 858px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

h3 a:link, h3 a:visited {
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	color: #999999;
}

h3 a:hover, h3 a:active {
	color: #999999;
}

h3.ci, h3.DMDI {
	background-color: #666666;
}

h3.mat, h3.glam {
	background-color: #999999;
}

p {
	padding: 5px 10px;
	color: #7C7C58;
}
img {
	padding: 7px;
}

/**************************************************************

	Lightbox
	v 1.5

**************************************************************/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #161413;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #161413;
}


.photos {
	padding: 3px;
	border: 1px solid #fff;
}

a:hover .photos {
	border: 1px solid #999;
}

.lightboxDesc a {
	color: #999999;
	text-decoration: none;
}

.lightboxDesc a:hover {
	color: #000000;
	text-decoration: none;
}

/***************************

	styles for hidden next & previous buttons

***************************/
/*
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 32px;
	outline: none;
}

#lbPrevLink {
	left: 0;
	
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

/***************************

	styles for next & previous buttons as part of footer

***************************/

#lbPrevLink, #lbNextLink {
	display: block;
	width: 63px;
	height: 32px;
	outline: none;
}

#lbPrevLink {
	float: left;
	background: transparent url(images/prevlabel.gif) no-repeat left;
	
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat left;
}

#lbNextLink {
	float: right;
	background: transparent url(images/nextlabel.gif) no-repeat right;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat right;
}

#lbControls {
	display: block;
	height: 32px;
}


/**********************************/


#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #161413;
	border-top-style: none;
}

#lbCloseLink {
	clear: both;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/close.gif) no-repeat center;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #000;*/
}

#lbCaption, #lbNumber, #lbDescription {
	margin-right: 71px;
	/*border: 1px solid #000;*/
}

#lbCaption {
	font-weight: bold;
}


.lightboxDesc {
	display: none;
}

	/*"""""""" JS slide styles""""""""*/
.accordion #cover {
	position: absolute;
	width: 200%;
	height: 100%;
	z-index: 10000;
	display: none;
	background-color: #333333;
	opacity: .75;
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=.75);
	top: 0px;
	left: 0px;
}
.accordion {
	padding-left: 40px;
}
.accordion #slide {
	position: absolute;
	z-index: 10000;
	display: none;
	top: 100px;
	text-align: right;
	padding: 0px 8px 8px 8px;
	background-color: #333333;
	cursor: pointer;
	font: bold 10px "helvetica neue",Arial, Helvetica, sans-serif;
}
.accordion #slide .slideControl {
	color: #333333;
}
.accordion #slide #photoSlide {
	width: 200px;
	border: 2px solid red;
	margin: 8px;
	vertical-align: top;
}
.accordion #slide  #bg #photoSlide {
	width: 200px;
}
.accordion #photoAlbum {
	position: relative;
	z-index: 10000;
	width: 200px;
}
.accordion #info {
	float: right;
	width: 275px;
	color: #7C7C58;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	font-size: 12px;
}
.accordion #binfo {
	width: 500px;
	color: #7C7C58;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	font-size: 12px;
}
#webDesign .accordion #binfo img {
	float: left;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 0px;
}
