.jcarousel-skin-index_photo .jcarousel-container {
	border: 1px solid #FFFFFF;
	text-align:left;
	margin:0px auto 10px auto;
	/*margin:54px auto 30px auto;*/
}

.jcarousel-skin-index_photo .jcarousel-container-horizontal {
    width: 953px;
	height:366px;
    padding: 0;
	
	/*background-color:#FCC;*/
	
	
}

.jcarousel-skin-index_photo .jcarousel-container-vertical {
    width: 75px;
    height: 953px;
    padding: 40px 20px;
}

.jcarousel-skin-index_photo .jcarousel-clip-horizontal {
    width:  953px;
    height: 366px;
	margin:0px 0 0 0;
}

.jcarousel-skin-index_photo .jcarousel-clip-vertical {
    width:  75px;
    height: 953px;
}

.jcarousel-skin-index_photo .jcarousel-item {
    width: 953px;
    height: 366px;
		
	visibility:hidden; 
	/*turns off visibility to all items to begin with until they are turned on during activation script*/
}

.jcarousel-skin-index_photo .jcarousel-item-horizontal {
    margin: 0;
}

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

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





/*button placeent ovverrides*/

.jcarousel-skin-index_photo .jcarousel-next {
    z-index: 3;
	position:relative;
	top:355px;
	left:858px;
}

.jcarousel-skin-index_photo .jcarousel-prev {
    z-index: 3;
	position:relative;
	top:355px;
	left:858px;
}


/*custom outside buttons for index_photo carousel*/
/**
 *  Horizontal Buttons
 */
.large-next-horizontal {
    /*position: absolute;
    top: 43px;
    right: 5px;*/
	padding:0 10px 0 0;
	float:left;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background:url(../../../images/largeright.jpg) no-repeat 0 0;
}

.large-next-horizontal:hover {
    background-position: 0 -34px;
}

.large-next-horizontal:active {
    background-position: 0 -34px;
}

.large-next-disabled-horizontal,
.large-next-disabled-horizontal:hover,
.large-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -102px;
}

.large-prev-horizontal {
    /*position: absolute;
    top: 43px;
    left: 5px;*/
	
	padding:0 10px 0 0;
	float:left;
	position:relative;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background:url(../../../images/largeleft.jpg) no-repeat 0 0;
}

.large-prev-horizontal:hover {
    background-position: 0 -34px;
}

.large-prev-horizontal:active {
    background-position: 0 -34px;
}

.large-prev-disabled-horizontal,
.large-prev-disabled-horizontal:hover,
.large-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -102px;
}
