

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear { clear:both; display:block; margin:0px; padding:0px; height:0px; line-height:0px; font-size:0px; }

img { border:none; }




a:link {color: #777777; text-decoration:none;}
a:active {color: #777777; text-decoration:none;}
a:visited {color: #777777; text-decoration:none;}
a:hover {color: #5f88c5; text-decoration:none;}




body
{
	font-family:Helvetica, Verdana, Arial, sans-serif;
	background:url(/images/bg_body2.png) repeat-x top #FFFFFF;
	text-align: center;
	font-size:62.5%;
}

#wrapper
{
	width:790px;
	background:transparent url(/images/bg_wrapper2.png) repeat-y;
	margin: auto;
	margin-top: 0;
	text-align: left;
	
}

#wrapperTop
{
	width: 790px;
	background: transparent url(/images/bg_wrapper_top2.png) no-repeat 0 0;
	margin-top: 0;
	text-align: left;
	/* fix Safari bug */
	border-top: 1px solid #a1b8da;
}




#header {
	width: 750px;
	margin: 0px 0px 0px 20px;
}

#content
{
width: 770px;
overflow:hidden;
}

#mainContent {
	float: left;
	margin: 0px 0 0 31px;
	width: 474px;
	display: inline;
}

#sideContent {
	float: left;
	margin: 8px 0 0 10px;
	padding: 0 0 0 0px;
	width: 241px;
	display: inline;
	background:url(/images/sidebarwrapper.png) repeat-y left;
}

#sideContentTop
{
	background: transparent url(/images/sidebarwrappertop.png) no-repeat top left;
	margin-top: 0;
	/* fix Safari bug */
	border-top: 1px solid #FFFFFF;
}

#sideContentBottom
{
	background: transparent url(/images/sidebarwrapperbottom.png) no-repeat bottom left;
	margin-bottom: 0;
	/* fix Safari bug */
	border-bottom: 1px solid #FFFFFF;
	padding-bottom:10px;
	padding-left:15px;
}


#breadcrumbBar
{
width: 474px;
font-size:1.2em;
margin-top:10px;
margin-bottom:10px;
color:#2d4f81;
line-height:1.2em;
}

#breadcrumbBar a:link {color: #1e56a8; text-decoration: none; padding-left:2px; padding-right:2px;}
#breadcrumbBar a:active {color: #1e56a8; text-decoration: none; padding-left:2px; padding-right:2px;}
#breadcrumbBar a:visited {color: #1e56a8; text-decoration: none; padding-left:2px; padding-right:2px;}
#breadcrumbBar a:hover {color: #FFFFFF; text-decoration: none; background-color:#5f88c5; padding-left:2px; padding-right:2px;}

.breadcrumbBarPast
{
color:#5f88c5;
}

.breadcrumbBarCurrent
{
color:#777777;
}

.breadcrumbSeperator
{
font-size:14px;
}



/* footer
------------------------------------------------------------------------- */

#footer {
	clear: both;
	width: 790px;
	height: 65px;
	background: #FFF url(/images/bg_footer2.png) no-repeat;
	margin: 20px 0 0 0;
	/*border-top: 1px solid #FFF;*/
	overflow: hidden;
}

#footnote {
	float: left;
	clear: none;
	width: 770px;
	height: 25px;
	font-size: 1.1em;
	color: #1e56a8;
	margin: 18px 0 0 0;
	padding-top: 4px;
	text-align:center;
}





/* others
------------------------------------------------------------------------- */

h1
{
font-size:3em;
color: #1e56a8;
font-weight:normal;
}

h2
{
font-size:1.6em;
line-height:1.6em;
font-weight:normal;
margin-bottom:0.1em; 
color: #497dca;
}

h3
{
font-size:1.3em;
line-height:1.2em;
font-weight:normal;
margin-bottom:0.4em; 
color: #497dca;
}

p, li
{
font-size:1.3em;
line-height:1.6em;
color: #777777;
}

p
{
margin-bottom:0.4em;
}

ul
{
margin-left:20px;
}

ol
{
margin-left:30px;
list-style:decimal;
margin-bottom:20px;
}

ol li
{
margin-bottom:5px;
}

.bold
{
font-weight:bold;
}




/* Navigation Menu */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#menu_container {position:relative; z-index:50; float:left; margin-left:11px; margin-top:0px; margin-bottom:0px;background:#5f88c5; font-weight:normal;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Main Nav -  Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {display:block;width:120px; font-size:17px; font-variant:small-caps; color:#fff; padding-top:17px; padding-bottom:3px; text-decoration:none; text-indent:6px; border:1px solid #7aa3e0; border-width:1px 0 1px 1px;}

/* Drop Downs - Set up the link size, color and borders */
#pmenu li:hover > ul a, #pmenu li:hover > ul a:visited {font-size:12px; padding-top:2px; padding-bottom:0px; border-bottom:0px solid #7aa3e0;border-top:0px solid #7aa3e0;}

/* Bottom li drop down border */
#pmenu li:hover > ul li.last a, #pmenu li:hover > ul li.last a:visited {border-bottom:1px solid #7aa3e0;}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 1px 1px 1px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#pmenu li {float:left; background:url(/images/navbackground.png) repeat-x;}

/* Drop Downs - background colour */
#pmenu li:hover > ul li {float:left; background:#6992cf url(/images/navbackground2.png) repeat-x;}


/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {background:#5f88c5; color:#FFF; border-bottom:1px solid #a9a9a9;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; margin-top:10px; padding:0px 30px 26px 30px; background:url(/images/shadow2.png) no-repeat bottom; width:120px;}

/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:33px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #menu_container{ margin-left:5px;}

* html #ie6container{ margin-left:1px;}

* html #pmenu li a:hover {position:relative; background:#5f88c5; color:#FFF;}

* html #pmenu a, *html #pmenu a:visited {display:block;width:120px; font-size:17px; font-variant:small-caps; color:#fff; padding-top:17px; padding-bottom:3px; text-decoration:none; text-indent:6px; border:1px solid #7aa3e0; border-width:1px 0 1px 1px;}

* html #pmenu li a:hover {background:#5f88c5; color:#FFF; border-bottom:1px solid #a9a9a9;}

* html #pmenu li ul li a, * html #pmenu li ul li a:visited {border-bottom:1px solid #FF0000; border-top:1px solid #FF0000;}
* html #pmenu li ul li a:hover {border-bottom:0px solid #a9a9a9 ;border-top:0px solid #a9a9a9;}

* html #pmenu li ul li.last a:hover {border-bottom:1px solid #a9a9a9}


* html #pmenu li a:hover ul li a, * html #pmenu li a:hover ul li a:visited
{
font-size:14px; padding-top:0px; padding-bottom:0px; border-bottom:0px solid #7aa3e0; border-top:0px solid #7aa3e0; background:#6992cf url(/images/navbackground2.png) repeat-x;
}

* html #pmenu li a:hover ul li a:hover
{
font-size:14px; padding-top:0px; padding-bottom:0px; border-bottom:0px solid #7aa3e0; border-top:0px solid #7aa3e0; background:#5f88c5;
}

* html #pmenu li a:hover ul li.last a {border-bottom:1px solid #7aa3e0}
* html #pmenu li a:hover ul li.last a:hover {border-bottom:1px solid #7aa3e0}


* html #pmenu li ul li.last a, *html #pmenu li ul li.last a:visited {border-bottom:1px solid #7aa3e0;}

/* Set up the sub level borders */
* html #pmenu li ul li a, * html #pmenu li ul li a:visited {border-width:0 1px 1px 1px;}
* html #pmenu li a.enclose, * html #pmenu li a.enclose:visited {border-width:1px;}



/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#5f88c5; color:#FFF;}

/* Set up the pointers for the sub level indication */
/*
#pmenu li.fly {background:#7484ad url(http://www.cssplay.co.uk/menus/fly.gif) no-repeat right center;}
#pmenu li.drop {background:#7484ad url(http://www.cssplay.co.uk/menus/drop.gif) no-repeat right center;}
*/

/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; margin-top:10px; padding:0px 30px 26px 30px; width:120px;}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:32px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */

/* End Navigation Menu */






		
ul#toolbar {
	height: 50px;
	width: 385px;
	list-style: none;
	margin-left:0px;
	clear: both;
	float:left;
	padding-left:84px;
	background:url(/images/tabnavactive.png) 0 0px repeat-x;
	}
	
#toolbar li {
	float: left;
	line-height:50px;
	text-align:center;
	}
	
#toolbar li a {
	height: 50px;
	display: block;
	}

#toolbar li.active {
	width: 100px;
	background:url(/images/tabnavactive.png) 0 50px;
	}
	
#toolbar li.inactive {
	width: 100px;
	background:url(/images/tabnavactive.png) 0 0px;
	}
	
#toolbar li:hover.inactive {
	width: 100px;
	background:url(/images/tabnavactive.png) 0 100px;
	}
	
* html #toolbar li.inactive a:hover{
	background:url(/images/tabnavactive.png) 0 100px;
	}
	
#toolbar a:link {color: #6d6d6d; text-decoration: none; padding-top:1px; padding-bottom:0px; padding-left:2px; padding-right:2px;}
#toolbar a:active {color: #6d6d6d; text-decoration: none; padding-top:1px; padding-bottom:0px; padding-left:2px; padding-right:2px;}
#toolbar a:visited {color: #6d6d6d; text-decoration: none; padding-top:1px; padding-bottom:0px; padding-left:2px; padding-right:2px;}
#toolbar a:hover {color: #1e56a8; text-decoration: none; padding-top:1px; padding-bottom:0px; padding-left:2px; padding-right:2px;}

#toolbar .active a:link {color: #1e56a8; text-decoration: none; padding-top:1px; padding-bottom:0px; padding-left:2px; padding-right:2px;}
#toolbar .active a:active {color: #1e56a8; text-decoration: none; padding-top:1px; padding-bottom:0px; padding-left:2px; padding-right:2px;}
#toolbar .active a:visited {color: #1e56a8; text-decoration: none; padding-top:1px; padding-bottom:0px; padding-left:2px; padding-right:2px;}
#toolbar .active a:hover {color: #1e56a8; text-decoration: none; padding-top:1px; padding-bottom:0px; padding-left:2px; padding-right:2px;}

	
#scroller, .section { height: 360px; }

#frame {
width:469px;

}
	
#scroller {
	width: 469px;
	overflow: hidden;
		float:left;
}

*html #scroller {	margin-top:-1px;}

#scrollercontent {
	width: 1407px;
	}
	
.section {
	width: 449px;
	float: left;
	background:url(/images/tabnavbackground.png) repeat-x;
	padding:10px;
	}
	
.icondiv
{
width:164px;
height:270px;
float:left;
padding-top:9px;
}

.contactinfodiv
{
width:275px;
height:270px;
float:left;
padding-left:10px;
padding-top:18px;
}







	
	
.sidecontainer
{
background-color:#FFFFFF;
border:1px solid #E7E7E7;
margin-bottom:27px;
text-decoration:none;
display:block;
}

.sidecontainer:hover
{
background-color:#fafafa;
}

.sidecontainer2
{
border:1px solid #E7E7E7;
margin:4px;
display:block;
}

.sidecontainer3
{
padding-top:7px;
padding-left:11px;
padding-right:11px;
padding-bottom:11px;
border-top:1px solid #E7E7E7;
margin-bottom:0px;
display:block;
}

.sidecontainerheader
{
background-color:#f2f2f2;
padding:3px;
font-size:14px;
display:block;
text-decoration:none;
}

.sidecontainertext
{
padding-top:6px;
padding-left:6px;
padding-right:6px;
margin-bottom:0px;
}

.quotes
{
margin-top:4px;
font-size:14px;
margin-bottom:30px;
color:#666666;
}


.stagebox
{
width:474px;
height:250px;
position:relative;
z-index:1;
}

.boxrow
{
width:474px;
margin-bottom:20px;
cursor:pointer;
}

.box
{
width:156px;
background-color:#f0f0f0;
float:left;
border-left:1px solid #d3d3d3;
border-top:1px solid #d3d3d3;
border-bottom:1px solid #d3d3d3;
}

.box:hover
{
background-color:#f7f7f7;
}

.boxtitlecontainer
{
padding-left:8px;
padding-top:6px;
padding-bottom:5px;
}

.boxtitle
{
font-size:1.6em;
}

.borderright
{
border:1px solid #d3d3d3;
}

.detailsbox
{
border-top:1px dashed #d3d3d3;
padding-left:5px;
padding-right:5px;
padding-top:3px;
}

.boxlist
{
list-style:circle;
margin-left:18px;
font-size:0.8em;
text-decoration:none;
}

.boxbuttoncontainer
{
text-align:right;
margin-top:5px;
margin-right:5px;
margin-bottom:5px;
text-decoration:none;
color:#497dca;
font-size:1.1em;
}

.titlecontainer
{
margin-bottom:10px;
margin-top:15px;
}

.textsection
{
margin-bottom:20px;
}

.hostingtext
{
font-size:1.9em;
color:#545454;
}

.hostingtextprice
{
font-size:2.4em;
color:#007a00;
}

.quotenow
{
font-size:2.2em;
color:#545454;
}

.hostingtextcontainertop
{
margin-top:14px;
margin-bottom:5px;
}

.hostingtextcontainer
{
margin-top:9px;
margin-bottom:9px;
}

.hostingtextcontainerbottom
{
margin-top:25px;
padding-bottom:0px;
}

.hostingfeatures
{
margin-top:22px;
}

.block
{
float:left;
width:237px;
}

.hostinglist
{
list-style:circle;
font-size:0.9em;
}

.onlinequoteheadertext
{
margin-bottom:20px;
}

.quotebox
{
width:468px;
margin-top:15px;
padding-top:7px;
border:1px solid #CCCCCC;
}

.quoteboxhidden
{
width:468px;
padding-top:7px;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
background-color:#F5F5F5;
}

.quoteboxtext
{
font-size:1.5em;
float:left;
padding-top:3px;
padding-bottom:3px;
padding-left:13px;
}

.quoteboxcontrol
{
float:right;
margin-right:7px;
line-height:30px;
}

.quoteboxminus
{
width:30px;
float:left;
}

.quoteboxplus
{
width:30px;
float:left;
}

.quoteboxcontrolcontainer
{
float:left;
text-align:center;
}

.quoteboxinput
{
width:25px;
font-size:13px;
text-align:center;
color:#2759a3;
}

.tickcrossbox
{
width:30px;
height:30px;
float:left;
}

.add
{
display:block;
width:30px;
height:30px; 
background:url(/images/add.png) no-repeat 0 0;
}

.add:hover
{
background-position:0 -30px;
}

.add span
{
display:none;
}

.remove
{
display:block;
width:30px;
height:30px; 
background:url(/images/remove.png) no-repeat 0 0;
}

.remove:hover
{
background-position:0 -30px;
}

.remove span
{
display:none;
}

.crossoff
{
display:block;
width:30px;
height:30px; 
background:url(/images/cross.png) no-repeat 0 0;
}

.crossoff:hover
{
background-position:0 -30px;
}

.crossoff span
{
display:none;
}

.crosson
{
display:block;
width:30px;
height:30px; 
background:url(/images/crossselected.png) no-repeat 0 0;
}

.crosson span
{
display:none;
}

.tickoff
{
display:block;
width:30px;
height:30px; 
background:url(/images/tick.png) no-repeat 0 0;
}

.tickoff:hover
{
background-position:0 -30px;
}

.tickoff span
{
display:none;
}

.tickon
{
display:block;
width:30px;
height:30px; 
background:url(/images/tickselected.png) no-repeat 0 0;
}

.tickon span
{
display:none;
}

.estimatedcost
{
font-size:1.8em;
margin-top:15px;
}

.servicesbox
{
width:445px;
text-decoration:none;
background-color:#f7f7f9;
margin-top:45px;
margin-bottom:45px;
font-size:1.6em;
padding-left:13px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
color:#666666;
cursor:pointer;
border:1px solid #CCCCCC;
display:block;
}

.servicesbox:hover
{
background-color:#efefef;
}

.aboutbox
{
width:448px;
text-decoration:none;
background-color:#f7f7f9;
margin-top:20px;
margin-bottom:20px;
font-size:1.6em;
padding:10px;
color:#666666;
cursor:pointer;
border:1px solid #CCCCCC;
}

.aboutbox:hover
{
background-color:#efefef;
}

.accessibilitylist
{
list-style:circle;
}

.accessibilitylist li
{
margin-bottom:5px;
}

.nounderline
{
text-decoration:none;
display: block;
}

bluetext
{
color:#497dca;
}

.grey
{
color: #777777;
}




.currentstatustext
{
float:left;
width:148px;
line-height:40px;
height:40px;
margin-top:8px;
font-size:1.3em;
display:block;
}

.currentstatus
{
float:left;
width:40px;
height:40px;
margin-top:8px;
display:block;
}

.callbutton
{
float:left;
width:44px;
text-align:center;
margin-top:12px;
display:block;
}

.messagebutton
{
float:left;
width:102px;
text-align:center;
margin-top:12px;
display:block;
}

.addcontactbutton
{
float:left;
width:44px;
text-align:center;
margin-top:12px;
display:block;
}




.portfolioitem
{
margin-bottom:20px;
}

.poloroid
{
width:220px;
float:left;
}

.portfoliotextsection
{
float:left;
width:244px;
padding-left:10px;
}

.headerparagraph
{
font-weight:bold;
}





blockquote
{
background:url(/images/quotes.png) bottom right no-repeat #e3eeff;
padding-top:14px;
padding-bottom:14px;
padding-left:17px;
padding-right:17px;
margin-top:10px;
margin-bottom:10px;
}

.quote
{
font-style:italic;
text-indent:16px;
}

.quoteright
{
float:right;
margin-left:16px;
margin-bottom:2px;
}




.getquote
{
display:block;
width:116px;
height:33px; 
background:url(/images/getquote.png) no-repeat 0 0;
}

.getquote:hover
{
background-position:0 -33px;
}

.getquote span
{
display:none;
}

.proceed
{
display:block;
width:103px;
height:33px; 
background:url(/images/proceed.png) no-repeat 0 0;
}

.proceed:hover
{
background-position:0 -33px;
}

.proceed span
{
display:none;
}


.ordernow
{
display:block;
width:119px;
height:33px; 
background:url(/images/ordernow.png) no-repeat 0 0;
}

.ordernow:hover
{
background-position:0 -33px;
}

.ordernow span
{
display:none;
}






.formcontrol
{
margin-bottom:5px;
width:450px;
}

.loginformlabel
{
float:left;
width:155px;
text-align:right;
padding-top:6px;
font-size:1.2em;
padding-right:5px;
color: #777777;
}

.loginforminputdiv
{
float:left;
width:150px;
}

.loginforminput
{
width:150px;
}

.formselect
{
width:156px;
}

.quoteformmessage
{
margin-bottom:15px;
margin-top:10px;
}

.quotesubmit
{
margin-left:179px;
margin-top:17px;
}

.hostingsubmit
{
margin-left:185px;
margin-top:17px;
}

.alerttext
{
color:#FF0000;
}

.getquotecontainer
{
margin-top:25px;
}


.homeboxtext
{
font-size:1em;
padding-left:5px;
padding-right:5px;
padding-top:4px;
}

/* This goes in the stylesheet to hide the browser text before it is replaced */

html.hasFlash .replace
{
visibility: hidden;
}

html.hasFlash .boxtitle
{
visibility: hidden;
}

html.hasFlash .hostingtext
{
visibility: hidden;
}

html.hasFlash .hostingtextprice
{
visibility: hidden;
}


/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index:2000;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

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

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	margin-top:6px;
	background: transparent url(/images/closelabel.gif) no-repeat center;

}

#lbCaption, #lbNumber {
	margin-right: 71px;
	font-size:12px;
	text-transform:uppercase;
	color:#848383;
}

#lbCaption {
	font-size:12px;
	text-transform:uppercase;
	padding-bottom:6px;
	color:#848383;
}

