﻿@import url(../ContentStyles.css);

/*############################################################# 
#                                                             #
#   Stylesheet for site specific rules.                       #
#   Included only on frontend. Do not style CMS content       #
#   here as it is not included in the management system       #
#   for preview. Style CMS content in ContentStyles.css       #
#                                                             #
#############################################################*/


/* Layout
========================================================================================== */
body {
	background: #e5e1da url(../../Images/bg.jpg) repeat-x;
	font-family: Arial, Verdana, Tahoma;
}
#page {
	margin: 20px auto 0;
	overflow: hidden;
	width: 970px;
}
#mainshd {
	background: #a09d93;
	float: left;
	width: 759px;
	position: relative;
	top: 5px;
	left: 5px;
}
#main {
	background: #FFF;
	position: relative;
	top: -5px;
	left: -5px;
	overflow: hidden;
}
#newsshd {
	background: #a09d93;
	float: right;
	width: 195px;
	position: relative;
	top: 5px;
	left: 5px;
}
#news {
	background: #c8c4b4;
	position: relative;
	top: -5px;
	left: -5px;
	overflow: hidden;
}
.mainCont {
	width: 100%;
	padding-bottom: 30px;
	float: left;
}
.Message {
	clear: both;
}
.wrap {
	background: url(../../Images/contentBG.gif) repeat-y;
	margin: 15px 0 0 10px;
}
.wide .wrap {
	background: none;
}

/* Main Menus
========================================================================================== */
.subMenu, .mainMenu {
	background: #c8c4b4;
	font-size: 0.687em;
	overflow: hidden;
	float: left;
	width: 100%;
}
.subMenu {
	background: #dad7ce;
	background: #f0f0f0;
}
.subMenu span, .subMenu li ul, .mainMenu span, .mainMenu li ul {
	display: none;
}
.subMenu ul, .mainMenu ul {
	float: right;
	overflow: hidden;
	list-style-type: none;
}
.subMenu li, .mainMenu li {
	float: left;
	margin-right: 17px;
}
.subMenu li.last, .mainMenu li.last {
	margin-right: 10px;
}
.subMenu a, .mainMenu a {
	color: #7f7b6d;
	display: block;
	padding: 4px 0;
	text-decoration: none;
}
.subMenu a:hover, .mainMenu a:hover {
	text-decoration: underline;
}
.mainMenu ul {
	padding-right: 33px;
}

/* Homepage
========================================================================================== */
#home img {
	display: block;
}
#home ul {
	border-top: solid 1px #e4e0d2;
	list-style-type: none;
	margin: 20px 0 5px;
	padding: 15px 10px 0;
	overflow: hidden;
}
#home li {
	background: url(../../Images/Thumb1.jpg) no-repeat top center;
	float: left;
	margin-right: 11px;
	width: 110px;
}
#home li a {
	background: url(../../Images/Arr1.gif) no-repeat right 74px;
	color: #757062;
	font-size: 0.687em;
	display: block;
	padding-top: 70px;
	text-align: right;
	padding-right: 12px;
	text-decoration: none;
	zoom: 1;
}
#home li.res {
	background-image: url(../../Images/Thumb1.jpg);
}
#home li.auc {
	background-image: url(../../Images/Thumb2.jpg);
}
#home li.com {
	background-image: url(../../Images/Thumb3.jpg);
	width: 115px;
}
#home li.rur {
	background-image: url(../../Images/Thumb4.jpg);
}
#home li.let {
	background-image: url(../../Images/Thumb5.jpg);
}
#home li.arc {
	background-image: url(../../Images/Thumb6.jpg);
	margin-right: 0;
	width: 125px;
}

/* Inside page
========================================================================================== */
.cont {
	float: left;
	margin: 0;
	width: 530px;
}
.wide .cont {
	float: none;
	width: auto;
}
ul.inside {
	background: #FFF;
	clear: both;
	list-style-type: none;
	overflow: hidden;
	float: left;
	margin: -12px 63px 30px 0;
	width: 133px;
	padding: 0 0 10px;
}
ul.inside li {
	background: url(../../Images/ResidentialProp.jpg) no-repeat top left;
	margin-top: 15px;
}
ul.inside li a {
	color: #757062;
	font-size: 0.75em;
	display: block;
	padding: 46px 0 0;
	text-decoration: none;
	zoom: 1;
}
ul.inside li.res {
	background-image: url(../../Images/ResidentialProp.jpg);
}
ul.inside li.auc {
	background-image: url(../../Images/AuctionHouse.jpg);
}
ul.inside li.arc {
	background-image: url(../../Images/ArchitectServices.jpg);
}
ul.inside li.com {
	background-image: url(../../Images/CommercialProperty.jpg);
}
ul.inside li.let {
	background-image: url(../../Images/ResidentialLet.jpg);
}
ul.inside li.rur {
	background-image: url(../../Images/RuralBusiness.jpg);
}
#chmenu {
	margin: 4px 0 0 20px;
	padding: 0;
}
#chmenu li {
	background: none;
	margin: 0;
}
#chmenu li a {
	padding: 0;
	text-align: left;
	color: #757062;
	font-size: 0.687em;
	display: inline;
}
#chmenu li#on a {
	font-weight: bold;
}
#chmenu li#on li a {
	font-weight: normal;
}

#chmenu a:hover {
	text-decoration: underline;
}
#chmenu li ul {
	margin-top: -1px;
}
ul.threecol {
	list-style-type: none;
	padding: 5px 0 0;
	margin: 10px 0 0;
	border-top: solid 2px #dfdbd2;
}
ul.threecol li {
	float: left;
	width: 32.9%;
}

/* Footer
========================================================================================== */
#foot {
	color: #968f83;
	clear: both;
	overflow: hidden;
	padding: 10px;
	width: 740px;
	font-size: 0.687em;
}
#foot p {
	float: left;
}
#foot a {
	color: #968f83;
	float: right;
	text-transform: lowercase;
	text-decoration: none;
	margin-left: 10px;
}

/* Search Results
========================================================================================== */
.foot, .head {
	clear: both;
	font-size: 0.75em;
	overflow: hidden;
	padding: 0 0 10px 0;
}
.foot {
	padding: 10px 0 0 0;
}
.head p {
	color: #9d9a90;
	float: left;
}
.foot ul, .head ul {
	color: #757062;
	list-style-type: none;
	overflow: hidden;
	float: right;
}
.foot li, .head li {
	float: left;
	margin-left: 6px;
}
.foot li strong, .head li strong {
	color: #7d2523;
}

/* Diss Auction Rooms
========================================================================================== */
ul.archives {
	margin: 0 0 15px 17px;
	padding: 0;
	font-size: 0.687em;
}
ul.archives a {
	text-decoration: none;
}
dl.auction {
	font-size: 0.75em;
	color: #9d9a90;
	float: left;
	margin-left: 10px;
	width: 350px;
}
dl.auction dt {
	clear: left;
	float: left;
	font-weight: bold;
	width: 120px;
}
dl.auction dd {
	float: left;
	width: 220px;
}
div.auctionTxt {
	clear: both;
	margin-top: -10px;
}
.auctionSearch {
	margin-top: 15px;
	background: #c8c4b4;
	padding: 15px 10px 13px;
	overflow: hidden;
}
.auctionSearch label {
	float: left;
	font-weight: bold;
	font-size: 0.75em;
	padding-top: 4px;
	margin-right: 15px;
}
.auctionSearch select, .auctionSearch input {
	float: left;
	font-size: 0.75em;
	margin-right: 8px;
}
.auctionSearch select {
	font-size: 0.75em;
	margin-right: 12px;
}
.auctionSearch .btn {
	color: #222;
	border: 0;
	background: #c8c4b4 url(../../Images/Arr2.gif) no-repeat 4px right;
	text-align: left;
	margin-top: 2px;
	padding-right: 2px;
}
.auctionSearch a.btn {
	background: #c8c4b4 url(../../Images/Arr2.gif) no-repeat 3px right;
	color: #222;
	font-size: 0.75em;
	float: right;
	text-decoration: none;
	padding-right: 15px;
	margin: 3px 0 0 15px;
}
.auctionLots table {
	color: #757062;
	font-size: 0.687em;
	width: 100%;
}
.auctionLots th, .auctionLots td {
	padding: 6px 0 10px;
}
.auctionLots th {
	border-top: solid 1px #b9b5aa;
	padding: 6px 0 2px;
	text-align: left;
}
.auctionLots td.desc {
	padding-right: 6px;
	text-align: justify;
	width: 150px;
}
.auctionLots td.desc strong {
	background: #7e2624;
	color: #FFF;
	padding: 2px 4px;
	margin-top: 4px;
	float: left;
}
.auctionLots .est {
	text-align: right;
	width: 70px;
}
.auctionLots td {
	border-bottom: solid 1px #b9b5aa;
}
.auctionLots td img {
	display: block;
	margin-bottom: 4px;
}
.auctionLots th.spc, .auctionLots td.spc {
	border: none;
}

table.bids {
	font-size: 0.92em;
	border-top: solid 1px #c8c4b4;
	border-bottom: none;
}
.bids tr.submit {
	background-color: #E4E4E4;
}
.bids td {
	padding: 4px;
	border-bottom: solid 1px #c8c4b4;
}
.bids td.lot {
	padding-right: 15px;
	width: 230px;
}
.bids td.sale {
	width: 160px;
}
.bids td.action {
	width: 100px;
	text-align: right;
}

/* Property Search
========================================================================================== */
.propSearch {
	background: #c8c4b4;
	padding: 10px 10px 6px;
	margin-bottom: 15px;
	clear: both;
	overflow: hidden;
}
.wide .propSearch {
	position: relative;
	margin-right: 10px;
	margin-bottom: -40px;
	top: -40px;
	float: right;
	width: 420px;
}
.propSearch h3, .propSearch label, .propSearch input, .propSearch select {
	font-size: 0.75em;
}
.propSearch h3 {
	margin: 6px 15px 0 0;
	padding: 0;
	float: left;
}
.propSearch label {
	float: left;
	padding: 3px 0 0 10px;
	width: 115px;
}
.propSearch div.panel div {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 0 0 5px;
	width: 295px;
}
.propSearch input {
	margin: 0 2px 0 -2px;
}
.propSearch select {
	margin: 0 6px 0 0;
	width: 100px;
}
.propSearch div div label {
	float: none;
	margin: 0 6px 0 0;
	padding: 0;
	font-size: 0.687em;
	width: auto;
}
.propSearch .chks label {
	margin-right: 12px;
}
.propSearch div.panel {
	float: left;
	width: 425px;
	overflow: hidden;
}
.wide .propSearch div.panel  {
	float: right;
}
.propSearch div.btn {
	clear: both;
	padding: 12px 5px 0;
	margin: 0;
	overflow: hidden;
	float: right;
}
.propSearch div.back {
	float: left;
	clear: none;
}
.propSearch div.btn input {
	color: #222;
	border: none;
	overflow: visible;
	background: #c8c4b4 url(../../Images/Arr2.gif) no-repeat center right;
	padding: 1px 20px 1px 6px;
	cursor: hand;
	cursor: pointer;
	zoom: 1;
}
.propSearch div.back input {
	background: #c8c4b4 url(../../Images/Arr2Back.gif) no-repeat center left;
	padding: 1px 6px 1px 20px;
}


.propSearch div.clear {
	clear: both;
	height: 1px;
	line-height: 0.1;
	font-size: 0.1em;
}

/* Website Forms
========================================================================================== */
fieldset {
	border: 0;
	overflow: hidden;
	margin: 15px 0 5px;
}
fieldset legend {
	display: none;
}
fieldset input, fieldset select, fieldset label, fieldset textarea {
	font-family: Arial, Verdana, Tahoma;
	font-size: 0.75em;
	float: left;
	width: 180px;
	margin-bottom: 4px;
}
fieldset input,
fieldset textarea,
fieldset select {
	border: solid 1px #9D9A90;
}
fieldset select {
	width: 186px;
}
fieldset br {
	clear: both;
}
fieldset label {
	color: #9D9A90;
	margin-right: 10px;
	padding: 4px 0 0;
	width: 160px;
}
fieldset input.btn,
fieldset a.btn {
	color: #222;
	background: url(../../Images/arr1.gif) no-repeat center right;
	border: none;
	float: right;
	padding: 0 12px 0 0;
	text-align: right;
	font-size: 0.75em;
	margin: 10px 0;
	width: auto;
	text-decoration: none;
}
fieldset input.back,
fieldset a.back {
	background: url(../../Images/Arr1Back.gif) no-repeat center left;
	float: left;
	padding: 0 0 0 12px;
	text-align: left;
}
fieldset .req {
	background: url(../../Images/required.gif) no-repeat right 7px;
}
fieldset p {
	color: #9D9A90;
	font-size: 0.687em;
	font-style: italic;
	padding: 0;
	margin: 0 0 16px -1px;
	clear: both;
}
fieldset strong {
	color: #9D9A90;
	font-size: 0.75em;
	font-style: italic;
	padding: 0;
	float: left;
	margin: 0 0 4px 250px;
	clear: both;
}
fieldset span {
	color: #9D9A90;
	float: left;
	font-size: 0.75em;
	padding-top: 3px;
	margin-right: 4px;
	margin-left: 10px;
}
fieldset span.chk {
	margin: -4px 0 10px -2px;
}
fieldset span.chk input {
	margin-top: 1px;
	margin-right: 4px;
	width: auto;
}
fieldset span.chk label {
	font-size: 1em;
	width: 300px;
}
fieldset input.listbtn {
	margin: 0 176px 10px 0;
	clear: both;
	float: right;
}
fieldset input.listbtnrmv {
	margin: 0 176px 10px 0;
	clear: both;
	float: right;
}
fieldset div.lngLbl label {
	width: auto;
}
fieldset div.lngLbl input {
	clear: both;
	margin-left: 170px;
	margin-top: 5px;
	display: inline;
}


	
/* CMS Menu
========================================================================================== */
.DynamicMenu {
	z-index: 2;
	position: relative;
}
.DynamicMenu a {
	display: block;
	line-height: 1.5em;
}

/* Sitemap
========================================================================================== */
.Sitemap a {
	font-size: 0.92em;
}
.Sitemap li {
	margin-left: 15px;
	padding-bottom: 3px;
}
.Sitemap ul {
	margin: 10px 0;
}
.Sitemap li ul {
	margin-top: 0;
	margin-bottom: 0;
}
.Sitemap p {
	font-size: 0.9em;
	line-height: 1.3;
}
.Sitemap li li, .Sitemap li p {
	font-size: 1em;
}

/* Manager Buttons
========================================================================================== */
.pnlParaBtns {
	position: absolute;
	top: 10px;
	right: 150px;
}
.home .pnlParaBtns {
	float: right;
	margin-right: 20px;
}
.pnlParaBtns select {
	position: relative;
	top: -4px;
}
.SiteHeader {
	position: absolute;
	top: 10px;
	right: 10px;
}
.pnlConfirm {
	clear: both;
	padding: 40px;
	text-align: center;
}
.paraControls {
	clear: both;
	margin-left: 20px;
}
.paraControls a {
	font-size: 0.75em;
	color: #999;
	text-decoration: none;
}


/* External Content
========================================================================================== */
iframe.ext {
	height: 800px;
}
body.ext {
	background: #FFF;
	margin: 0;
	padding: 0;
}
body.ext * {
    zoom: 1;
}
body.ext .head, 
body.ext .foot {
	margin-right: 14px;
}
body.ext .foot {
	padding-bottom: 15px;
}
body.ext h1 {
	margin: 0 0 4px;
	color: #757062;
	font-size: 0.875em;
}
div.items {
	overflow: hidden;
	width: 100%;
}
.ctcleft img, .fulldet img, .detleft img, .items img {
	display: block;
	border: solid 1px #c8c4b4;
}
.items div.item {
	float: left;
	margin: 0 5px 10px 6px;
	width: 235px;
	height: 215px;
	background: #c8c4b4;
	position: relative;
}
.item h4 {
    padding: 0;
   margin: 5px 5px 0;
   float: left;
   display: inline;
    font-size: 0.687em;
    line-height: 1em;
    width: 160px;
    min-height: 1.2em;
    height: auto !important;
    height: 1.2em;
}
.item h5 {
    padding: 0;
    position: absolute;
    top: 140px;
    right: 5px;
    font-size: 0.687em;
    width: 60px;
    text-align: right;
}
.item div.content {
	margin: 0 5px;
	font-size: 0.687em;
	clear: both;
	overflow: scroll;
	overflow-x: hidden;
	scrollbar-face-color:#757062;
scrollbar-highlight-color:#c8c4b4;
scrollbar-3dlight-color:#c8c4b4;
scrollbar-darkshadow-color:#757062;
scrollbar-shadow-color:#E4E4E4;
scrollbar-arrow-color:#c8c4b4;
scrollbar-track-color:#c8c4b4;
	height: 30px;
}

.item br {
	display: none;
}
.item a.img {
	display: block;
	height: 135px;
	overflow: hidden;
}
.hasJs .item a.img {
}
.item div.btns {
    left: 0px;
	border-top: solid 2px #FFF;
	position: absolute;
	width: 235px;
    bottom: 0;
    height: 20px;
}
.item strong.right img {
    display: none;
}
.item .btn {
	height: 20px;
	line-height: 20px;
	color: #000;
	background: #c8c4b4;
	font-size: 0.687em;
	text-align: center;
	width: 76px;
	float: left;
	border-right: solid 2px #FFF;
	font-weight: bold;
}
body.brochurelink {
    background: #c8c4b4
}
.brochurelink a {
    color: #000;
	background: #c8c4b4;
	font-size: 0.687em;
    font-weight: bold;
    display: block;
    text-align: center;
    padding-top: 3px;
}

.item strong.btn {
	position: absolute;
	right: 0;
	bottom: 0;
}
.item .right {
	border-right: none;
	float: right;
}
.items div.clear {
	clear: left;
}

body.popup {
	padding: 20px;
}
body.popup  h1 {
	background: #757062;
	position: relative;
	height: 2.0em;
	color: #FFF;
	line-height: 2.0;
	font-size: 0.925em;
	padding-left: 10px;
}

body.detail h1 {
}
body.detail h1 * {
	line-height: 2.0;
	position: absolute;
	top: 0;	
	white-space: nowrap;
	font-size: 1em;
	display: block;
}
body.detail h1 strong {
	left: 10px;
}
body.detail h1 em {
	right: 10px;	
	color: #EEE;
}

.detleft {
	padding-top: 6px;
	padding-bottom: 20px;
	float: left;
	width: 295px;
	font-weight: bold;
}
.detright {
	padding-top: 6px;
	padding-bottom: 20px;
	float: right;
	width: 400px;
	margin-right: 12px;
	display: inline;
}
.ctcleft p, .ctcright p, .detright p, .detright div, p.contact {
	color: #9d9a90;
	font-size: 0.75em;
}
.ctcright strong, .detright strong {
	color: #FFF;
	background: #c8c4b4;
	padding: 6px;
	display: block;
	margin-top: 1px;
	margin-bottom: 10px;
	position: relative;
}
.detright strong em {
	position: absolute;
	top: 6px;
	right: 6px;
	font-style: normal;
}
.fulldet p, 
.detright div,
.detleft div {
	padding: 6px 4px;
	text-align: justify;
	clear: both;
	color: #9D9A90;
}
p.contact {
	border-top: solid 1px #c8c4b4;
	clear: both;
	float: none;
	font-size: 0.687em;
	margin: 15px 12px 15px 0;
	padding: 8px 0;
	text-align: center;
	width: auto; 
	height: auto;
}
p.contact a {
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
    color: #9D9A90;
}
/* gallery */
.detleft img {
	float: left;
}
.detleft ul {
	list-style: none;
	float: left;
}
.detleft li {
	float: left;
	margin: 5px 3px 0 0;
	overflow: hidden;
	width: 70px;
}
.detleft li img {
	width: 70px;
	height: 50px;
}

/* icons */
.detright ul {
	margin: 14px 0 0 5px;
	list-style-type: none;
	padding: 0;
}
.detright li {
	float: left;
	margin-right: 20px;
	height: 49px;
	overflow: hidden;
}
.detright li a,
body.brochure a {
	text-indent: -8888px;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 49px;
	display: block;
}
.detright li a.emailpage {
	background-image: url(../../Images/OrderDetails.gif);
	width: 46px;
}
.detright li a.images {
	background-image: url(../../Images/MorePhotos.gif);
	width: 60px;
}
.detright li a.floorplans {
	background-image: url(../../Images/Floorplan.gif);
	width: 48px;
}
.detright li a.brochure,
body.brochure a.brochure {
	background-image: url(../../Images/Brochure.gif);
	width: 49px;
}
.detright li a.moretext {
	background-image: url(../../Images/FullDetails.gif);
	width: 45px;
}

.detright li iframe {
	overflow: hidden;
	border: none;
	width: 46px;
	height: 49px;
}
body.brochure {
	background: #FFF;
	padding: 0;
	margin: 0;
	border: 0;
}


.ext a.back {
	position: absolute;
	top: 25px;
	right: 40px;
	padding-left: 11px;
	font-size: 0.75em;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.fulldet {
	padding: 6px 0 10px;
	width: 529px;
}
.fulldet img {
	float: left;
	margin: 0 12px 4px 0;
}
.fulldet strong.title {
	background: #c8c4b4;
	color: #FFF;
	padding: 6px;
	position: relative;
	font-size: 0.75em;
	float: left;
	width: 517px;
	margin: 0 0 6px;
}
.fulldet strong em {
	position: absolute;
	top: 6px;
	right: 5px;
}
.fulldet p {
	padding: 0;
	text-align: justify;
	color: #9d9a90;
	font-size: 0.75em;
}
.fulldet h3 {
	color: #757062;
	text-transform: uppercase;
	font-size: 0.75em;
	padding: 0;
	margin: 10px 0 1px;
}
.photo {
	padding-top: 6px;
	width: 538px;
}
.photo img {
	float: left;
	border: solid 1px #c8c4b4;
	margin: 0 9px 9px 0;
}
.floor {
	padding-top: 6px;
	width: 529px;
}
.floor img {
	display: block;
	border: solid 1px #c8c4b4;
	margin: 0 0 9px 0;
}
.ctcleft {
	padding-top: 6px;
	float: left;
	width: 174px;
}
.ctcleft p {
	padding: 4px 14px 2px 0;
}
.ctcright {
	padding-top: 6px;
	float: left;
	width: 355px;
}
.form {
	overflow: hidden;
	margin: 6px 5px;
}
.form label, .form input, .form span, .form textarea {
	font-size: 0.75em;
}
.form dt {
	clear: left;
	float: left;
	width: 100px;
	margin-bottom: 3px;
}
.form dd {
	float: left;
	width: 240px;
	margin-bottom: 3px;
}
.form dt.tick {
	margin-top: 4px;
	width: 340px;
}
.form input {
	width: 180px;
}
.form textarea {
	font-family: Arial, Verdana, Tahoma;
	width: 236px;
}
.form input.chk {
	width: auto;
}
.form div {
	overflow: hidden;
	padding: 4px 0;
}
.form div input {
	clear: left;
	float: left;
}
.form dd div label {
	float: left;
	padding: 4px 0 4px 3px;
	width: 217px;
}
.form dd label {
	font-size: 0.687em;
	padding: 2px 0 0 2px;
}
.form dt label {
	padding-top: 4px;
	display: block;
}
.ctcright .btn {
	color: #222;
	background: url(../../Images/arr1.gif) no-repeat center right;
	border: none;
	display: block;
	float: right;
	padding: 0 12px 0 0;
	text-align: right;
	font-size: 0.75em;
	margin-right: 8px;
}
.ctcright p.confirm {
	padding: 6px 5px;
}


#emailForm td {
	color: #9D9A90;
}
.ctcright {
	padding-bottom: 30px;
}
#emailForm #send {
	float: right;
	margin-top: 20px;
}

/* slideshow
================ */
.slideshow {
	padding-bottom: 50px;
}
.hasJs .photo {
	width: 500px;
	height: 350px;
	position: relative;
	margin: 20px auto;
}
.hasJs .photo img {
	position: absolute;
}
.hasJs .photo a,
.hasJs .photo strong {
	position: absolute;
	top: 355px;
	display: block;
	font-size: 0.75em;
	color: #666;
	text-align: center;
	width: 80px;
	font-weight: bold;
	padding: 3px 10px;
}
.hasJs .photo a {
	background: #C8C4B4;
	color: #7D2523;
}
.hasJs .photo a.prev {
	left: 0;
	background: #C8C4B4 url(../../images/Arr2back.gif) no-repeat center left;
	padding-left: 20px;
}
.hasJs .photo a.next {
	right: 0;
	background: #C8C4B4 url(../../images/Arr2.gif) no-repeat center right;
	padding-right: 20px;
}
.hasJs .photo a.playback {
	left: 50%;
	margin-left: -40px;
	width: 80px;
}
.hasJs .photo strong {
	left: 50%;
	margin-left: -40px;
	margin-top: 3em;
}

.btns .btn,
.btns .btn a
{
	color: #000000;	
}

.nextlink 
{
    cursor: pointer;
}

.nextlink:hover 
{
    cursor: pointer;
}

.prevlink 
{
    cursor: pointer;
}

.prevlink:hover 
{
    cursor: pointer;
}