div#gallery {
    float: left;
    width: 980px;
	height: 650px;
}

.gallerychange {
    float: left;
    height: 460px;
}

.jcarousel-skin-tango/*, #mycarousel*/ {
    background: #000;
    height: 100px;
	width: 980px;
	float:left;
}
#mycarousel li {
    background: none;
	float:left;
	padding:0px;
}
.jcarousel-skin-tango .jcarousel-container {
/*    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
	margin-left: 30px;
    margin-right: 30px;
    margin-top: 5px;*/
	position:relative;
	height:100px;
	width:978px;
	float:left;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
/*    width:558px;
    padding: 20px 40px;*/
}

.jcarousel-skin-tango .jcarousel-container-vertical {
/*    width: 75px;
    height: 50px;
    padding: 40px 20px;*/
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
/*    width:  245px;
    height: 75px;*/
    width:  910px;
    height: 74px;
	position: absolute;
	top: 14px;
	left:33px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
/*    width:  75px;
    height: 245px;*/
}

.jcarousel-skin-tango .jcarousel-item {
/*    width: 75px;
    height: 75px;*/
	width: 120px!important;
    height: 72px;
	border: 1px solid #FFFFFF;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 5px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
/*    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;*/
	position: absolute;
    top: 30px;
    right: 5px;
	background-image: url("../../../images/classic-map.png");
    background-repeat: no-repeat;
	background-position: -578px 5px;
    cursor: pointer;
    display: block;
    height: 40px;
    opacity: 0.8;
    width: 23px;
    z-index: 3;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
   opacity: 1;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    opacity: 1;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
/*    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;*/
	position: absolute;
    top: 30px;
    left: 5px;
	background-image: url("../../../images/classic-map.png");
    background-repeat: no-repeat;
	background-position: -495px 5px;
    cursor: pointer;
    display: block;
    height: 40px;
    opacity: 0.8;
    width: 23px;
    z-index: 3;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    opacity: 1;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    opacity: 1;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
	opacity: 0.5;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}



/***************************************** For Auction Listings *******************************/

.propinfo-top-left
{
    width: 475px;
    padding-top: 22px;
    float: left;
}

.propinfo-top-right
{
    width: 475px;
    padding-top: 22px;
    float: right;
    padding-left: 30px;
}

.propinfo-top-right-panel
{
    color: #ffffff;
    width: 100%;
    background: #1CA4A9;
    padding: 20px;
    margin: 0px 30px 10px 0px;
}


.propinfo-top-right-panel-bidding-history
{
    color: #000000;
    width: 100%;
    background: #1CA4A9;
    padding: 20px;
    height: 250px; overflow-y: scroll;
    margin: 0px 30px 10px 0px;
    font-size: 13px !important;

}


.bidding-history-td
{
    padding:4px ;
}


.auction-alert-box
{
    width: 100%;
    text-align: center;
    height: auto;
    border: solid 4px #8dc73f;
    margin-top: 20px;

}



.auction-alert-box-realtime
{
    width: 100%;
    text-align: center;
    height: auto;
    border: solid 4px #8dc73f;
    margin-top: 20px;

}

.form-bidding
{
    color:#000000;
}

.auction-alert-box-status
{
    color:#1da4aa;
    font-size: 46px;
    font-weight: bold;

}

.auction-alert-box-status-realtime
{
    color:#1da4aa;
    font-size: 46px;
    font-weight: bold;

}

.auction-alert-box-status-desc
{
    color:#8dc73f;
    font-size: 24px;
}

.propinfo-top-left div#gallery {
    float: left;
    width: 475px;
    height: 250px;
}

.propinfo-top-left .gallerychange {
    float: left;
    height: 250px;
}

.propinfo-top-left .jcarousel-skin-tango/*, #mycarousel*/ {
    background: url("../../../images/property-top-bg.png") no-repeat scroll left top transparent;
    height: 50px;
    width: 475px;
    float:left;
}
.propinfo-top-left #mycarousel li {
    background: none;
    float:left;
    padding:0px;
}
.propinfo-top-left .jcarousel-skin-tango .jcarousel-container {
/*    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 5px;*/
    position:relative;
    height:50px;
    width: 475px;
    float:left;
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-container-horizontal {
/*    width:558px;
    padding: 20px 40px;*/
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-container-vertical {
/*    width: 75px;
    height: 50px;
    padding: 40px 20px;*/
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-clip-horizontal {
/*    width:  245px;
    height: 75px;*/
    width: 437px;
height: 36px;
    position: absolute;
    top: 7px;
left: 19px;
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-clip-vertical {
/*    width:  75px;
    height: 245px;*/
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-item {
/*    width: 75px;
    height: 75px;*/
    width: 60px!important;
    height: 36px;
    border: 1px solid #FFFFFF;
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 5px;
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.propinfo-top-left .jcarousel-skin-tango .jcarousel-next-horizontal {
/*    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;*/
    position: absolute;
    top: 8px;
right: -3px;
    background-image: url("../../../images/classic-map.png");
    background-repeat: no-repeat;
    background-position: -578px 5px;
    cursor: pointer;
    display: block;
    height: 40px;
    opacity: 0.8;
    width: 23px;
    z-index: 3;
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.propinfo-top-left.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.propinfo-top-left.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
   opacity: 1;
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-next-horizontal:active {
    opacity: 1;
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.propinfo-top-left .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.propinfo-top-left .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.propinfo-top-left.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-prev-horizontal {
/*    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;*/
    position: absolute;
    top: 8px;
left: -3px;
    background-image: url("../../../images/classic-map.png");
    background-repeat: no-repeat;
    background-position: -495px 5px;
    cursor: pointer;
    display: block;
    height: 40px;
    opacity: 0.8;
    width: 23px;
    z-index: 3;
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.propinfo-top-left .jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    opacity: 1;
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    opacity: 1;
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.propinfo-top-left .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.propinfo-top-left .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.propinfo-top-left .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    opacity: 0.5;
}

/**
 *  Vertical Buttons
 */
.propinfo-top-left .jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-next-vertical:hover,
.propinfo-top-left.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.propinfo-top-left.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.propinfo-top-left .jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.propinfo-top-left .jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.propinfo-top-left .jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.propinfo-top-left .jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.propinfo-top-left .jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.propinfo-top-left .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.propinfo-top-left .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.propinfo-top-left .jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}


.auction-container
{
    width: 950px;
    height:auto;
}
.auction-home-content-top
{

    width: 100%;
    height: 154px;
    padding: 10px;
    /*border: solid 1px red;*/
    padding-top: 24px;
}

.auction-home-content-top-left
{
    width: 648px;
    float: left;
    color: #1da4aa;
    height: 73px;
    line-height: 73px;
    font-size: 28px;
}


.auction-home-content-top-right
{
    width: 279px;
    line-height: 73px;
    height: 73px;
    float: right;
    border: dashed 2px #1da4aa;
    border-radius: 11px;
    text-align: center;
    text-transform: uppercase;
    color: #1da4aa;
    font-size: 32px;
}

.auction-home-content-mid
{
    float: left;
    width: 100%;
    border-radius: 7px;
    height: 79px;
    line-height: 79px;
    background: #1da4aa;
    text-align: center;
    color: #ffffff;
    font-size: 27px;
}

.auction-home-content-image
{
    margin-top: 49px;
    margin-bottom: 50px;
    /*height: 419px;*/
    width: 100%;
    float: left;
}

.auction-login-content
{

    /*border: solid 1px red;  */
    left: 50%;
    width:30em;
    height: 520px;
    margin: 0 auto;
    padding:10px;
}

.auction-login-content-title
{
    color:#1da4aa;
    text-align: center;
}

.auction-login-content-box
{
    /*border: solid 1px blue;*/
    background: #e5e5e5;
    left: 50%;
    width: 300px;
    height: auto;
    margin: 0 auto;
    padding: 15px 22px;
}

.auction-content
{
    /*border:solid 1px gray;*/
    width: 950px;
    height:auto;
    min-height: 300px;
}

.auction-content-top
{
    width: 950px;
    height:auto;
    padding:10px;
}

.auction-content-left
{
    /*border:solid 1px red;*/
    width:474px;
    height:auto;
    float:left;
    padding:10px;
}


.auction-content-right
{
    /*border:solid 1px blue;*/
    width: 474px;
    height:auto;
    float:right;
    padding:10px;
}


.auction-registration-form-td-label
{
    width: 35%;
    color: #545454;
    font-weight: 600;
    vertical-align: top;
    padding-top: 8px;
    display: inline-block;
    width: 145px;

}

.auction-registration-form-td-element
{
    width:65%;

}

.link-auction-page
{
    color:#ffffff;
    /*text-decoration: underline;*/
}



#blanket {
   background-color:#111;
   opacity: 0.65;
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
}
#popUpDiv {
   position: fixed;
    background-color: #ffffff;
    width: 950px;
    height: 300px;
    z-index: 9002;
    top: 150px;
    text-align: center;
    padding: 30px 10px 10px 10px;
}


.popup-description
{

    color: #1CA4A9;
font-size: 37px;
text-align: center;
}

#popUpDivStatus {
   position: fixed;
    background-color: #ffffff;
    width: 950px;
    height: 250px;
    z-index: 9002;
    top: 150px;
    text-align: center;
    padding: 59px 10px 10px 10px;
}


.popup-description-status
{

    color: #1CA4A9;
    font-size: 34px;
    text-align: center;
}


#popUpDivStatus-auctiondone {
   position: fixed;
    background-color: #ffffff;
    width: 950px;
    height: 290px;
    z-index: 9002;
    top: 150px;
    text-align: center;
    padding: 59px 10px 10px 10px;
}


.popup-description-status-auctiondone
{

    color: #1CA4A9;
    font-size: 34px;
    text-align: center;
}

#popUpDivForgotPin {
   position: fixed;
    background-color: #ffffff;
    width: 850px;
    height: 210px;
    z-index: 9002;
    top: 130px;
    text-align: center;
    padding: 59px 10px 10px 10px;
    margin-left: 55px;
}



.popup-description-forgotpin
{

    color: #1CA4A9;;
    font-size: 20px;
    text-align: center;
}

.popup-description-forgotpin-status
{

    color: #1CA4A9;
    font-size: 24px;
    text-align: center;
}



#popUpDivResetPin {
    position: fixed;
    background-color: #ffffff;
    width: 850px;
    height: 210px;
    z-index: 9002;
    top: 130px;
    text-align: center;
    padding: 59px 10px 10px 10px;
    margin-left: 55px;
}

.popup-description-resetpin
{

    color: #5A5A5A;
    font-size: 20px;
    text-align: center;
}

.popup-description-resetpin-status
{

    color: #1CA4A9;
    font-size: 24px;
    text-align: center;
}

#popUpDivCreateAccount {
   position: fixed;
    background-color: #ffffff;
    width: 950px;
    height: 209px;
    z-index: 9002;
    top: 150px;
    text-align: center;
    padding: 30px 10px 10px 10px;
}


.color-red, .color-yellow, .color-green, ,color-black
{
    font-weight: bold;
}

.color-red
{
    color:#ee1b21;
}

.color-yellow
{
    color:#fed201;
}

.color-green
{
    color:#8ec63d;
}

.confirm-status, .confirm-forgotpin, .confirm-resetpin, .confirm-status-auctiondone
{
background: #1da4aa;
border: 0px;
width: 106px;
padding: 10px 15px 10px 15px;
color: #ffffff;
font-weight: bold;
margin: 10px;
}

.cancel
{
background: #A9A9A9;
border: 0px;
width: 106px;
padding: 10px 15px 10px 15px;
color: #ffffff;
font-weight: bold;
margin: 10px;
}


.tb-forgotpin-email
{
    width: 258px;
    height: 32px;
    padding-left: 18px;
    border: none;
    color: #a1a1a1;
    background: #fff !important;
    border: solid 1px #1CA4A9;
}


.loader-gif
{
    padding-left: 10px;
}
