/*
Theme Name: Integrated Design
Theme URI: http://yourDomain
Description: The WordPress theme created by .
Author: Author Name
Author URI: http://youDomain/
*/

/* Reset CSS Start */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
.base:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.base {
	display: inline-block;
}
 
html[xmlns] .base {
	display: block;
}
 
* html .base {
	height: 1%;
}
/* Reset CSS End*/

/* Main CSS Start */
body {
	background: url(images/bottom-bg.gif) no-repeat center bottom #fff;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #adafb1;
	padding: 0 0 100px 0;
}
#wrapper {
	width: 988px;
	margin: 0 auto;
}
h1 {
	font-family: 'Miso';	
	font-size: 26px;
	color: #0c90c7;
	padding: 0 0 8px 0;
	text-transform: uppercase;
	font-weight: normal;
}
h1 a {
	color: #0c90c7;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
h2 {
	font-family: 'AllerLightRegular';
	font-size: 22px;
	color: #239dd0;
	padding: 0 0 8px 18px; /* 0 0 8px 15px */
	background: url(images/arrow-blue.gif) no-repeat left 8px;
}
h2 a {
	color: #239dd0;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	font-size: 20px;
	color: #239dd0;
	padding: 0 0 8px 0;
}
h3 a {
	color: #239dd0;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
h4 {
	font-size: 17px;
	color: #239dd0;
	font-family: 'AllerRegular';
	padding: 0 0 8px 18px;
	background: url(images/arrow-blue.gif) no-repeat left 4px;
	font-weight: normal;
}
h4 a {
	color: #239dd0;
	text-decoration: none;
}
h4 a:hover {
	text-decoration: underline;
}
h5 {
	font-size: 16px;
	color: #239dd0;
	padding: 0 0 8px 0;
}
h5 a {
	color: #239dd0;
	text-decoration: none;
}
h5 a:hover {
	text-decoration: underline;
}
h6 {
	font-size: 12px;
	color: #239dd0;
	padding: 0 0 8px 0;
	font-weight: bold;
}
h6 a {
	color: #239dd0;
	text-decoration: none;
}
h6 a:hover {
	text-decoration: underline;
}
h3, h5, h6 {
	font-family: 'JosefinSansRegular';
}
p {
	font-size: 12px;
	color: #9a9b9c;
	padding: 0 0 10px 0;
	line-height: 20px;
}
p a {
	color: #9a9b9c;
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
a {
	color: #9a9b9c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 0px;
	margin: 5px 0px 0px 15px;
	float: right;
}
img.alignleft {
	padding: 0px;
	margin: 5px 15px 0px 0;
	float: left;
}
img.aligncenter {
	display: block;
	padding: 0px;
	margin:0 auto 10px auto;
}
ol {
	list-style-type: decimal;
	padding: 0 0 0 10px;
}
ul {
	list-style-type: disc;
	padding: 0 0 0 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.padding-none {
	padding: 0!important;
}
.padding-bottom {
	padding-bottom: 0 !important;
}
.margin-none {
	margin: 0!important;
}
.margin-left {
	margin-left: 0 !important;
}
.margin-right {
	margin-right: 0 !important;
}
.background-none {
	background: none !important;
	margin-bottom: 0px!important;
	padding-bottom: 0px!important; 
}
/* Main CSS End */


/* Header CSS Start */
#header {
	width: 988px;
	background:  url(images/devider-bg.png) repeat-x bottom;
	margin: 50px 0 25px 0;
	padding: 18px 0 0 0;
	position: relative;
	z-index: 5;
}
#logo {
	width: 363px;
	height: 42px;
	padding: 0 0 24px 0;
	float: left;
}
#logo a {
	width: 363px;
	height: 43px;
	display: block;
	text-indent: -9999px;
	background: url(images/logo1.gif) no-repeat;
}

.slogan {
	height: 30px;
	background: url(images/slogan.gif) no-repeat right;
	display: block;
	text-indent: -9999px;
	font-size: 18px;
	margin: 28px 0 0 0;
}
/* Header CSS End */

/* Content CSS Start */
#content {
	width: 988px;
}
#upper-content {
	width: 988px;
	background: url(images/devider-bg.png) repeat-x bottom;
	padding: 0 0 20px 0;
}
/*Sidebar CSS Start*/
#sidebar{
	width: 260px;
	float: left;
}
/* Menu CSS Start */
#menu {
	width: 100%;
	background: url(images/blue-devider.jpg) repeat-x bottom;
	padding: 0 0 10px 0;
	margin: 0 0 22px 0;
}
#menu ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu ul li {
	padding: 0 0 12px 12px;
	position: relative;
	
}
#menu ul li a {
	display: inline-block;
	color: #9a9b9c;
	font-size: 12px;
	text-decoration: none;
	padding: 0 0 0 15px;
	font-family: 'JunctionRegular';
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
}
#menu ul li a:hover {
	background: url(images/menu-sprtr.gif) no-repeat left 2px;
}
#menu ul li.current-menu-item {
	background: url(images/menu-sprtr.gif) no-repeat 12px 2px;
}
#menu ul li.current-menu-item a:hover {
	background: none !important;
}
#menu ul ul {
	width: 220px;
	list-style: none;
	padding: 8px 0 0 14px;
	margin: 0;
	z-index: 1;
}
#menu ul ul li {
	width: 220px;
	font-size: 13px;
	color: #787a7e;
	padding-bottom: 8px;
	font-family: 'AllerRegular';
	cursor: pointer;
	background: none;
}
#menu ul ul li.current-menu-item {
	background: none;
	color: #239dd0!important;
}
#menu ul ul li.current-menu-item a{
	background: none;
	color: #239dd0!important;
}
#menu ul li.staff-link ul li ul li.current-menu-item{
	background: none;
	color: #239dd0!important;
}
#menu ul li.staff-link ul li ul li.current-menu-item a {
	background: none;
	color: #239dd0!important;
}
#menu ul ul li a {
	color: #9a9b9c;
	display: inline-block;
	text-decoration: none;
	background: none !important;
	padding: 0;
	text-transform: capitalize;
	font-family: 'AllerRegular'!important;
	font-size: 13px;
	letter-spacing: 0px;
}
#menu ul ul li a span {
	display: block;
	font-family: 'AllerItalic';
	padding: 5px 0 0 0;
}
#menu ul ul li a:hover {
	color: #239dd0;
}
#menu ul ul ul {
	padding-left: 0 !important;
	margin: 0;
	position: relative;
	left: -12px;
}
#menu ul ul ul.last {
	background: none;
}
#menu ul ul ul li {
	width: 200px;
	font-size: 13px;
	color: #787a7e;
	font-family: 'AllerRegular';
}
#menu ul ul ul li a {
	color: #9a9b9c;
	display: inline-block;
	text-decoration: none;
	background: none !important;
	padding: 0;
}
#menu ul ul ul li a span {
	display: block;
	font-family: 'AllerItalic';
	padding: 0;
}
#menu ul ul ul li a:hover {
	color: #239dd0;
}
#menu ul li.staff-link ul li {
	background: url(images/devider-bg.png) repeat-x bottom;
	margin-bottom: 12px;
	color: #787a7e !important;
	font-family: 'AllerRegular';
	cursor: default;
	padding-left: 0;
	margin-left: 12px;
}
#menu ul li.staff-link ul li a {
	color: #787a7e !important;
	cursor: default;
}
#menu ul li.staff-link ul li ul li {
	background: none!important;
	margin-bottom: 0px;
}
#menu ul li.staff-link ul li ul li {
	width: 200px;
	font-size: 13px;
	color: #787a7e !important;
	padding-bottom: 6px;
	font-family: 'AllerRegular';
}
#menu ul li.staff-link ul li ul li a {
	color: #9a9b9c !important;
	background: none !important;
	cursor: pointer !important
}
#menu ul li.staff-link ul li ul li a:hover {
	color: #239dd0 !important;
}


/* Menu CSS End */
.page-post {
	padding: 0 12px;
}
.page-post h5 {
	text-transform: uppercase;
}
.page-post p {
	font-size: 13px;
	color: #adafb1;
	line-height: normal;
}
.arrow-link {
	font-family: 'AllerRegular';
	background: url(images/arrow-blue.gif) no-repeat right;
	color: #787a7e;
	text-decoration: none;
	padding: 0 20px 0 0;
}

/*Sidebar CSS End*/
/*Page CSS Start*/
#page {
	width: 695px;
	float: right;
	position: relative;
}
/*Banner CSS Start*/
.banner {
	width: 715px;
	position: relative;
	height: 437px;
	overflow: hidden;
	margin-bottom: -40px;
	top: -40px;
	left:-22px;
	_left: 0px;
}
ul#slider {
	width: 715px;
	height: 437px;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.description {
	width: 400px;
	position: absolute;
	border-left: 5px solid #fff;
	left: 55px;
	top: 397px;
	z-index: 10;
	padding: 0 0 0 5px;

}
.description p {
	padding: 0;
}
.description span {
	font-size: 12px;
	display: block;
	color: #fff;
	line-height: normal;
	padding: 0;
}
/*Pagination CSS Start*/
.slider-pagination {
	position: absolute;
	top: 385px;
	left: 480px;
	list-style: none;
	z-index: 200;
	width: 200px;
}
.slider-pagination a {
	text-indent: -9000px;
	display: block;
	width: 12px;
	height: 11px;
	float: right;
	margin: 0 1px 0 0;
	font-size: 0;
	background: url(images/slider-bullet.png) no-repeat;
}
.slider-pagination a:hover, .slider-pagination a.activeSlide {
	background: url(images/slider-bullet-hvr.png) no-repeat;
}
/*Pagination CSS End*/

/*Banner CSS End*/

/*Page CSS End*/

/*Bottom content CSS Start*/
#bottom-content {
	width: 968px;
	overflow: hidden;
	padding: 25px 10px;
}
.featured-post {
	width: 233px;
	float: left;
	padding: 0 15px 0 0;
}
.featured-post.last {
	padding: 0;
	width: 220px !important
}
.featured-post h5 {
	padding: 0;
}
.featured-post h6 {
	font-family: 'JunctionRegular' !important;
	color: #999b9d;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	padding: 0 0 5px 0;
}
.featured-post h6 a {
	color: #999b9d;
	text-decoration: none;
}
.featured-post h6 a:hover {
	text-decoration: underline;
	}
.featured-date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #999b9d;
}
.idi-updates {
	color: #0089cf;
	background: url(images/idi-updates.gif) no-repeat left;
	padding: 0 0 0 20px;
}
.idi-updates a {
	color: #0089cf;
	text-decoration: none;
	text-transform: uppercase;
}
.idi-updates a:hover {
	text-decoration: underline;
}
/*Bottom content CSS End*/
/* Content CSS End */


/* Footer CSS Start */
#footer {
	width: 988px;
	margin: 0 auto;
	border-top: 6px solid #939598;
	padding: 15px 0 15px 0;
	position: relative;
	top: -1px;
}
.copyright {
	float: left;
	font-size: 11px;
}
.copyright p {
	color: #808285;
	font-size: 11px;
}
.social-media {
	float: right;
}
.social-media a {
	display: inline-block;
	margin: 0 0 0 3px;
}
/* Footer CSS End */
/*Inner page CSS Start*/
.inner {
	width: 695px;
	overflow: hidden;
	padding: 0 0 0 20px;
}
.inner h5 {
	font-family: 'AllerRegular';
	font-size: 15px;
	color: #239dd0;
}
.inner h5 a {
	color: #239dd0;
	text-decoration: none;
}
.inner h5 a:hover {
	text-decoration: underline;
}
.inner p {
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 20px 0;
}
.gray-box {
	width: 631px;
	background: #f0f0f0;
	padding: 20px;
	margin: 0 0 20px 0;
}
.gray-box p {
	padding: 20px;
	color: #999b9d;
	line-height: 20px;
	font-size: 12px;
	padding: 0 0 5px 0;
}
.services-list {
	width: 300px;
	float: left;
	padding: 0 0 18px 0;
}
.services-list h4 {
}
.services-list ul {
	width: 300px;
	list-style: none;
	padding: 0 0 0 18px;
	margin: 0;
}
.services-list ul li {
	color: #999b9d;
	line-height: 20px;
	font-size: 15px;
	font-family: 'AllerRegular';
}
.services-list ul li a {
	color: #999b9d;
	text-decoration: none;
}
.small-gray-box {
	width: 453px;
	background: #f0f0f0;
	padding: 20px;
	margin: 0 auto 20px auto;
	text-align: center;
}
.small-gray-box h5 {
	font-size: 15px;
	background: url(images/devider-bg.png) repeat-x bottom;
	margin: 0 0 15px 0;
	font-family: 'AllerRegular' !important;
}
.small-gray-box p {
	padding: 0 0 10px 0;
	color: #999b9d;
	font-size: 14px;
}
.small-gray-box-p {
	width: 380px;
	background: #f0f0f0;
	padding: 20px;
	margin: 0 auto 20px auto;
	text-align: center;
}
.small-gray-box-p h5 {
	font-size: 15px;
	background: url(images/devider-bg.png) repeat-x bottom;
	margin: 0 0 14px 0;
	font-family: 'AllerRegular' !important;
}
.small-gray-box-p p {
	padding: 0 0 10px 0;
	color: #999b9d;
	font-size: 12px;
}

.latest-news-title {}
.latest-news-title .rss-news-link {
	padding: 0 0 0 50px;
	width: 122px;
	float: right;
}
.news-list {
	width: 100%;
	border-top: 1px solid #dbdbdb;
	padding: 30px 0 20px 0;
}
.news-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.news-list ul li {
	font-size: 13px;
	font-family: 'JunctionRegular';
	background: url(images/arrow-blue.gif) no-repeat left top;
	padding: 0 0 22px 30px;
}
.news-list ul li p {
	padding: 0;
}
.news-list ul li a {
	font-size: 13px;
	font-family: 'JunctionRegular';
	color: #ADAFB1;
	text-decoration: none;
}
.news-list ul li span {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	font-size: 12px;
	font-style: italic;
	padding: 4px 0 0 0;
}
.news-list ul li span a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #239dd0;
	text-decoration: none;
	display: inline-block;
	margin: 0 0 0 5px;
	font-style: italic;
	text-transform: lowercase;
}
.news-list ul li a:hover {
	text-decoration: underline;
}
.news-pagination {
	overflow: hidden;
}
.news-pagination ul {
	list-style: none;
	padding: 0 22px 0 0;
	margin: 0;
	float: right;
}
.news-pagination ul li {
	display: inline;
}
.news-pagination ul li a{
	width: 14px!important;
	height: 14px!important;
	text-decoration: none;
	font-size: 12px;
	color: #939598;
	background: #fff !important;
	border: 1px solid #939598!important;
	display: inline-block;
	text-align: center;
	line-height: 14px;

}
.news-pagination ul li a:hover, .news-pagination ul li a.active {
	color: #fff;
	background: #239dd0;
	border: 1px solid #239dd0;
}
.contact-section-left {
	width: 414px;
	float: left;
	background: url(images/form-bg.gif) repeat-y right;
}
.contact-section-left p {
	padding: 0 0 7px 0;
}
.contact-section-left p label {
	font-size: 14px;
	width: 105px;
	display: block;
	float: left;
	color: #239dd0;
	line-height: 28px;
}
.contact-section-left p input {
	width: 260px;
	border: 0;
	background: #f0f0f0;
	padding: 5px 5px;
	color: #ADAFB1;
    font-family: 'AllerRegular';
    font-size: 13px;
}
.contact-section-left p span.enter-code {
	padding: 0 0 0 105px;
	display: block;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.contact-section-left p input.captcha-input {
	width: 84px;
	height: 10px;
	background: #fff;
	border: 1px solid #ececec;
	margin: 0 0 0 105px;
}
.contact-section-left p input.submit {
	width: 72px !important;
	height: 16px !important;
	background: url(images/submit.gif) no-repeat;
	text-indent: -9000px;
	cursor: pointer;
	padding: 0;
}
.contact-section-left p textarea {
	width: 260px;
	height: 125px;
	border: 0;
	background: #f0f0f0;
	padding: 5px;
	resize: none;
	color: #ADAFB1;
    font-size: 13px;
}
.contact-section-right {
	width: 254px;
	float: right;
}
.address-box {}
.address-box p {
	font-size: 12px;
	letter-spacing: 1px;
}
.address-box p span {
	display: block;
	color: #239dd0;
	text-transform: uppercase;
}
.post {}
.post h5 {
	font-family: 'AllerRegular';
	font-weight: normal;
	font-size: 15px;
	color: #239dd0;
}
.gallery {
	width: 671px;
	position: relative;
	padding: 0 0 22px 0;
	
}
._gallery ul {
	width: 715px;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
._gallery ul li {
	width: 671px;
	float: left;
	padding: 0;
	margin: 0;
}
.project-description {
	width: 438px;
	background: url(images/form-bg.gif) repeat-y right; 
	padding: 0 22px 0 5px;
	float: left;
}
.project-description p {
	color: #999b9d;
	font-size: 14px;
}
.project-detail {}
.project-detail ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.project-detail ul li {
	width: 175px;
	float: left;
	font-size: 12px;
	line-height: 20px;
	font-family: 'AllerRegular';
	color: #999b9d;
}
.project-detail ul li span {
	color: #239dd0;
	font-size: 13px;
}
.thumbnail {
	width: 227px;
	float: right;
}
.thumbnail ul {
	width: 185px;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnail ul li {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 0 6px 6px !important;
	border: 0;
}
.thumbnail ul li a {}
.pagelink {
text-align: right;
}
.pagelink p a {
    background: none repeat scroll 0 0 #FFFFFF !important;
    color: #939598;
    padding:0 !important;
    text-align: center;
    text-decoration: none;
}
.pagelink p a span  {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #939598;
    color: #939598;   
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
}
.pagelink p span {
    background: none repeat scroll 0 0 #239DD0;
    border: 1px solid #239DD0;
    color: #FFFFFF;
    padding: 0 5px;
}
/*Inner page CSS End*/
/*Comments Area CSS Start*/
.comments-area {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0;
}
.comments-area li {
	list-style: none;
	padding: 0 0 25px 20px;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #eee;
}
.comments-area li img {
	float: left;
	margin: 0 20px 0 0;
}
.comment-body p {
	margin: 0 0 5px !important;
}
#commentform label {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	width: 70px;
}
.required {
	display: none;
}
.navigation .alignleft, .navigation .alignright {
	margin: 0 0 10px 0;
}
.comment-meta {
	margin: 0 0 10px 0;
}
.devider {
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #ececec;
	font-style: italic;
}

.commentlist { padding: 0; }

/*END*/

/* Forms */
div.wpcf7-mail-sent-ok {
    border: 0!important;
}
.pic {
    width: 671px;
}
.ngg-galleryoverview div.pic img {
	width: 671px !important;
}
.ngg-gallery-list li a {
	padding: 0 !important;
	border: 0 !important;
}
div.wpcf7-validation-errors {
	border: 0!important;
}
.wp-paginate a {
    padding: 2px 5px !Important;
}
.wp-paginate .current {
    padding: 2px 5px !important;
}
/* End Forms */


/* Services Pages */

.services-hero {
	margin: 0 0 2em; padding: 0; overflow: auto; clear: both;
}

.hero-btns {
	margin: 0; padding: 0;
}

.hero-btns li {
	width: 26%;
	float: left;
}

.hero-btns li a {
	margin: 0 5% 0 0; padding: 8px 11px 9px;
	background: #0085d3 url(/wp-content/themes/idi/images/btn-arrow.png) no-repeat 144px center;
	border-radius: 17px;
	color: #fff; text-decoration: none;
	display: block;
}

.hero-btns li a:hover {
	margin: 0 5% 0 0; padding: 8px 11px 9px;
	background: #0067a2 url(/wp-content/themes/idi/images/btn-arrow.png) no-repeat 144px center;
	border-radius: 17px;
	color: #fff; text-decoration: none;
	display: block;
}

.hero-btns li:last-child a {
	margin: 0 5% 0 0; padding: 8px 11px 9px;
	background: #aaaaaa url(/wp-content/themes/idi/images/btn-arrow.png) no-repeat 144px center;
	border-radius: 17px;
	color: #fff; text-decoration: none;
	display: block;
}

.hero-btns li:last-child a:hover { background-color: #999999; }

.services-hero img {
	margin: 0 0 1em 1em; width: 304px; float: right;
}

.services-arch-list {
	margin: 0 0 2.4em; padding: 0; overflow: auto;
}

.services-arch-list li {
	margin: 0; padding: 0 0 .5em; width: 50%; float: left; font-size: 14px; line-height: 1;
}

.planning-construction-wrap {
	margin: 0 0 24px;
}

.services-planning {
	width: 50%; float: left;
}

.services-planning ul, .services-construction ul {
	margin: 0 0 24px; padding: 0;
}

.services-planning li {
	margin: 0;
	padding: 0 0 .5em;
	font-size: 14px;
	line-height: 1;
}

.services-construction {
	width: 50%; float: right;
}

.services-construction li {
	margin: 0;
	padding: 0 0 .5em;
	font-size: 14px;
	line-height: 1;
}

.serv-case-study {
	margin: 0 0 24px; overflow: auto; clear: both;
}

.serv-youtube-video {
	width: 303px; float: left;
}

.case-study-wrap {
	width: 373px; float: right;
}

.case-study-wrap > .hero-btns li {
	width: 50%;
	float: left;
}

/* End Services Pages */

/*Gallery CSS Strat*/
#jqgvii0 .gvIIContainer, #jqgvii3 .gvIIContainer {
}
.gvIIContainer {
	width:671px;
	position:relative;
}
.gvIIContainer .gvIIImgContainer img {
	width: 671px !important;
	height: 437px !important;
	margin:0 !important;
}
.gvIIAltText {
	position:absolute;
	right:0;
	top:0;
	border:1px solid #fff;
	color:#fff;
	padding:5px;
	display: none;
}
.gvIIContainer .gvIIImgContainer {
	width:671px;
	height:437px;
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
}
.gvIIContainer .gvIIImgContainer .gvIILoader {
	background: url(/articles/jqGalViewII/common/img/ajax-loader.gif) no-repeat center center;
	width:450px;
	height:385px;
	display:none;
}
.gvIIContainer .gvIIHolder {
	position:absolute;
	width:190px;
	overflow:hidden;
	top: 473px;
	left: 486px;
}
.gvIIContainer .gvIIHolder .gvIIArrow {
}
.gvIIContainer .gvIIHolder .gvIIItem {
	float:left;
	height:40px;
	width:40px;
	margin:0 0 6px 6px;
	position:relative;
	overflow:hidden;
}
.gvIIContainer .gvIIHolder .gvIIItem .gvIIFlash {
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	height:40px;
	width:40px;
	cursor:pointer;
}
.gvIIContainer .gvIIHolder .gvIIItem img {
	position:absolute;
	top:0;
	left:0;
	padding:0;
	margin:0;
	margin-left:0;
	margin-top:0;
	border:none;
	cursor:pointer;
}
/*Galley CSS End*/