/* CSS Document */


/* ============================= scroll ====================== */

.carousel .jCarouselLite {
	border: 1px solid black;
	float: left;
	background-color: #dfdfdf;
    
	/* Needed for rendering without flicker */
	position: relative;
	visibility: hidden;
	left: -5000px;
	display:inline;
}

.carousel {
	position: relative;
	left: 5px;
}

#photo_list {
    position: relative;
	top: 165px;
}

.carousel ul {
	list-style: none;
/*    margin-left: 25px;
    margin-bottom: 10px;
*/}

.carousel li {
	list-style-type: none;
    margin:  0;
	padding: 0;
}

.carousel li img {
	background-color: #fff;
	width: 105px;
	height: 114px;
	/*margin: 5px;*/
}

.col1 .carousel img {
	padding-left: 0;
}


.clear { clear: both; }


/* ============================= caption ====================== */


.photo {

    position:relative;
    overflow:hidden;
    border:2px solid #fff;
    width:105px;
    height:114px;
}  
