﻿/*
----------Project Gallery----------
*/
#prjGallery {
	width: 675px;
}
#prjGallery .top, #prjGallery .right, #prjGallery .bottom, #prjGallery .left {
	position: absolute;
}
#prjGallery .top { top: -1px; }
#prjGallery .right { right: -1px; }
#prjGallery .bottom { bottom: -1px; }
#prjGallery .left { left: -1px; }

/*
----------Project Gallery Nav----------
*/
#prjGallery .nav {
	position: relative;
	display: inline-block;
	*display: inline;
	margin-left: 1px;
	background: url('/images/ui/prjgal-nav-bg.gif') top center repeat-x;
	zoom: 1;
	z-index: 1;
}
#prjGallery .nav li {
	position: relative;
	margin-left: -1px;
}
#prjGallery .nav a {
	display: block;
	color: #526c95;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -.5px;
	background: url('/images/ui/prjgal-nav-left.gif') top left no-repeat;
}
#prjGallery .nav a span {
	display: block;
	*display: inline;
	padding: 8px 11px 8px 11px;
	background: url('/images/ui/prjgal-nav-right.gif') top right no-repeat;
	zoom: 1;
	cursor: pointer;
}
#prjGallery .nav .ui-tabs-selected {
	background: url('/images/ui/prjgal-nav-active-bg.gif') top center repeat-x;
	z-index: 1;
}
#prjGallery .nav .ui-tabs-selected a {
	color: #fff;
	background: url('/images/ui/prjgal-nav-active-left.gif') top left no-repeat;
} 
#prjGallery .nav .ui-tabs-selected a span {
	background: url('/images/ui/prjgal-nav-active-right.gif') top right no-repeat;
	cursor: auto;
}

/*
----------Project Gallery Content----------
*/
#prjGallery .content {
	position: relative;
	height: 259px;
	margin: -1px 0 0 0;
	border: 1px solid #375483;
	padding: 26px 15px 15px 26px;
	color: #fff;
	background: #afbdd7 url('/images/ui/prjgal-content-bg.gif') top center repeat-x;
}
/* Because we live in a multi-browser society */
@-moz-document url-prefix() {
	#prjGallery .content {
		margin: -2px 0 0 0;
	}
}
#prjGallery .content .photoImg {
	float: left;
	margin: 0 30px 0 0;
	border: 6px solid #fff;
}
#prjGallery .content .heading {
	color: #c7d1e3;
	font-size: 24px;
	margin: 20px 0;
}
#prjGallery .content p, #prjGallery .content ul, #prjGallery .content ol {
	margin: .5em;
	line-height: 1.5em;
	font-size: 12px;
}

/*
----------Project Gallery Controls----------
*/
#prjGallery .controls {
	position: relative;
	border: solid #375483;
	border-width: 0 1px 1px 1px;
	padding: 5px 0 10px 0;
	background: #d7deeb url('/images/ui/prjgal-controls-bg.gif') top center repeat-x;
	zoom: 1;
}
#prjGallery .controls .heading {
	padding: 0 0 5px 30px;
	color: #375483;
	font-size: 13px;
	font-weight: bold;
}
#prjGallery .controls .btnNext, #prjGallery .controls .btnPrev {
	display: inline-block;
	float: left;
	padding: 15px 10px;
	cursor: pointer;
}
#prjGallery .controls .carousel {
	float: left;
	overflow: hidden; 
	width: 675px;
}
#prjGallery .controls .carousel .loading {
	position: absolute;
	border: 1px solid #ccc;
	background: #333;
	padding: 1px 5px 3px 5px;
	display: none;
	color: #fff;
	z-index: 999;
}
#prjGallery .controls .carousel ul {
	margin: 0;
	list-style: none;
	visibility: hidden;
}
#prjGallery .controls .carousel ul li {
	margin: 0 15px 0 0;
	float: left;
}
#prjGallery .controls .carousel ul li .sm {
	border: 1px solid #375483;
	cursor: pointer;
	cursor: hand;
}
#prjGallery .controls .carousel .lg, #prjGallery .controls .carousel h3, #prjGallery .controls .carousel ul li div {
	display: none;
}

/*
----------Project Gallery Tabs----------
*/
#prjGallery .ui-tabs-hide {
	display: none;
}
