.imgScroller{
	width:517px;
	margin-top:30px;
    margin-left:39px;
}

.note{
	text-align:center;
    margin-top:95px;
}

#gallery
{
	overflow:hidden;
	position:absolute;
	width:480px;
	height:63px;
    margin-left:19px;
}

#gallery .images{
	width:12500px;
	position:relative;
}

#gallery .images img
{
	padding: 1px;
	border: 1px solid #ccc;
	margin-right:5px;
	cursor:pointer;
}

#gallery .images img.active, .active{
	padding: 1px;
	border: 1px solid #683F21;
	margin-right:5px;
	background:#BEA881;
	cursor:pointer;	
}

.active_lg{
	padding: 5px;
	border: 1px solid #683F21;
	background:#BEA881;
}

.scroller{
	position:relative;
	margin-top:200px;
	margin-left:200px;
	width:616px;
	height:63px;
}

.scroller p, .scroller div{
	display:inline;
}

.scroll_left{
	height:62px;
	margin-right: 6px;
	cursor:pointer;
    float:left;
}

.scroll_right{
	height:62px;
	cursor:pointer;
	position:relative;
    float:right;
}
