/*-----------------------------------------------------------------------------
Web Site: Countryside New Homes

$CreatedDate: 2009-09-22 $
$CreatedBy: tanyas $

$Revision: 830 $
$LastChangedDate: 2009-09-29 11:34:21 +0600 (Вт, 29 сен 2009) $
$LastChangedBy: tanyas $
-----------------------------------------------------------------------------*/
.jcarousel-skin-tango {
	overflow:hidden;
	width:598px;
	}
	.jcarousel-container {
	    position: relative;
		padding:0 49px;
		background:url('/images/thickbox/white-line.gif') repeat-y center top;
		width:500px;			    
		}
		.jcarousel-clip {
		    z-index: 2;
		    overflow: hidden;
		    position: relative;
		    width:500px;
		    background:#FFF;
		    height:549px;
			}
			.jcarousel-list {
			    z-index: 1;
			    overflow: hidden;
			    position: relative;
			    top: 0;
			    left: 0;
			    margin: 0 !important;
				}
				.jcarousel-list li,
				.jcarousel-item {
				    float: left;
				    overflow:hidden;
				    list-style: none;
					padding:0 !important;
					margin:0 !important;
				    width: 500px;
				    background:none !important;
				    text-align:center;
				    height:549px;
					}
					.jcarousel-list li p {
						text-align:left;
						}
					.jcarousel-list li a {
						background:none;
						padding:0 !important;
						}
.centred {
	overflow:hidden;
	width:500px;
	padding:10px 0 0;
	height:539px;
	margin:2px 0 0;
	}
	table.centred td {
		vertical-align:middle;
		}

/* = Next/prev buttons
---------------------------------------- */
.jcarousel-prev,
.jcarousel-next {
    z-index: 3;
    display:block;
    width:28px;
    height:27px;
    position:absolute;
    top:220px;
    right:0;
    background:url('/images/developments/a-next-bg.png') no-repeat;
    cursor:pointer;
    padding:0 !important;
	}
.jcarousel-prev {
    z-index: 3;
    left:0;
    background:url('/images/developments/a-prev-bg.png') no-repeat;
	}
	.jcarousel-next.jcarousel-next-disabled,
	.jcarousel-prev.jcarousel-prev-disabled  {
		background-image:none !important;
		cursor:default;
		}


/* = JS is switched off
---------------------------------------- */
#nojs .jcarousel-skin-tango {
	height:550px;
	overflow:scroll;
	}
	#nojs .jcarousel-skin-tango	li {
		float:left;
		background:none !important;
		width:549px;
		}	
		
