.jcarousel-skin-tango .jcarousel-next-horizontal {
   float:right;
   margin-left:2px;
   width: 13px;
    height: 40px;
    cursor: pointer;
    background: transparent url(/images/photobar_right.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -13px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -26px 0;
}

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

.jcarousel-skin-tango .jcarousel-prev-horizontal {
	float:left;
	margin-right:2px;
    width: 13px;
    height: 40px;
    cursor: pointer;
     background: transparent url(/images/photobar_left.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -13px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -26px 0;
}

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












				.listingborder {border:1px solid black;}
				.lightborder {border:1px solid #dadada;}
				
				#listing {clear:both;margin-bottom:25px;clear:both;overflow:auto;padding:10px;}
				#listing .title {width:33%;font-size:16px;font-weight:bold;padding:4px 0px;float:left;margin-bottom:15px;}
				#listing .action {width:33%;}
				#listing .price {width:33%;}
				
				#listing .prop {width:33%;float:left;font-size:14px;font-weight:bold;color:#565656;margin-bottom:14px;}
				#listing .regular {width:33%;float:left;font-size:12px;margin-bottom:22px;}
				
				#photobar {width:270px;hedight:120px;margin-right:10px;}
				#photobar .mainimage {width:268px;border:1px solid #405d6c;}
				
				#photobar li img {width:57px;height:40px;padding-right:0px;}
				#photobar li {margin-right:0px;margin-left:0px;}
				#photobar ul {height:35px;width:400px;}
				
				
				
				.hidden {display:none;}
				.bolder {font-weight:bold;}
				.clear {clear:both;}
				.thumbs {cursor:pointer;}
				
				.tab {background-color:#72a500;float:left;margin-right:2px;font-size:12px;}
				.tab a {color:white;text-decoration:none;display:block;padding:2px 10px 4px 10px;border-top:3px solid #72a500;}
				.tab a:hover {border-top:3px solid #405d6c;}