/*************************************************
* File: gbl.css 
* Date Created: 5/22/2010
* Last Updated: 5/22/2010
* Author: Adam F.
* Copyright Network Ninja, Inc.
**************************************************
* About: This is the website CSS
*************************************************/



/* ******** Import Styles ******** */
/*@import url("/path/to/css/file.css");*/



/* Clear Fix Styles */
.clear {
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0px;
	display: block;
}
* html .clear { /* can't apply to .clear, safari2 has issues */
	overflow: hidden;
} 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */



/* Helper Styles */
.hide {
	display: none;
}
img {
	border: none 0px;
}
em {
	font-style: italic;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.gbl_bd_left .float-right {
	margin-left: 4px;
}
.z-index-minus {
	z-index: -1;
}



/* Body and Links */
body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #000 url(/skins/default/images/body_bg.jpg) top center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
html, object, div, span {
	outline: none;
}
a:link, a:visited {
	color: #099;
	text-decoration: underline;
    border: none 0px;
}
a:hover, a:active {
	color: #3cc;
	text-decoration: underline;
	outline: none;
}
a:focus {
	/*-moz-outline-style: none;*/ /* Remove dotted borders from FF links - deprecated */
	outline-style: none;
}


/* Page Contents */
h1 {
	margin: 0;
	padding: 0;
}
.gbl_bd h1 {
	color: #c60;
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 6px;
}
#gbl_body_home .gbl_bd h1 {
	padding-top: 4px;
	text-align: center;
	margin-bottom: 30px;
}
h2 {
	display: block;
	padding: 0;
	margin: 0 0 16px 0;
	color: #333;
	font-weight: bold;
	font-size: 18px;
	border: 0
}
.gbl_bd h2 {
	font-size: 16px;
	margin-bottom: 4px;
}
h3 {
	display: block;
	padding: 0;
	margin: 0;
	color: #333;
	font-weight: bold;
	font-size: 22px;
}
p {
	font-size: 14px;
	margin: 0 0 30px 0;
	padding: 0;
}
p.summary {
	font-size: 18px;
	margin-bottom: 32px;
	color: #999;
}
/*
.gbl_bd_left p {
	font-size: 12px;
	margin-bottom: 22px;
}
*/
sup {
	font-size: 50%;
}
ul {
	margin: 0 0 24px 20px;
	padding: 0;
	list-style-position: inside;
}
li {
	margin-bottom: 0;
	font-size: 12px;
}



/* Forms */
form {
	margin: 0;
	padding: 0;
}



/* Wrapper */
#gbl_wrap {
	position: relative;
	height: auto;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	/*border: 1px dashed red; /* debug */
}
#gbl_wrap { /* Box Hack Model - http://tantek.com/CSS/Examples/boxmodelhack.html */
	width: 900px; /* the actual width + padding */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 900px; /* the usable content area width between the left and right borders */
} 
html>body #gbl_wrap { /* be nice to Opera rule */
  width: 900px;
}




/* Header */
#gbl_hd {
	position: relative;
	height: 95px;
}
#gbl_hd_logo {
	position:  relative;
	width: 303px;
	height: 73px;
	margin-left: 16px;
	padding-top: 9px;
}
#gbl_hd_logo img {
	width: 303px;
	height: 73px;
	border: 0;
}


#gbl_hd_nav {
	height: 40px;
	background: transparent url(/skins/default/images/gbl_nav_bg.png) top repeat-x;
	border: 1px solid #666;
}

#gbl_hd_nav ul {
	float: left;
	list-style-type: none;
	margin: 0 0 0 24px;
	padding: 12px 0 0 0;
	position: relative;
}
#gbl_hd_nav ul li {
	display: inline;
	float: left;
	position: relative;
	margin: 0 36px 0 0;
	font-size: 16px;
}
#gbl_hd_nav ul li.last {
	margin: 0;
}
#gbl_hd_nav ul li a:link, #gbl_hd_nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
#gbl_hd_nav ul li a:hover, #gbl_hd_nav ul li a:active {
	color: #3cc;
	text-decoration: none;
}
/* Nav Highlights */
#gbl_body_home #gbl_hd_nav_home, 
#gbl_body_features #gbl_hd_nav_features, 
#gbl_body_customers #gbl_hd_nav_customers, 
#gbl_body_benefits #gbl_hd_nav_benefits, 
#gbl_body_contact #gbl_hd_nav_contact 
{
	color: #3cc;
}





/* Footer */
#gbl_ft {
	position: relative;
	margin-bottom: 32px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#gbl_ft_company { /* company */
	position: relative;
	width: 200px;
	float: right;
}
#gbl_ft_company a:link, #gbl_ft_company a:visited {
	color: #fff;
	text-decoration: underline;
}
#gbl_ft_company a:hover, #gbl_ft_company a:active {
	color: #dedede;
	text-decoration: underline;
}
#gbl_ft_company_hd {
	width: 200px;
	height: 6px;
	background: transparent url(/skins/default/images/gbl_ft_company_hd_bg.png) top center no-repeat;
}
#gbl_ft_company_ft {
	width: 200px;
	height: 6px;
	background: transparent url(/skins/default/images/gbl_ft_company_ft_bg.png) top center no-repeat;
}
#gbl_ft_company_bd {
	padding: 10px 15px;
	background-color: #333;
}
#gbl_ft_company_bd p {
	font-size: 11px;
	color: #fff;
	margin-bottom: 8px;
}
#gbl_ft_company_bd p.developed {
	color: #ccc;
}
#gbl_ft_company_bd p.logo img {
	border: 0;
}
#gbl_ft_company_bd ul {
	margin: 0;
	padding: 0;
}
#gbl_ft_company_bd ul li {
	font-size: 11px;
	margin-bottom: 2px;
}

#gbl_ft_left { /* container for left content */
	float: left;
}

#gbl_ft_logo {
	width: 168px;
	height: 29px;
	margin-bottom: 24px;
}
#gbl_ft_logo img {
	border: 0;
	width: 168px;
	height: 29px;
}

#gbl_ft_links_wrapper { /* links */
	position: relative;
	margin-left: 0;
	margin-bottom: 32px;
}

#gbl_ft_links_wrapper .gbl_ft_links {
	width: 150px;
	float: left;
	margin-right: 0;
}
#gbl_ft_links_wrapper .gbl_ft_links + .gbl_ft_links {
	width: 260px;
}
#gbl_ft_links_wrapper .gbl_ft_links h3 {
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 14px 0;
	color: #fc6;
}
#gbl_ft_links_wrapper .gbl_ft_links ul {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
#gbl_ft_links_wrapper .gbl_ft_links ul li {
	font-size: 12px;
	color: #fff;
}
#gbl_ft_links_wrapper .gbl_ft_links a:link, #gbl_ft_links_wrapper .gbl_ft_links a:visited {
	color: #fff;
	text-decoration: none;
}
#gbl_ft_links_wrapper .gbl_ft_links a:hover,#gbl_ft_links_wrapper .gbl_ft_links a:active {
	color: #ccc;
	text-decoration: none;
}

#gbl_ft_copyright{ /* copyright */
}

#gbl_ft_copyright p {
	margin: 0 0 4px 0;
	padding: 0;
	color: #666;
	font-size: 12px;
}

#gbl_ft_copyright p.bbb img {
	border: 0;
}





/* Splash Feature Stage - Home */
#gbl_splash {
	position: relative;
	height: 318px;
	background: #000 url(/skins/default/images/gbl_splash_bg.jpg) bottom center no-repeat;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
#gbl_splash_content {
	width: 510px;
	position: absolute;
	top: 16px;
	left: 25px;
}
#gbl_splash h1 {
	color: #ece4af;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 14px;
}
#gbl_splash h1 span {
	font-size: 32px;
	font-weight: bold;
}
#gbl_splash p {
	font-size: 15px;
	margin-bottom: 20px;
	color: #fff;
}
#gbl_splash p span {
	color: #dff5b2;
}
#gbl_splash_btn {
	margin-left: 60px;
	margin-bottom: 8px;
}
#gbl_splash_btn img {
	float: left;
	border: 0;
	width: 221px;
	height: 60px;
}
#gbl_splash_learnmore {
	float: left;
	color: #fff;
	font-size: 15px;
	margin-left: 4px;
	margin-top: 17px;
}
#gbl_splash_learnmore a:link, #gbl_splash_learnmore a:visited {
	color: #ccc;
	text-decoration: underline;
}
#gbl_splash_learnmore a:hover, #gbl_splash_learnmore a:active {
	color: #fff;
	text-decoration: underline;
}
#gbl_splash h2 {
	font-size: 20px;
	font-weight: bold;
	border: 0;
	margin: 0 0 2px 60px;
	padding: 0;
	color: #ece4af;
}
#gbl_splash ul {
	margin: 0 0 0 80px;
	padding: 0;
	width: 440px;
	list-style-type: none;
	list-style-position: inside;
}
#gbl_splash ul li {
	font-size: 14px;
	margin: 0 0 0 0;
	padding-left: 18px;
	background: transparent url(/skins/default/images/gbl_splash_bullet.png) 0px 2px no-repeat;
	color: #fff;
}
#gbl_splash_screenshot {
	width: 358px;
	height: 296px;
	position: absolute;
	bottom: 0px;
	right: 12px;
}
#gbl_splash_screenshot img {
	width: 358px;
	height: 296px;
	border: 0;
}


/* Call outs - Home */
#gbl_callouts {
	position: relative;
	background: transparent url(/skins/default/images/gbl_callouts_bg.png) top center no-repeat;
	height: 123px;
	width: 920px;
	margin-left: -10px;
}

.gbl_callout {
	width: 268px;
	float: left;
	margin-left: 40px;
	margin-top: 20px;

}
.gbl_callout + .gbl_callout {
	margin-left: 26px;
}
.gbl_callout_icon {
	width: 52px;
	text-align: center;
	float: left;
}
.gbl_callout_icon img {
	width: 48px;
	border: 0;
}
.gbl_callout_content {
	float: right;
	width: 210px;
	margin-right: 0;
}
.gbl_callout_content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding: 0;
	margin: 0 0 4px 0;
}
.gbl_callout_content p {
	font-size: 14px;
	margin-bottom: 4px;
}


/* Body */
.gbl_bd {
	position: relative;
	background-color: #fff;
}
.gbl_bd_container { /* generic container to hold floated left and right content and clear it */
	margin-bottom: 30px;
}



/* 2 Column Layout */
.gbl_bd_left { /* Left column */
	float: left;
	position: relative;
	margin: 0;
	padding: 18px 0 0 30px;
	height: auto;
	min-height: 300px;
}
/*\*/
* html .gbl_bd_left { /* Min-Height for Internet Explorer http://www.cssplay.co.uk/boxes/minheight.html */
	height: 100px;
}
/**/
.gbl_bd_left { /* Box Hack Model - http://tantek.com/CSS/Examples/boxmodelhack.html */
	width: 650px; /* the actual width + padding */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 620px; /* the usable content area width between the left and right borders */
} 
html>body .gbl_bd_left { /* be nice to Opera rule */
  width: 620px;
} 

.gbl_bd_right { /* Right column */
	float: right;
	position: relative;
	margin: 0;
	padding: 18px 30px 0 0;
} 
.gbl_bd_right { /* Box Hack Model - http://tantek.com/CSS/Examples/boxmodelhack.html */
	width: 230px; /* the actual width + padding */
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 200px; /* the usable content area width between the left and right borders */
} 
html>body .gbl_bd_right { /* be nice to Opera rule */
  width: 200px;
} 




/* Mobile - Home */
#gbl_mobile {
	margin-left: 15px; /* mobile image has 15px of whitespace on left so we'll have a total gap of 30px */
	float: left;
	width: 416px;
}
#gbl_mobile img {
	width: 140px;
	height: 218px;
	float: left;
}
#gbl_mobile_content {
	width: 276px;
	float: right;
}
#gbl_mobile_content p + p {
	margin-bottom: 28px;
}

#gbl_totalserved {
	background: #e7c788 url(/skins/default/images/gbl_totalserved_bg.jpg) top repeat-x;
	border: 1px solid #dfcba4;
	text-align: center;
	font-size: 14px;
	padding: 12px 0;
}


/* Quotes - Home */
#gbl_quotes {
	margin-right: 30px;
	float: right;
	width: 420px;
}
.gbl_quoteblock {
	margin-bottom: 12px;
}
.gbl_quoteblock p.quote {
	font-size: 11.8px;
	font-style: italic;
	margin-bottom: 14px;
}
.gbl_quoteblock p.byline {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}
.gbl_quoteblock p.byline span {
	display: block;
	font-weight: normal;
	color: #999;
}

.gbl_quoteblock + .gbl_quoteblock {
	border-top: 1px solid #999;
	padding-top: 12px;
	margin-bottom: 0;
}
.gbl_quoteblock_marketing_werks {
	background: transparent url(/skins/default/images/gbl_quote_logo_marketing_werks.gif) bottom right no-repeat;
}
.gbl_quoteblock_relay {
	background: transparent url(/skins/default/images/gbl_quote_logo_relay.gif) bottom right no-repeat;
}





/* Request a Demo box - All pages */
#gbl_demobox {
	position: relative;
	background: #28333e url(/skins/default/images/gbl_demobox_bg.png) top repeat-x;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 0 50px;
	height: 72px
}
#gbl_demobox h3 {
	font-weight: bold;
	font-size: 20px;
	width: 620px;
	color: #fff;
	font-weight: normal;
	padding: 0 0 0 28px;
	margin: 24px 0 0 0;
	background: transparent url(/skins/default/images/gbl_demobox_bullet.png) 0px 3px no-repeat;
}
#gbl_demobox h3 span {
	color: #6ff;
	font-weight: bold;
}
#gbl_demobox div.button {
	float: right;
	width: auto;
	margin-top: 21px;
}
#gbl_demobox div.button img {
	width: 134px;
	height: 39px;
	border: 0;
}



/* Features List - Home */
#gbl_featlist {
	background: #ccdde8 url(/skins/default/images/gbl_featlist_bg.jpg) top repeat-x;
	padding: 20px 30px 0 30px;
}
#gbl_featlist h2 {
	margin-bottom: 18px;
}
#gbl_featlist h2 span {
	color: #c60;
}
#gbl_featlist p.link {
	margin-bottom: 20px;
}
.gbl_featlist_cols {
	margin-bottom: 14px;
}
.gbl_featlist_col {
	width: 280px;
	float: left;
}
.gbl_featlist_col ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.gbl_featlist_col ul li {
	font-size: 15px;
	padding-left: 22px;
	background: transparent url(/skins/default/images/gbl_featlist_bullet.png) 0px 2px no-repeat;
}





/* Content Block - Features and Customers */
.gbl_block {
	position: relative;
	margin-bottom: 24px;
}
.gbl_block_icon {
	width: 80px;
	float: left;
	display: inline;
}
.gbl_block_icon img {
	border: 0;
	width: 64px;
	height: 64px;
}
.gbl_block_content {
	float: right;
	width: 540px;
}
.gbl_block_content h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0;
}
#gbl_body_features .gbl_block_content h3 {
	font-weight: normal;
}
.gbl_block_content h3 span {
	font-weight: normal;
	font-size: 12px;
}
.gbl_block_content p {
	font-size: 16px;
	margin-bottom: 0;
}
.gbl_block_content p + p {
	margin-top: 20px;
}

.gbl_block ul {
	margin: 0;
	padding: 0;
}
.gbl_block ul li {
	float: left;
	width: 270px;
	font-size: 14px;
	color: #999;
/*
	padding-left: 14px;
	text-indent: -14px;
*/
}
.gbl_block p + ul {
	margin-top: 20px;
}



/* Feature Blocks - Individual Feature pages */
.gbl_featblock {
	position: relative;
	margin-bottom: 24px;
}
.gbl_featblock_sreenshot {
	float: left;
}
.gbl_featblock_sreenshot img {
	border: 1px solid #ccc;
}
.gbl_featblock_sreenshot #gbl_feat_iphone_video {
	position: relative;
	width: 340px;
	height: 460px;
	background: transparent url(/skins/default/images/gbl_feat_iphone_frame.png) top center no-repeat;
}
.gbl_featblock_sreenshot #gbl_feat_iphone_video div { /* the video container */
	position: absolute;
	top: 83px;
	left: 74px;
}
.gbl_featblock p, .gbl_featblock ul {
	margin-left: 340px;
}
.gbl_featblock ul li {
	padding-left: 14px;
	text-indent: -14px;
}
.gbl_featblock p {
	margin-bottom: 18px;
}


/* Benefits Container List - Benefits */
#gbl_benefits {
	margin-left: -48px;
}
#gbl_benefits ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#gbl_benefits ul li {
	float: left;
	margin-left: 48px;
	margin-bottom: 30px;
}


/* Benefit Block - Benefits */
#gbl_benefits .gbl_benefit {
	position: relative;
	width: 282px;
	height: 252px;
	background: transparent url(/skins/default/images/gbl_benefit_bg.png) top center no-repeat;
}

#gbl_benefits .gbl_benefit_hd { /* header */
	position: relative;
	padding-top: 12px;
	margin-bottom: 20px;
}
#gbl_benefits .gbl_benefit_hd .gbl_benefit_icon {
	float: left;
	width: 90px;
	text-align: center;
}
#gbl_benefits .gbl_benefit_hd .gbl_benefit_icon img {
	border: 0;
	width: 64px;
	height: 64px;
}
#gbl_benefits .gbl_benefit_hd h3 {
	float: right;
	width: 192px;
	font-size: 20px;
	margin: 0;
	padding: 0;
}

#gbl_benefits .gbl_benefit_bd { /* body */
	position: relative;
	margin: 0 12px;
}
#gbl_benefits .gbl_benefit_bd ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
#gbl_benefits .gbl_benefit_bd ul li {
	font-size: 14px;
	padding-left: 14px; /* indent fix for wrapped lines */
	text-indent: -14px;
	margin: 0;
	float: none;
}



.gbl_section_nav {
	font-size: 16px;
	margin-bottom: 20px;
}
.gbl_section_nav_left {
	float: left;
}
.gbl_section_nav_right {
	float: right;
}


/* Right side modules */


/* RSM Side Box */
.gbl_rsm_sidebox {
	width: 200px;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #e9e9e9;
	border: 1px solid #ccc;
}
/*
.gbl_rsm_sidebox_hd {
	height: 5px;
	background: transparent url(/skins/default/images/gbl_rsm_sidebox_hd_bg.png) top center no-repeat;
}
.gbl_rsm_sidebox_ft {
	height: 5px;
	background: transparent url(/skins/default/images/gbl_rsm_sidebox_ft_bg.png) top center no-repeat;
}
.gbl_rsm_sidebox_bd {
	background-color: #eaeaea;
	padding: 5px 10px 0 10px;
}
*/
.gbl_rsm_sidebox_hd {
	padding-top: 10px;
	margin-bottom: 10px;
}
.gbl_rsm_sidebox_hd .gbl_rsm_sidebox_icon {
	float: left;
	width: 52px;
	text-align: center
}
.gbl_rsm_sidebox_hd .gbl_rsm_sidebox_icon img {
	border: 0;
	width: 32px;
	height: 32px;
}
.gbl_rsm_sidebox_hd .gbl_rsm_sidebox_content {
	float: right;
	width: 148px;
}
.gbl_rsm_sidebox_hd .gbl_rsm_sidebox_content h2 {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
.gbl_rsm_sidebox_hd .gbl_rsm_sidebox_content h2 span {
	color: #999;
}
.gbl_rsm_sidebox_hd .gbl_rsm_sidebox_content p {
	color: #999;
	font-weight: 14px;
	padding: 0;
	margin: 0;
}

.gbl_rsm_sidebox_bd {
	margin: 0 10px 10px 10px;
}

.gbl_rsm_sidebox_bd ul {
	margin: 0;
	padding: 0;

}
.gbl_rsm_sidebox_bd ul li {
	padding: 0;
/* 	border-top: 1px solid #ccc; */
	font-size: 14px;
	margin-bottom: 2px;
	padding-left: 14px;
	text-indent: -14px;
}
.gbl_rsm_sidebox_bd .gbl_rsm_sidebox_thumb {
	text-align: center;
}
.gbl_rsm_sidebox_bd .gbl_rsm_sidebox_thumb img {
	border: 1px solid #ccc;
	width: 178px;
}


/* Request a demo button */
.gbl_rsm_demobox {
	position: relative;
	margin-bottom: 20px;
}
.gbl_rsm_demobox img {
	border: 0;
	width: 200px;
	height: 49px;
}



/* contact us table */
.gbl_contact_table {
	margin: 0 0 22px 0;
	border-collapse: collapse;
	width: 100%;
}
.gbl_contact_table td {
	vertical-align: top;
	font-size: 14px;
	padding-bottom: 8px;
}
.gbl_contact_table td.col1 {
	width: 108px;
}
.gbl_contact_table td span.label {
	font-weight: bold;
}


/* form */
.gbl_form {
	width: 100%;
	margin: 0;
	padding: 0;
}
.gbl_form input, .gbl_form textarea {
	background-color: #f2f2f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	padding: 2px;
}
.gbl_form input.gbl_form_submit {
	background-color: transparent;
}
.gbl_form_text {
	width: 230px;
	border: 1px solid #ccc;
}
.gbl_form_textarea {
	border: 1px solid #ccc;
	width: 95%;
}

#contactform .error {
	background-color: #ffc8c8;
}

.gbl_form_errors {
	display: none; /* hide initially, then display via jQuery if errors detected on submit */
	background-color: #ffc8c8;
	border: 1px solid #f33;
	text-align: left;
	color: #f33;
	width: 250px;
	padding: 4px;
	margin-bottom: 8px;
	width: 100%;
}
.gbl_form_errors p {
	margin-bottom:  4px;
}
.gbl_form_errors ul {
	margin: 0;
}
.gbl_form_errors ul li {
	margin-bottom: 2px;
}



/* Overlays */
.gbl_overlay {
	display: none; /* must be initially hidden */
	z-index: 10000; /* place overlay on top of other elements */
	width: auto;	
	min-height: 200px;
	border: 10px solid #666;
	border: 10px solid rgba(82, 82, 82, 0.698); /* for modern browsers use semi-transparent color on the border. nice! */
	background-color: rgba(82, 82, 82, 0.698);	
	
	/* CSS3 styling for latest browsers */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;

}

/* close button positioned on upper right corner */
.gbl_overlay .close {
	background: transparent url(/skins/default/images/gbl_overlay_close.png) top center no-repeat;
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	height: 30px;
	width: 30px;
}


/* Scrollabe Sreenshots (Carousel) */
#gbl_scrollable_screenshots {
	background-color: #fff;
	border: 1px solid #3cc;
	padding-top: 20px;
	width: 732px
}


/* scrollable element (using jquery tools) */
#gbl_scrollable_screenshots .scrollable { /* root element for single scroll */ 
    position:relative; 
    overflow:hidden; 
    width: 650px; 
    height: 550px; 
    float:left; 
}
#gbl_scrollable_screenshots .scrollable .items { /* root element for the scroll pics */ 
    width: 20000em; 
    position: absolute; 
    clear: both; 
}
#gbl_scrollable_screenshots .scrollable .items .item { /* single scroll item */ 
    float: left; 
    /*cursor: pointer; */
    width: 650px; 
    margin: 0px; 
}
#gbl_scrollable_screenshots .scrollable.active { /* possible settings for the active scroll */ 
}

/* scrollable arrows */
#gbl_scrollable_screenshots .prev, 
#gbl_scrollable_screenshots .next {
	float: left;
	padding-top: 220px;
	width: 40px;
	text-align: center;
}
#gbl_scrollable_screenshots a.prev:hover, 
#gbl_scrollable_screenshots a.next:hover {
	cursor: pointer;
}
#gbl_scrollable_screenshots .prev img, 
#gbl_scrollable_screenshots .next img {
	width: 30px;
	height: 30px;
	border: 0;
}

/* screenshot image and caption styles */
#gbl_scrollable_screenshots .gbl_screenshot_image {
	width: 650px;
	margin-bottom: 8px;
}
#gbl_scrollable_screenshots .gbl_screenshot_image img {
	width: 650px;
	height: 488px;
	border: 1px solid #ccc;
}

#gbl_scrollable_screenshots .gbl_screenshot_caption {
	font-size: 12px;
}
#gbl_scrollable_screenshots .gbl_screenshot_caption h3 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}



