body { font-family: Arial; background: #f3f3f3 url(/images/wrap_bg.png) repeat-y top center; }
#pda {margin-left:-15px;}
#pda h2 { font-size: 18px; font-weight: bold; color: #444; }
#pda h3 { font-size: 14px; font-weight: bold; color: #666; }
#pda h4 { font-size: 12px; font-weight: bold; color: #333; }

#pda p { font-size: 12px; color: #333; line-height: 18px; vertical-align: middle; }
#pda img { border: none; }
#pda .float_right { float: right; }
#pda .float_left { float: left; }

#pda .bold { font-weight: bold; }
#pda .italic { font-style: italic; }
#pda .normal { font-weight: normal; }
#pda .small11 { font-size: 11px; }
#pda .small13 { font-size: 13px !important; }
.large16 { font-size: 16px; }
#pda .uppercase { text-transform: uppercase !important; }
#pda .normal_case { text-transform: none !important; }

.dark_blue { color: #11579f; }
.blue { color: #2c7ed2; }
.grey6 { color: #666; }
.grey4 { color: #444; }

.text_center { text-align: center; }
#pda .disclaimer { font-size: 11px; font-weight: normal; color: #444; line-height: 14px; padding: 0 !important; margin: 0 !important; }

#pda #wrapper { width: 960px; margin: 0 auto; text-align:left; }

#pda .hidden { display: none; }
.row_center { width: 450px; margin: 0 auto; }
.row_center.media { width: 350px; }

#pda #property_nav { 
	width: 918px;
	height: 50px;
	margin: 0 auto;
	float: left;
	margin: 0 20px;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    from(#d5d5d5),
	    to(#ededed)
	);
	background: -moz-linear-gradient(
		top, #ededed 0%, #d5d5d5 100%
	);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ededed', endColorstr='#d5d5d5'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ededed', endColorstr='#d5d5d5')"; /* IE8 */
	border: 1px solid #bcbcbc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.button {
	display: block;
	float:left;
	padding: 10px 5px;
	margin: 8px 10px;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    from(#cccccc),
	    to(#f5f5f5)
	);
	background: -moz-linear-gradient(
		top, #f5f5f5 0%, #cccccc 100%
	);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f5f5f5', endColorstr='#cccccc'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f5f5f5', endColorstr='#cccccc')"; /* IE8 */
	border: 1px solid #bcbcbc;
	-moz-box-shadow: 0 0 2px #fff inset;
	-webkit-box-shadow: 0 0 2px #fff inset;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size:11px;
	font-weight:bold;
	font-family: Arial;
	color: #666;
	text-shadow: 0 -1px 0px #fff;
	text-decoration:none;
	vertical-align: middle;
}

.button.grey {
	color: #666666;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    from(#cccccc),
	    to(#ffffff)
	);
	background: -moz-linear-gradient(
		top, #ffffff 0%, #cccccc 100%
	);
	-moz-box-shadow: 0 0 2px #fff inset, 0 2px 4px #3d6793;
	-webkit-box-shadow: 0 0 2px #fff inset, 0 2px 4px #3d6793;
	font-size: 12px;
	padding: 5px 10px;
	margin: 5px 10px;
}

.button.blue {
	padding: 14px 10px;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    from(#2c7ed2),
	    to(#5396db)
	);
	background: -moz-linear-gradient(
		top, #5396db 0%, #2c7ed2 100%
	);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5396db', endColorstr='#2c7ed2'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5396db', endColorstr='#2c7ed2')"; /* IE8 */
	border: 1px solid #276fba;
	-moz-box-shadow: 0 0 2px #fff inset;
	-webkit-box-shadow: 0 2px 4px #aaa, 0 0 2px #fff inset;
	color: #fff;
	text-shadow: 0 -1px 0px #545454;
	text-transform: uppercase;
}

.button.blue:hover {
    text-shadow:  0 1px 0px #545454;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#daeefe),
        to(#5396db)
    );
    background: -moz-linear-gradient(
    	top, #5396db 0%, #daeefe 100%
    );
}
.button.blue.selected {
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    from(#42b3e5),
	    to(#71bfe9)
	);
	background: -moz-linear-gradient(
		top, #71bfe9 0%, #42b3e5 100%
	);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#71bfe9', endColorstr='#42b3e5'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#71bfe9', endColorstr='#42b3e5')"; /* IE8 */
}

#pda .button.orange {
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    from(#d96b16),
	    to(#f09c19)
	);
	background: -moz-linear-gradient(
		top, #f09c19 0%, #d96b16 100%
	);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f09c19', endColorstr='#d96b16'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f09c19', endColorstr='#d96b16')"; /* IE8 */
	border: 1px solid #b35a12;
	color: #fff;
	text-shadow: 0 -1px 0px #ad6712;
}

#pda .button.rounded {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px 10px;
}

#pda .button.large {
	font-size: 18px;
}

.button.medium {
    padding: 8px 10px;
    margin: 0 3px;
}
.button.small {
	padding: 5px 10px;
	margin: 8px 3px;
	font-size: 10px;
}

#pda .first { margin-left: 0 !important; }
#pda .last { margin-right: 0 !important; }

/* Icons */

#pda .icon_floor_plan {
	position: relative;
	float: left;
	margin: -5px 10px -5px 0;
	width: 17px;
	height: 20px;
	background: url(/images/icon_floor_plan.png) no-repeat center center;
}

#pda .icon_virtual_tour {
	position: relative;
	float: left;
	margin: -7px 10px -7px 0;
	width: 23px;
	height: 24px;
	background: url(/images/icon_virtual_tour.png) no-repeat center center;
}

#pda .icon_videos {
	position: relative;
	float: left;
	margin: -5px 10px -5px 0;
	width: 17px;
	height: 20px;
	background: url(/images/icon_videos.png) no-repeat center center;
}

#pda .icon_fav {
	position: relative;
	float: left;
	margin: -1px 10px -1px 0;
	width: 20px;
	height: 21px;
	background: url(/images/icon_fav.png) no-repeat center center;
}

#pda .icon_go {
	position: relative;
	float: right;
	margin: -1px 0 -1px 10px;
	width: 20px;
	height: 18px;
	background: url(/images/icon_go.png) no-repeat center center;
}

#pda .icon_question_mark {
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	margin: 0 4px;
	background: url(/images/icon_question_mark.png) no-repeat center center;
}

#pda .help_p {
	text-indent: -9999px;
	text-decoration: none;
	padding: 10px 10px 9px 9px;
	background: url(/images/icon_question_mark_grey.png) no-repeat center center;
}

#pda .button .arrow {
	padding: 10px 10px 10px 5px;
}

#pda .button .arrow.left.green {
	padding-right: 15px;
	background: url(/images/arrow_left_green.png) no-repeat left center;
}

#pda .button .arrow.left.blue {
	background: url(/images/arrow_left_blue.png) no-repeat center center;
}

#pda .button .arrow.right.blue {
	background: url(/images/arrow_right_blue.png) no-repeat center center;
}

#pda .prev_property, .next_property {
	text-decoration: none;
}

#pda .prev_property img.property_thumb, #pda .next_property img.property_thumb {
	margin: 8px 0;
	float:left;
}

#pda .prev_property span, #pda .next_property span {
	width: 100%;
	float:left;
	font-size: 12px;
	color: #666;
	padding: 1px 0;
	text-shadow: 0 -1px 0px #fff;
}

#pda .prev_property span.property_info, #pda .next_property span.property_info {
	margin: 8px 10px;
	width: 180px;
}

#pda .next_property span {
	text-align: right;
}

#pda .property_title {
	height: 30px;
	margin: 10px 30px;
	padding: 5px 0 5px 0;
	font-size: 24px;
	font-weight: bold;
	color: #555;
	border-bottom: 1px solid #ccc;
	clear:both;
}

#pda h1.property_title span.name {
	font-style:normal;
	font-size: 24px;
	color: #555;
}

#pda .property_id {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #3088df;
}

#pda h1.property_title .share_row { width: 192px; text-align: right; font-size: 13px !important; line-height: 24px; vertical-align: middle; font-weight: bold; color: #444 !important; font-style: normal !important; }
#pda h1.property_title .share_row span { text-align: right; font-size: 13px !important; line-height: 24px; vertical-align: middle; font-weight: bold; color: #444 !important; font-style: normal !important; }
#pda .share_icon {
	display: block;
	float:left;
	width: 22px;
	height: 22px;
	margin: 0 5px;
	text-indent: -9999px;
	text-align: left;
}

#pda .email {
	background: url(/images/share_icons.png) no-repeat 0 0;
}

#pda .facebook {
	padding-top:2px;
}

#pda .twitter {
	background: url(/images/share_icons.png) no-repeat -44px 0;
}

#pda .col_left {
	width: 434px;
	float:left;
	margin: 10px 0 0 30px;
}

#pda .col_right {
	width: 453px;
	float: right;
	margin: 10px 30px 0 0;
}

#pda .colspan {
	width: 900px;
	margin: 0 auto;
}

#pda .sub_section {
	margin-top: 30px !important;
}

#pda .property_preview {
	width: 424px;
	float: left;
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#pda .home_preview {
	position: relative;
	float:left;
}

#pda .zoom {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
	width: 22px;
	height: 23px;
	background: url(/images/zoom_icon.png) no-repeat center center;
	text-indent: -9999px;
}

/* Property Thumbnail Slider */
#slides {
	position: relative;
	width: 100%;
	height: 314px;
	float: left;
	overflow: hidden;
}
#gallery {
	position: relative;
	width: 100%;
	height: 380px;
	float: left;
	overflow: hidden;
}
#menu ul {
	list-style: none;
}
.property_slider {
	position: relative;
	width: 100%;
	height: 46px;
	float: left;
	margin: 10px 0;
}

.property_slider_thumbnails {
	position: relative;
	width: 368px;
	height: 48px;
	margin: 0 4px;
	float: left;
	overflow: hidden;
}

.property_slider_thumbnails_row {
	position: absolute;
	width: 10000px;
	height: 46px;
	top: 0;
	left: 0;
	margin:0;
	padding:0;
}

#pda .menuItem {
	width: 62px;
	height: 46px;
	float: left;
	margin-right: 4px;
}

#pda .slider_arrow {
	display:block;
	width: 24px;
	height: 46px;
	float:left;
	text-indent: -9999px;
}

#pda .slider_arrow.left {
	background: url(/images/left_arrow_large.png) no-repeat center center;
}

#pda .slider_arrow.right {
	float: right;
	background: url(/images/right_arrow_large.png) no-repeat center center;
}

#pda .property_slider_thumbnail {
	display: block;
	width: 60px;
	height: 44px;
	overflow: hidden;
	float: left;
	margin-right: 4px;
	border: 1px solid #999;
}

#pda .menuItem.act .property_slider_thumbnail {
	width: 58px;
	height: 42px;
	border: 2px solid #3088df;
}

#pda .property_preview h3 {
	padding: 0 10px;
	margin: 0;
}

#pda h2.left_col_header {
	width: 100%;
	float: left;
	margin: 30px 0 5px 0;
}

#pda h3.left_col_header {
	width: 100%;
	float: left;
	margin: 0 0 5px 0;
}

#pda .stats_heading {
	width: 100%;
	padding: 5px 0;
	margin: 20px 0 0 0;
	float: left;
	border-top: 1px solid #ccc;
	background: #d0dce6;
	color: #004772;
	text-indent: 10px;
}

#pda .stats_tabs {
	width: 100%;
	float: left;
	background: #78b7e3;
}

#pda .stats_tabs .tab {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin: 0 2px;
	padding: 8px 10px 5px 10px;
	text-decoration: none;
	float: left;
}

#pda .stats_tabs .tab.selected {
	background: #fff;
	margin-top: 4px;
	padding-top: 5px;
}

#pda .stats {
	width: 100%;
	float: left;
}

#pda .stats h3 {
	padding: 0 10px;
	margin: 5px 0;
}

#pda table {
	width: 100%;
	font-size: 12px;
}

#pda table tr th, #pda table tr td {
	padding: 4px;
	vertical-align: middle;
}

#pda table tr.booked td {
	background: #efefef;
}

#pda table tr td a {
	color: #00659c;
}

#pda h3.question {
	margin-bottom: 10px;
}

#pda h4.question, #pda p.question {
	margin: 10px 0 0  20px;
}

#pda p.question {
	margin-top: 0;
	margin-bottom: 20px;
}

#pda h4.answer {
	margin: 10px 0 2px 40px;
}

#pda p.answer {
	margin: 0 0 20px 40px;
}

#pda .or {
	font-size: 12px;
	color: #797979;
	margin: 0 10px;
	line-height: 50px;
	vertical-align:middle;
}

#pda ul.details {
	width: 100%;
	list-style: none;
	background: #daeefe;
	float: left;
	margin: 20px 0 0 0;
	padding: 10px 0;
	font-size: 13px;
	color: #343434;
}

#pda ul.details li {
	width: 320px;
	padding: 2px 10px;
	margin: 0;
	float: left;
}

#pda ul.details li.label {
	width: 93px;
	padding: 2px 0 2px 20px;
}

#pda .booking_cal_block {
	width: 451px;
	height: 124px;
	float: left;
	border: 1px solid #eee;
	border-top: none;
}

#pda .booking_cal_arrow_left, .booking_cal_arrow_right {
	display: block;
	width: 18px;
	height: 124px;
	float: left;
	background: url(/images/arrow_cal_left.png) no-repeat center center;
	text-indent: -9999px;
}

#pda .booking_cal_arrow_left {
	border-right: 1px solid #eee;
}

#pda .booking_cal_arrow_right {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background: url(/images/arrow_cal_right.png) no-repeat center center;
}

#pda .booking_cal_left, .booking_cal_right {
	width: 132px;
	height: 124px;
	float: left;
	background: url(/images/demo_cal_left.png) no-repeat center center;
}

#pda .booking_cal_left {
	margin-right: 5px;
	margin-left: 10px;
}

#pda .booking_cal_right {
	margin-left: 5px;
	margin-right: 10px;
	background: url(/images/demo_cal_right.png) no-repeat center center;
}

#pda .booking_cal_link {
	display: block;
	width: 92px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #2c7ed2;
	padding: 0 10px;
	margin: 30px 0;
	text-decoration: none;
}

#pda .amenities {
	width: 447px;
	margin:0;
	padding: 3px;
	background: #daeefe;
	float: left;
	list-style: none;
}

#pda .amenities li {
	width: 140px;
	height: 23px;
	border: 1px solid #eee;
	float: left;
	background: #fff;
	margin: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #6b6b6b;
	line-height: 23px;
	vertical-align: middle;
}

#pda .amenities li.pool {
	width: 100px;
	padding-left: 40px;
	background: #fff url(/images/icon_pool.png) no-repeat 5px center;
}

#pda .amenities li.billiards {
	width: 109px;
	padding-left: 31px;
	background: #fff url(/images/icon_billiards.png) no-repeat 5px center;
}

#pda .amenities li.wifi, #pda .amenities li.theatre, #pda .amenities li.elevator {
	width: 114px;
	padding-left: 26px;
	background: #fff url(/images/icon_wifi.png) no-repeat 5px center;
}

#pda .amenities li.theatre {
	background: #fff url(/images/icon_theatre.png) no-repeat 5px center;
}

#pda .amenities li.elevator {
	background: #fff url(/images/icon_elevator.png) no-repeat 5px center;
}

#pda .amenities li.all_amenities {
	width: 115px;
	padding-left: 5px;
	padding-right: 20px;
	background: #fff url(/images/arrow_right_blue.png) no-repeat 115px center;
}

#pda p.details {
	font-size: 12px;
	font-weight: normal;
	color: #555;
	float: left;
	padding: 10px;
	margin: 0 0 10px 0;
}

#pda ul.description {
	float: left;
	list-style-image: url(/images/arrow_right_green.png);
	font-size: 12px;
	color:#555;
	margin-top:0;
	padding-left:40px;
}

#pda ul.description li {
	margin: 20px 0;
}

#pda .odd {
	background: #efefef;
}

#pda ul.recently_viewed {
	width: 100%;
	float: left;
	margin:0;
	padding:0;
	list-style: none;
}

#pda ul.recently_viewed li {
	width: 290px;
	height: 110px;
	float: left;
	margin: 10px 5px 10px 0;
}

#pda ul.recently_viewed li .image {
	width:132px;
	height:94px;
	float: left;
}

#pda ul.recently_viewed li .image img {
	border: 1px solid #a0a0a0;
}

#pda ul.recently_viewed li .name {
	width: 153px;
	margin-left: 5px;
	float: left;
}

#pda ul.recently_viewed li .name h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 0;
}

#pda ul.recently_viewed li .name p {
	margin: 0;
	padding: 0;
}

.clr_line {
	clear: both;
}

.line_divide {
	margin-bottom:20px;
	border-bottom: 1px solid #ccc;
}

#pda .section h2, #pda .section h3, #pda .section p { padding: 10px; }
#pda .section h3, #pda .section p { padding: 0 10px; margin: 0; }

#pda .aerial_controls {
	width: 80px;
	height:10px;
	float: left;
}

#pda .aerial_view {
	width: 812px;
	float: left;
}

.twiddy_dialog {
	border: 4px solid #fff;
	padding:0;
	margin: 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 4px 6px #333;
	-moz-box-shadow: 0 4px 6px #333;
	-webkit-box-shadow: 0 4px 6px #333;
}

.twiddy_dialog .ui-dialog-content {
	padding: 0;
	margin: 0;
	overflow: visible;
}

.twiddy_dialog .ui-dialog-titlebar {
	background: #eeeeee;
	border: 1px solid #cccccc;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-box-shadow: 0 2px 4px #555;
	z-index: 1;
}

.dialog_gallery {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	float: left;
}

.twiddy_dialog .dialog_full_image {
	position: relative;
	width: 100%;
	clear: both;
}

.twiddy_dialog .dialog_full_image img {
	position: relative;
	clear: both;
}

.twiddy_dialog .loading {
	background: url(/images/loader-wheel.gif) no-repeat center center;
}

.twiddy_dialog .dialog_thumbs {
    position: relative;
	clear: both;
	height: 120px;
	background: #eee;
	border: 1px solid #ccc;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	padding: 0 10px;
	overflow: hidden;
	z-index: 1000;
}

.twiddy_dialog .floor_plans .dialog_thumbs {
	background: #2c70bd url(/images/floor_plan_thumbs_bg.png) no-repeat left top;
}

.twiddy_dialog .dialog_thumbs .dialog_thumbs_mask {
    position: relative;
    clear: both;
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.dialog_gallery .dialog_thumbs ul.property_slider_thumbnails_row {
	position: relative;
	list-style: none;
	height: 100px;
	margin-top: 10px;
}

.dialog_gallery .dialog_thumbs ul.property_slider_thumbnails_row .menuItem {
	width: 136px;
	height: 100px;
	float: left;
	margin-right: 10px;
}

.dialog_gallery .dialog_thumbs ul.property_slider_thumbnails_row .menuItem .property_slider_thumbnail {
	display: block;
	width: 126px;
	height: 90px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	border: 5px solid #fff;
	-moz-box-shadow: 0 1px 4px #545454;
	-webkit-box-shadow: 0 1px 4px #545454;
}

.dialog_gallery .dialog_thumbs ul.property_slider_thumbnails_row .menuItem.act .property_slider_thumbnail {
	width: 126px;
	height: 90px;
	border: 5px solid #000;
	-moz-box-shadow: 0 1px 4px #666666;
	-webkit-box-shadow: 0 1px 4px #666666;
}

.dialog_gallery .dialog_thumbs ul.property_slider_thumbnails_row .property_slider_thumbnail:hover {
	
}

.twiddy_dialog .gallery_nav_buttons {
	float: right;
	margin-right: 25px;
}

.twiddy_dialog .gallery_nav_buttons span {
	display: block;
	height: 23px;
	padding: 5px 0;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #545454;
	text-shadow: none;
	line-height: 23px;
	vertical-align: middle;
}

.twiddy_dialog .gallery_nav_buttons .gallery_button {
	display: block;
	width: 12px;
	height: 23px;
	float: left;
	text-indent: -9999px;
	padding: 5px 10px;
}

.twiddy_dialog .gallery_nav_buttons .gallery_button.prev {
	background: url(/images/gallery_left_nav.png) no-repeat center center;
	border-right: 1px solid #ccc;
}

.twiddy_dialog .gallery_nav_buttons .gallery_button.next {
	background: url(/images/gallery_right_nav.png) no-repeat center center;
	border-left: 1px solid #fff;
}

.twiddy_dialog .thumbnail_nav_button {
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 100px;
    top: 10px;
    -moz-box-shadow: 0 0 2px #fff inset, 0 1px 4px #666666;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 4px #666666;
    text-indent: -9999px;
}

.twiddy_dialog .thumbnail_nav_button.prev {
    left: 10px;
    background: #ddd url(/images/thumbnail_prev_bg.png) no-repeat center center;
    background: url(/images/thumbnail_prev_bg.png) no-repeat center center, -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#dddddd),
        to(#ffffff)
    );
    background: url(/images/thumbnail_prev_bg.png) no-repeat center center, -moz-linear-gradient(
    	top, #ffffff 0%, #dddddd 100%
    );
}

.twiddy_dialog .thumbnail_nav_button.next {
    right: 10px;
    background: #ddd url(/images/thumbnail_next_bg.png) no-repeat center center;
    background: url(/images/thumbnail_next_bg.png) no-repeat center center, -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#dddddd),
        to(#ffffff)
    );
    background: url(/images/thumbnail_next_bg.png) no-repeat center center, -moz-linear-gradient(
    	top, #ffffff 0%, #dddddd 100%
    );
}
.dialog_gallery {
	width: 100%;
	float: left;
	position: relative;
}

.dialog_gallery .slider_arrow {
	position: absolute;
	width: 34px;
	height: 334px;
	top:0;
}

.dialog_gallery .slider_arrow.left {
	background: url(/images/arrow_gallery_left.png) no-repeat center center;
	left: 0;
}

.dialog_gallery .slider_arrow.right {
	background: url(/images/arrow_gallery_right.png) no-repeat center center;
	right: 0;
}

/* jQuery UI Styles */
.ui-widget-overlay { background-color: #000; opacity: .50;filter:Alpha(Opacity=50); }

.ui-widget-header {
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    from(#11579f),
	    to(#2c7ed2)
	);
	background: -moz-linear-gradient(
		top, #2c7ed2 0%, ##11579f 100%
	);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2c7ed2', endColorstr='#11579f'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2c7ed2', endColorstr='#11579f')"; /* IE8 */
}

.amenities_list
{
	float:left;
}