
* {
	margin: 0;
	padding: 0;
}

html, body {
    height: 100%;
}

body {
	background: #5E7CAF url(images/bg-tile.gif) center;
	color: #535355;
	font-family: Arial, Sans-Serif;
	font-size: 80%;
}

img {
	border: 0;
}

a {
	color: #6c8dce;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #4566B5;
}

.clear {
	clear: both;
}

.ir {
	overflow: hidden;
	text-indent: -999em;
}


#header {
	width: 870px;
	height: 103px;
	margin: 0 auto;
	padding: 40px 31px 10px 31px;
	background: url(images/bg-header.png) no-repeat 0 0;
}

.main {
	width: 870px;
	margin: 0 auto;
	padding: 0 31px;
	background: url(images/bg-container.png) repeat-y 0 0;
}

#whatsNew {
	float: left;
	width: 433px;
	height: 130px;
	margin: 10px 4px 0 0;
}

#events {
	float: left;
	width: 660px;
	padding: 20px 20px;
}

#eventsHd {
	float: left;
	margin: 0 0 22px 0;
}

.eventRow {
	float: left;
	width: 620px;
	padding: 15px 20px;
	color: #001A36;
}

.event-date {
	float: left;
	width: 160px;
	font-weight: bold;
}

.event-city {
	float: left;
	width: 105px;
}

.event-detail {
	float: left;
	width: 350px;
	color: #535355;
}

.grey {
	background-color: #EBF1F5;
}

.more {
	float: left;
	font-size: 14px;
	color: #001A36;
	font-style: italic;
	font-family: Georgia, Serif;
	padding: 20px 0 0 0;
}

a#promo-whatsnew {
	float: left;
	display: block;
	width: 433px;
	height: 130px;
	color: #415269;
	font-size: 12px;
	font-family: Georgia, Serif;
	font-style: italic;
	line-height: 1.5;
	background: url(images/whats-new.png) no-repeat 0 0;
}
a#promo-whatsnew:hover {
	background: url(images/whats-new.png) no-repeat 0 -130px;
}

#eventsTxt {
	float: left;
	padding: 70px 20px 0 32px;
}

#picturePerfect {
	float: left;
	width: 433px;
	height: 130px;
	margin: 10px 0 0 0;
}

#picturePerfect a {
	display: block;
	width: 433px;
	height: 130px;
	background: url(images/picture-perfect.png) no-repeat 0 0;
}

#picturePerfect a:hover {
	background-position: 0 -130px;
}

#footer {
	width: 890px;
	height: 54px;
	margin: 0 auto;
	padding: 25px 21px 0 21px;
	font-size: 11px;
	color: #BFCFEB;
	background: url(images/bg-footer.png) no-repeat 0 0;
}

#footer a {
	color: #BFCFEB;
}

#footer a:hover {
	color: #fff;
}

#twitter {
	margin-bottom: -5px;
}

.social {
	margin-bottom: -5px;
}

#logo {
	float: left;
}

ul#nav {
	float: left;
	position: relative;
	display: block;
	width: 539px;
	height: 103px;
	margin: 0 auto;
}

ul#nav li {
	float: left; 
	display: block; 
	list-style: none;
}

ul#nav li a {
	display: block;
	height: 103px;
	overflow: hidden;
	text-indent: -999em;
	background: url(images/nav.png) no-repeat 0 0;
}

ul#nav li#nav_li_1 a {
	width: 79px;
	background-position: 0 0;
}

ul#nav li#nav_li_1 a:hover {
	background-position: 0 -103px;
}

ul#nav li#nav_li_1 a.active {
	background-position: 0 -206px;
}

ul#nav li#nav_li_2 a {
	width: 115px;
	background-position: -79px 0;
}

ul#nav li#nav_li_2 a:hover {
	background-position: -79px -103px;
}

ul#nav li#nav_li_2 a.active {
	background-position: -79px -206px;
}

ul#nav li#nav_li_3 a {
	width: 78px;
	background-position: -194px 0;
}

ul#nav li#nav_li_3 a:hover {
	background-position: -194px -103px;
}

ul#nav li#nav_li_3 a.active {
	background-position: -194px -206px;
}

ul#nav li#nav_li_4 a {
	width: 98px;
	background-position: -272px 0;
}

ul#nav li#nav_li_4 a:hover {
	background-position: -272px -103px;
}

ul#nav li#nav_li_4 a.active {
	background-position: -272px -206px;
}

ul#nav li#nav_li_5 a {
	width: 169px;
	background-position: -370px 0;
}

ul#nav li#nav_li_5 a:hover {
	background-position: -370px -103px;
}

ul#nav li#nav_li_5 a.active {
	background-position: -370px -206px;
}



#hdr {
	float: left;
	padding: 0 0 25px 0;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, Serif;
	font-style: italic;
	color: #001A36;
	margin: 0;
	padding: 52px 0 20px 0;
	letter-spacing: .03em;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, Serif;
	font-style: italic;
	color: #001A36;
	margin: 0;
	padding: 0 0 15px 0;
	letter-spacing: .02em;
	line-height: 1.5;
}

h3 {
	font-size: 18px;
	padding: 0 0 4px 0;
	margin: 0;
}

h3 sup {
	font-size: 6px;
}

p.intro {
	font-size: 20px;
	padding: 0 0 25px 0;
	line-height: 1.3;
}

p.intro strong {
	font-weight: normal;
	color: #8C0C04;
}

p {
	padding: 0 20px 20px 0;
	line-height: 1.4;
}

a#homeSlideshow {
	display: block;
}


/* hide container until all is ready */

/*Main Container*/
.container {
	width:870px;	
	overflow: hidden;
}
.container ul{
	list-style-type: none;
	margin: 0;
	padding:0;	
}
.container li{
	display: inline;
	margin: 0;
	padding: 0;
}
/*Content Container*/
.contentContainer {
	float: left;
	width:0px;
	height: 370px;	
	overflow:hidden;
}
.contentWrapper{	
}
.contentInnerWrapper{
}
/* Handle*/
.handle{
	float: left;
	width: 55px;
	height: 370px;
}

#testHandle0 {
	width: 70px;
}
#testHandle1 {
	width: 70px;
	border-left: 2px solid #fff;
}
#testHandle2 {
	width: 50px;
	border-left: 2px solid #fff;
}


.content {
	width: 780px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

.content-contact {
	width: 740px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}


#hd {
	margin: 0 auto;
	padding: 0 0 25px 0;
	width: 780px;
}

#leftCol {
	float: left;
	width: 560px;
	margin: 0 48px 25px 0;
}

#left-contact {
	float: left;
	width: 369px;
	padding: 0 0 100px 0;
}

#left-contact h2 {
	padding: 25px 0 3px 0;
}

#left-contact p {
	line-height: 1.5;
	padding: 0 0 15px 0;
}

#left-contact p span {
	float: left;
	display: block;
	width: 60px;
	font-size: 11px;
	font-weight: bold;
	color: #002042;
	padding: 2px 0 0 0;
}

#left-contact p.phone {
	padding:0 0 3px 0;
}

#left-press {
	float: left;
	width: 465px;
	padding: 0 0 250px 0;
}

.article {
	position: relative;
	float: left;
	width: 465px;
	border-bottom: 1px solid #D9E0E7;
	padding: 24px 0;
}

.title {
	float: left;
	width: 290px;
	color: #6C8DCE;
	font-size: 16px;
	font-family: Georgia, Serif;
	font-style: italic;
	padding: 0 0 3px 0;
}

.article:hover .title {
	color: #4668B1;
}

.article:hover .download {
	background: url(images/download.png) no-repeat 0 -20px;
}

.article a {
	display: block;
}

.article a:hover {
	text-decoration: none;
}

.articleImg {
	position: absolute;
	top: 0;
	left: 520px;
}

.source {
	float: left;
	width: 290px;
	font-size: 12px;
	color: #535355;
}

.download {
	float: right;
	width: 175px;
	margin: 5px 0 0 0;
}

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


#right-press {
	float: left;
	width: 314px;
	padding: 0 0 25px 0;
	text-align: right;
}

#rightCol {
	float: left;
	position: relative;
	top: 0;
	width: 172px;
}

#portfolio-left {
	float: left;
	width: 468px;
	margin: 0 28px 25px 0;
}

#portfolio-right {
	position: relative;
	float: left;
	width: 283px;
}

#showhouse {
	position: absolute;
	top: 410px;
	left: 0;
	width: 174px;
	height: 17px;
	background: url(images/showhouse.png) no-repeat 0 0;
}

.featured {
	font-size: 11px;
	font-family: Georgia, Serif;
	color: #a2adbd;
	font-style: italic;
}

#b1 {
	position: absolute;
	top: 400px;
	left: 0;
}
#b3 {
	position: absolute;
	top: 400px;
	left: 0;
}
#co2 {
	position: absolute;
	top: 410px;
	left: 0;
}
#co3 {
	position: absolute;
	top: 430px;
	left: 0;
}
#ci2 {
	position: absolute;
	top: 410px;
	left: 0;
}

.group {
	float: left;
	width: 277px;
	border-bottom: 1px solid #ccc;
	margin: 8px 0 10px 0;
}

.groupTitle {
	float: left;
	width: 212px;
	color: #4D83CC;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	padding: 3px 0 0 0;
	text-transform: uppercase;
}

.star {
	width: 192px;
	padding: 3px 0 0 20px;
	background: url(images/star.png) no-repeat 0 3px;
}

.groupNums {
	float: right;
	width: 65px;
}

a.group1 {
	float: left;
	width: 20px; 
	height: 25px;
	background: url(images/group1.png) no-repeat 0 0;
}
a.group1:hover, a.group2:hover, a.group3:hover {
	background-position: 0 -25px;
}

a.group2 {
	float: left;
	width: 25px; 
	height: 25px;
	background: url(images/group2.png) no-repeat 0 0;
}

a.group3 {
	float: left;
	width: 20px; 
	height: 25px;
	background: url(images/group3.png) no-repeat 0 0;
}

a.numOn {
	background-position: 0 -25px;
}

#beach {
	float: left;
	width: 283px;
	height: 40px;
	background: url(images/beach.png) no-repeat 0 0;
	margin: 0 0 13px 0;
	cursor: pointer;
}

#beach:hover, #beach.active {
	background: url(images/beach.png) no-repeat 0 -40px;
}

#city {
	float: left;
	width: 283px;
	height: 40px;
	background: url(images/city.png) no-repeat 0 0;
	margin: 0 0 13px 0;
	cursor: pointer;
}

#city:hover, #city.active {
	background-position: 0 -40px;
}

#country {
	float: left;
	width: 283px;
	height: 42px;
	background: url(images/country.png) no-repeat 0 0;
	margin: 0 0 13px 0;
	cursor: pointer;
}

#country:hover, #country.active {
	background: url(images/country.png) no-repeat 0 -42px;
}

ul.thumbs {
	float: left;
}

ul.thumbs li {
	display: inline;
	float: left;
	width: 52px;
	height: 52px;
	margin: 0 4px 4px 0;
}

ul.thumbs a {
	display: block;
	width: 52px;
	height: 52px;
}

a.beach1-1 {
	background: url(images/beach1_1_thumb.jpg) no-repeat 0 -52px;
}
a.beach1-2 {
	background: url(images/beach1_2_thumb.jpg) no-repeat 0 -52px;
}
a.beach1-3 {
	background: url(images/beach1_3_thumb.jpg) no-repeat 0 -52px;
}
a.beach1-4 {
	background: url(images/beach1_4_thumb.jpg) no-repeat 0 -52px;
}
a.beach1-5 {
	background: url(images/beach1_5_thumb.jpg) no-repeat 0 -52px;
}
a.beach1-6 {
	background: url(images/beach1_6_thumb.jpg) no-repeat 0 -52px;
}
a.beach1-7 {
	background: url(images/beach1_7_thumb.jpg) no-repeat 0 -52px;
}
a.beach1-8 {
	background: url(images/beach1_8_thumb.jpg) no-repeat 0 -52px;
}
a.beach1-9 {
	background: url(images/beach1_9_thumb.jpg) no-repeat 0 -52px;
}
a.beach1-10 {
	background: url(images/beach1_10_thumb.jpg) no-repeat 0 -52px;
}
a.beach1-11 {
	background: url(images/beach1_11_thumb.jpg) no-repeat 0 -52px;
}
a.beach2-1 {
	background: url(images/beach2_1_thumb.jpg) no-repeat 0 -52px;
}
a.beach2-2 {
	background: url(images/beach2_2_thumb.jpg) no-repeat 0 -52px;
}
a.beach2-3 {
	background: url(images/beach2_3_thumb.jpg) no-repeat 0 -52px;
}
a.beach2-4 {
	background: url(images/beach2_4_thumb.jpg) no-repeat 0 -52px;
}
a.beach2-5 {
	background: url(images/beach2_5_thumb.jpg) no-repeat 0 -52px;
}
a.beach3-1 {
	background: url(images/beach3_1_thumb.jpg) no-repeat 0 -52px;
}
a.beach3-2 {
	background: url(images/beach3_2_thumb.jpg) no-repeat 0 -52px;
}
a.beach3-3 {
	background: url(images/beach3_3_thumb.jpg) no-repeat 0 -52px;
}
a.beach3-4 {
	background: url(images/beach3_4_thumb.jpg) no-repeat 0 -52px;
}
a.beach3-5 {
	background: url(images/beach3_5_thumb.jpg) no-repeat 0 -52px;
}

a.city1-1 {
	background: url(images/city1_1_thumb.jpg) no-repeat 0 -52px;
}
a.city1-2 {
	background: url(images/city1_2_thumb.jpg) no-repeat 0 -52px;
}
a.city1-3 {
	background: url(images/city1_3_thumb.jpg) no-repeat 0 -52px;
}
a.city1-4 {
	background: url(images/city1_4_thumb.jpg) no-repeat 0 -52px;
}
a.city1-5 {
	background: url(images/city1_5_thumb.jpg) no-repeat 0 -52px;
}
a.city1-6 {
	background: url(images/city1_6_thumb.jpg) no-repeat 0 -52px;
}
a.city1-7 {
	background: url(images/city1_7_thumb.jpg) no-repeat 0 -52px;
}
a.city1-8 {
	background: url(images/city1_8_thumb.jpg) no-repeat 0 -52px;
}
a.city1-9 {
	background: url(images/city1_9_thumb.jpg) no-repeat 0 -52px;
}
a.city1-10 {
	background: url(images/city1_10_thumb.jpg) no-repeat 0 -52px;
}
a.city2-1 {
	background: url(images/city2_1_thumb.jpg) no-repeat 0 -52px;
}
a.city2-2 {
	background: url(images/city2_2_thumb.jpg) no-repeat 0 -52px;
}
a.city2-3 {
	background: url(images/city2_3_thumb.jpg) no-repeat 0 -52px;
}
a.city2-4 {
	background: url(images/city2_4_thumb.jpg) no-repeat 0 -52px;
}
a.city2-5 {
	background: url(images/city2_5_thumb.jpg) no-repeat 0 -52px;
}
a.city2-6 {
	background: url(images/city2_6_thumb.jpg) no-repeat 0 -52px;
}
a.city3-1 {
	background: url(images/city3_1_thumb.jpg) no-repeat 0 -52px;
}
a.city3-2 {
	background: url(images/city3_2_thumb.jpg) no-repeat 0 -52px;
}
a.city3-3 {
	background: url(images/city3_3_thumb.jpg) no-repeat 0 -52px;
}
a.city3-4 {
	background: url(images/city3_4_thumb.jpg) no-repeat 0 -52px;
}
a.city3-5 {
	background: url(images/city3_5_thumb.jpg) no-repeat 0 -52px;
}
a.city3-6 {
	background: url(images/city3_6_thumb.jpg) no-repeat 0 -52px;
}
a.city3-7 {
	background: url(images/city3_7_thumb.jpg) no-repeat 0 -52px;
}

a.country1-1 {
	background: url(images/country1_1_thumb.jpg) no-repeat 0 -52px;
}
a.country1-2 {
	background: url(images/country1_2_thumb.jpg) no-repeat 0 -52px;
}
a.country1-3 {
	background: url(images/country1_3_thumb.jpg) no-repeat 0 -52px;
}
a.country1-4 {
	background: url(images/country1_4_thumb.jpg) no-repeat 0 -52px;
}
a.country1-5 {
	background: url(images/country1_5_thumb.jpg) no-repeat 0 -52px;
}
a.country1-6 {
	background: url(images/country1_6_thumb.jpg) no-repeat 0 -52px;
}
a.country1-7 {
	background: url(images/country1_7_thumb.jpg) no-repeat 0 -52px;
}
a.country1-8 {
	background: url(images/country1_8_thumb.jpg) no-repeat 0 -52px;
}
a.country1-9 {
	background: url(images/country1_9_thumb.jpg) no-repeat 0 -52px;
}
a.country1-10 {
	background: url(images/country1_10_thumb.jpg) no-repeat 0 -52px;
}
a.country1-11 {
	background: url(images/country1_11_thumb.jpg) no-repeat 0 -52px;
}
a.country1-12 {
	background: url(images/country1_12_thumb.jpg) no-repeat 0 -52px;
}
a.country1-13 {
	background: url(images/country1_13_thumb.jpg) no-repeat 0 -52px;
}
a.country1-14 {
	background: url(images/country1_14_thumb.jpg) no-repeat 0 -52px;
}
a.country1-15 {
	background: url(images/country1_15_thumb.jpg) no-repeat 0 -52px;
}
a.country1-16 {
	background: url(images/country1_16_thumb.jpg) no-repeat 0 -52px;
}
a.country1-17 {
	background: url(images/country1_17_thumb.jpg) no-repeat 0 -52px;
}
a.country1-18 {
	background: url(images/country1_18_thumb.jpg) no-repeat 0 -52px;
}
a.country1-19 {
	background: url(images/country1_19_thumb.jpg) no-repeat 0 -52px;
}
a.country2-1 {
	background: url(images/country2_1_thumb.jpg) no-repeat 0 -52px;
}
a.country2-2 {
	background: url(images/country2_2_thumb.jpg) no-repeat 0 -52px;
}
a.country2-3 {
	background: url(images/country2_3_thumb.jpg) no-repeat 0 -52px;
}
a.country2-4 {
	background: url(images/country2_4_thumb.jpg) no-repeat 0 -52px;
}
a.country2-5 {
	background: url(images/country2_5_thumb.jpg) no-repeat 0 -52px;
}
a.country2-6 {
	background: url(images/country2_6_thumb.jpg) no-repeat 0 -52px;
}
a.country2-7 {
	background: url(images/country2_7_thumb.jpg) no-repeat 0 -52px;
}
a.country2-8 {
	background: url(images/country2_8_thumb.jpg) no-repeat 0 -52px;
}
a.country2-9 {
	background: url(images/country2_9_thumb.jpg) no-repeat 0 -52px;
}
a.country2-10 {
	background: url(images/country2_10_thumb.jpg) no-repeat 0 -52px;
}
a.country2-11 {
	background: url(images/country2_11_thumb.jpg) no-repeat 0 -52px;
}
a.country2-12 {
	background: url(images/country2_12_thumb.jpg) no-repeat 0 -52px;
}
a.country3-1 {
	background: url(images/country3_1_thumb.jpg) no-repeat 0 -52px;
}
a.country3-2 {
	background: url(images/country3_2_thumb.jpg) no-repeat 0 -52px;
}
a.country3-3 {
	background: url(images/country3_3_thumb.jpg) no-repeat 0 -52px;
}
a.country3-4 {
	background: url(images/country3_4_thumb.jpg) no-repeat 0 -52px;
}
a.country3-5 {
	background: url(images/country3_5_thumb.jpg) no-repeat 0 -52px;
}


ul.thumbs a:hover {
	background-position: 0 0;
}

ul.thumbs a.thumbOn {
	background-position: 0 0;
}

.off {
	opacity: 0.5;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/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;
	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-image: url('fancybox/fancybox.png');
}

#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: 30px;
	height: 30px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#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-image: url('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-image: url('fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('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-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

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

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

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

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

