
/*
Theme Name: BikePark
Theme URI: http://www.bikepark.com.au/
Description: The default BikePark theme for James Chong
Version: 2
Author: Daniel Thornbury
Author URI: http://www.hellodaniel.com.au/
Tags: Green, White, Bikes
*/



/* Begin Typography & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #444;
	margin: 0;
	padding: 0;
	background: #000;
	height: 100%;
}

#page { 
	background: #FFFFFF url(images/bg.png) top center repeat-y;
}

#content  {
	background: #FFF;
	width: 970px;
	margin: 0 auto;
}


/* @group The Header */


#header { 
	width: 960px; 
	margin: 5px auto 0 auto;
	padding: 0; 
	height: 160px;
	background: #FFF url(images/header-wide-city-reverse.png) no-repeat bottom left;
}
#header h1 { 
	margin: 0;
	padding: 0;
	float: right;
	width: 300px;
	height: 160px;
}
#header h1 a { 
	float: left;
	display: block;
	width: 300px;
	border: 0;
	height: 160px;
}
#header h1 span { 
	display: none;
}
/*
#header ul { 
	margin: 25px 0 0 0;
	list-style: none;
	padding: 0;
	float: left;
}
#header ul li { 
	display: block;
	float: left;
}
#header ul li a { 
	display: block;
	padding: 18px 15px 17px 15px;
	font-size: 16px;
	color: #FFF;
	text-decoration:none;
}
#header ul li a:hover { 
	color: #FFC;
	text-decoration:underline;
}
#header ul li.current_page_item a { 
	color: #FF9;
}*/
/* @end */

.map { 
	border: 1px solid #036;
	float: right;
	margin-left: 10px;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url(images/sidebar.png) left top no-repeat;
	min-height: 600px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.post {
	padding: 0 20px;
	width: 635px;
	float: left;
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	clear: both; 
	border: none; 
	background: #000 url(images/bg_black_shadow_bottom.jpg) center top no-repeat;
	width: 100%;
	color: #999;
	padding: 20px 0 60px 0;
}

#footer ul { 
	width: 960px;
	margin: 0 auto;
	list-style: none;
	padding: 0;
}

#footer ul li {
	float: left; 
	width: 230px;	
	line-height: 20px;
	padding-right: 40px;

}

#footer a { 
	color: #DDD; 
	text-decoration: none; 
}
#footer a:hover { 
	color: #FFF;
	text-decoration:underline;
}
	
#footer h3 { 
	color: #BBB; 
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 4px;
	margin: 37px 0 5px 0;
}
/* End Structure */



/*	Begin Headers */

h2 {
	margin: 30px 0 0;
	font-size: 36px;
	color: #0089c8;
	padding-bottom: 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 { 
	background: url(images/no_arrow.gif) left bottom no-repeat;
	padding-left: 50px;
	margin: 10px 0 5px 0;
	color: #390; 
	font-size: 16px;
	text-align: left;
}

h3 {
	font-size: 18px;
	padding: 0;
	margin: 30px 0 0;
	color: #699a39;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

.entry li {
	margin: 7px 0 8px 0;
	padding-left: 25px;
	background: url(images/li.png) left top no-repeat;
	}
.entry ul.tick li {
	background: url(/downloads/icons/tick-small.png) left top no-repeat;
	
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 30px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry p { 
	line-height: 20px;
}
select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 20px;
	width: 270px;
	float: right;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#sidebar p { 
	width: 190px;
	border-bottom: 1px solid #EEE;
	padding-bottom: 8px;
}

a.news { 
	display: block;
	color: #999;
	padding: 5px 10px 0 0;
	font-size: 10px;
}

a.news strong { 
	font-size: 14px;
	color: #77ae40;
	text-decoration: none;
}
a.news:hover { 
	text-decoration: underline;
}

#searchform { 
display: none;
	background: url(images/search.gif) no-repeat top left;
	float: right;
	width: 190px;
	padding: 2px 0 0 0; 
	margin: 0;
	height: 78px;
}
#searchform #s { 
	border: 1px solid #555; 
	background: #555;
	padding: 4px;
	width: 115px;
	color: #999;
}
#searchform #searchsubmit { 
	background: none; 
	border: none;
	color: transparent;
	width: 25px;
}
#feature {
	padding: 0;
	margin: 10px 0 0 10px;
	width:  660px;
	height:  320px;
	float:  left;
}
#home { 
	background: url(images/block.png) center top no-repeat; 
	width: 100%;
	clear: both;
	padding: 10px;
	padding-bottom: 30px;
}

#home ul { 
	width: 230px; 
	padding: 10px 0 0 0; 
	margin: 0;
	float: left;
	list-style: none;
	
}
#home ul li { 
	padding: 0;
	margin: 0;
}
#home h3 { 
	margin-top: 0;
}

.prettytable { 
	background: #EEE;
	width: 90%;
	margin-bottom: 15px;
	margin-top: 5px;
}
.prettytable thead { 
	color: #FFF;
	font-weight:bold;
	background: #3f5b1b;
}
.prettytable thead td.left { 
	background: #3f5b1b url(images/box-left.gif) top left no-repeat;
}

.prettytable thead td.right { 
	background: #3f5b1b url(images/box-right.gif) top right no-repeat;
}
.prettytable tr.alt td { 
	background: #EFEFEF; 
}
.prettytable tr td { 
	text-align: center;
}

ul.bigbuttons {
	list-style: none;	
}
ul.bigbuttons li {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}
ul.bigbuttons li a {
	text-align: center;
	display: block;
	float: left;
	font-size: 16px;
	color: #EFE;
	width: 130px;
	height: 20px;
	padding: 15px;
	margin: 8px;
	background: url(images/largebutton.png) no-repeat;
}
ul.blocked { 
	list-style: none; 
}
ul.blocked li {
	border-top: 1px solid #AAA;
	padding: 8px;
	margin: 2px;
	display: block;
	width: 80%;
	padding-left: 0;
	margin-left: 0;
	background-image: none;

}

ul.blocked li strong { 
	font-size: 14px;
	color: #0089c8;
}
.block705 {
	background: url(images/block-705.png) top center no-repeat;	
	padding: 10px;
}

.entry .magazineleft { 
	width: 340px; 
	pading-right: 10px;
	clear: left;
	float: left; 
}

.entry .magazineright { 
	width: 340px;
	padding-left: 10px;
	float: left;
}
.dimmed { 
	color: #CCC;
}
img.home { 
	border: 1px solid #0089c8;
	padding: 3px;
	margin-top: 25px;
}

input.MailPressFormEmail, input.MailPressFormName { 
	color: #999;
	border: 1px solid #999;
	padding: 4px;
}

input.MailPressFormEmail:active, input.MailPressFormName:active { 
	color: #333;
	background: #efefef;
	padding: 4px;
}

#flickr a {
	float:  left;
	display:  block;
}
#flickr a img {
	 border: 5px solid #FFF;
	 display:  block;
	 padding: 0;
	 margin:  3px;
	 
}

/* @group Homepage */
.date {
	 font-size: 10px;
	 color:  #CCC;
}

.homenews h2 {
	text-align: left;
	font-size: 24px;
	color: #719A31; 
	
}
.homenews h3 {
	 padding-top: 10px;
	 margin-top: 10px;
	 border-top: 3px solid #EFEFEF;
}

#homesidebar  {
	padding: 0 0 20px 20px;
	float:  right;
	width:  265px;
	clear:  none;	
	background: url(images/sidebar.png) top left no-repeat;
	
}
#homesidebar p {
	 width:  220px;
	 line-height: 1.65em;
}

#homesidebar ul {
	 background-repeat: none;
	 list-style: none;
	 padding: none;
	 padding: 0;
	 margin: 0;
}

#homeservices li { 
	font-weight: bold;
	color: #77ae40;
	background-repeat: no-repeat; 
	background-position: top left; 
	padding-left: 45px;
	height: 35px;
	padding-top: 10px;
}
#homeservices li.secure { 
	background-image: url(/downloads/services/secure.png);
}
#homeservices li.showers { 
	background-image: url(/downloads/services/showers.png);
}
#homeservices li.refreshments { 
	background-image: url(/downloads/services/refreshments.png);
}
#homeservices li.amenities { 
	background-image: url(/downloads/services/amenities.png);
}
#homeservices li.repairs { 
	background-image: url(/downloads/services/repairs.png);
}
#homeservices li.courses { 
	background-image: url(/downloads/services/courses.png);
}
#homeservices li.openhours { 
	background-image: url(/downloads/services/24hour.png);
}
#homeservices li.service { 
	background-image: url(/downloads/services/service.png);
}

.homenews {
	 width:  310px;
	 float:  left;
	 clear:  none;
	padding-left: 20px;
}
/* @end */

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			28px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/* grad skin */
#menu {
	float:			left;
	margin:	 115px 0 1em 25px;
}
#menu a {
	/*border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;*/
	padding: 		.75em 1em;
	text-decoration:none;
}
#menu a, #menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFF;
	font-size: 16px;
	text-decoration:none;	
}

#menu li li a, #menu li li a:visited { 
	color: #FFF;
	border-top: 1px solid #128ADD;
	font-size: 12px;	
}

#menu li {
	background:		none;
}
#menu li li {
	background:		#1079BE;
	font-size: 12px;
}
#menu li li li {
	background:		#1079BE;
}
#menu li:hover, #menu li.sfHover,
#menu a:focus, #menu a:hover, #menu a:active {
	outline:		0;
	color: #FFC;
}
#menu li li a:hover, #menu li li:hover { 
 	background: #1182D0;
	color: #FFF;
}
#menu li a:hover, #menu li a:active, #menu li:hover { 
 	background: none;
}

/*** arrows **/
#menu a.sf-with-ul {
	padding-right: 	1em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	position:		absolute;
	display:		block; /* << removed to add some space */
	right:			.25em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('js/superfish-1.4.8/images/arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0px -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('js/sf/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	/*-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;*/
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Copyright (c) 20010 Janis Skarnelis
 * Examples and documentation at: http://fancybox.net
 *
 * Version: 1.3.0 (02/02/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
 
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	background: transparent;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('js/fancybox/fancy_loading.png') no-repeat;
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 32px;
	height: 32px;
	background: url('js/fancybox/fancy_close.png') top left no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background: url('js/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background: transparent url('js/fancybox/fancy_title_left.png') repeat-x;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background: transparent url('js/fancybox/fancy_title_main.png') repeat-x;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background: transparent url('js/fancybox/fancy_title_right.png') repeat-x;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background: transparent url('js/fancybox/fancy_nav_left.png') no-repeat;
}

#fancybox-right-ico {
	background: transparent url('js/fancybox/fancy_nav_right.png') no-repeat;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

div.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 1001;
}

div#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('js/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy-bg-ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('js/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('js/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('js/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('js/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('js/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('js/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy-bg-nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('js/fancybox/fancy_shadow_nw.png') no-repeat;
}