.jcarousel-container {
    position: relative;
}.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 130px;
    height: 97px;
}
.jcarousel-next {
    z-index: 3;
    display: none;
}
.jcarousel-prev {
    z-index: 3;
    display: none;
}
.jcarousel-skin-ie7 .jcarousel-container {
    background: none;
	margin: 0 auto;
}
.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width: 680px;
    padding: 20px 40px;
}
.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width: 680px;
    /*height: 89px;*/
}
.jcarousel-skin-ie7 .jcarousel-item {
    width: 130px;
    height: 97px;
}
.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-right: 6px;
	/*padding: 4px 4px 0;*/
	width: 130px;
	height: 97px;
}
.jcarousel-skin-ie7 .jcarousel-item-placeholder { }
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: 49px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('/img/next-horizontal.gif') no-repeat 0 0;
}
.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}
.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 49px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url('/img/prev-horizontal.gif') no-repeat 0 0;
}
.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}
.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
.gallery {
	margin: 0 auto;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
img.thumb {
	border: 1px transparent solid;
	background: none;
	padding: 2px;
}
img.thumb-hover {
	border-color: #4682B4;
	background-color: #87CEEB;
}
img.thumb-active {
	border-color: #DC143C;
	background-color: #E9967A;
}
.floorplans {
	margin: 0 auto;
	width: 750px;

	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.image-large {
	text-align: center;
	width: 700px;
	height: 465px;
	padding: 4px 4px 4px 4px;
	border: 1px solid #D3D3D3;
	background: #F5F5F5;
}
ul.fp-tabs {
	list-style: none;
	margin: 0 auto;
	height: 25px;
	display: block;
}
ul.fp-tabs li {
	display: inline;
	list-style: none;
	line-height: 25px;
}
ul.fp-tabs li a {
	text-decoration: underline;
	color: #FF0000;
}
ul.fp-tabs li.ui-tabs-selected a {
	text-decoration: none;
	color: #000000;
}
.fp-content {
	text-align: center;
	height: 507px;
	width: 700px;
    padding: 4px;
    border: 1px solid #D3D3D3;
    background: white;
}
.fp-tab-pane {
	height: 477px;
	margin-left: 2px;
}
.fp-tab-pane img {
	border: none;
}
div.scroll {
	text-align: center;
	margin: 0 auto;
	height: 32px;
	width: 115px;
}
div.scroll div.prev {
	width: 32px;
	height: 32px;
	float: left;
	background: transparent url('/img/prev-horizontal.gif') 0 0 no-repeat;
}
div.scroll div.counter {
	width: 48px;
	float: left;
	margin: 0 auto;
	height: 32px;
	line-height: 32px;
	cursor: default;
}
div.scroll div.next {
	width: 32px;
	height: 32px;
	float: right;
	background: transparent url('/img/next-horizontal.gif') 0 0 no-repeat;
}
.zoom-in {
	position: relative;
	width: 26px;
	height: 23px;
	cursor: pointer;
	top: -85px;
	background: transparent url('/img/zoom-in.png') 0 0 no-repeat;
	float: left;

	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.zoom-in:hover {
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/* Light Box */
a:active { outline: none; }
a::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
.lightbox-enlarge-button {
	height: 25px;
	position: relative;
	bottom: 0px;
	background: transparent;
}
.lightbox-enlarge-button div {
	height: 18px;
	line-height: 18px;
	position: relative;
	padding: 2px;
	bottom: 0px;
	float: right;
	background: transparent;
	font-family: Verdana;
	font-size: 11px;
	font-weight: 500;
}
.lightbox-link:hover .lightbox-link:visited .lightbox-link:link {
	color: white;
}
.lb-overlay-box {
	padding: 10px;
	text-align: center;
}
.lightbox-image-scroll-box {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 110;
	text-align: center;
	display: none;
}
.lightbox-image-scroll-box .lightbox-scroll-container {
	background: ButtonFace/*#4C4C4C*/;
	z-index: 111;
	position: relative;
	margin: 0 auto;
	height: 100%;
}
.lightbox-image-scroll-box .lightbox-return-button {
	position: relative;
	top: 5;
	/*width: 100px;*/
	margin-bottom: -35px;
	left: 20px;
	z-index: 150;
	text-align: left;
}
.button {
	padding: .3em 1em;
	zoom: 1;
	overflow: visible;
	display: block;
	line-height: 1.4;
	position: relative;
	margin-right: .1em;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	color: #FF0000/*{fcDefault}*/;
	font-weight: 600/*{fwDefault}*/;
	font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
	font-size: 1em;
	background: transparent;
	width: 100px;
}
.button:hover {	color: #FF0000/*{fcHover}*/; text-decoration: none; /*opacity: .7; filter:Alpha(Opacity=70);*/ }
.button:active { outline: none; }
.lightbox-scroll-container div {
	overflow: hidden;
	margin: 0 auto;
	display: block;
}
.lightbox-scroll-container div img {
	border: 0;
	margin: 0;
	padding: 0;
}
body.body-no-scroll {
	overflow: hidden !important;
}
.lightbox-big-image {
	height: 100%;
}
.img-box-fix {
	position: relative !important;
	text-align: left !important;
}
.div-box-fix {
	overflow: hidden !important;
	text-align: left !important;
}
.center-line {
	height: 24px;
	text-align: center;
	padding: .7em;
}
.center-line .center-button {
	width: 170px;
	padding: .4em;
	border: 1px solid silver;
	font-size: 10px;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
}
.center-line .center-button:hover {
	text-decoration: none !important;
	color: #FF0000;
	background: #D7FFFF;
	border: 1px solid #4169E1;
}
.center-button > * {
	cursor: pointer;
}
.ui-tabs-hide { display: none; }
.fp-item a:hover { border: none !important; background: none !important; }
.fp-item:hover { border: none !important; background: none !important; }
.fp-item a:active { border: none !important; background: none !important; }
.fp-item:active { border: none !important; background: none !important; }
