@CHARSET "UTF-8";
body {
    background: #e3dbbf;
    color: #109947;
}

#main {
    background: url("../images/news/background.jpg") center top no-repeat;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    padding-top: 180px;
    padding-bottom: 40px;
}

#content {
    position: relative;
    width: 490px;
    float: left;
    margin-left: 10px;
    height: 455px;
    display: table;
    text-align: center;
}

#photo {
    display: table-cell;
    vertical-align: middle;
	margin: 0 auto;
}

#photo img {
    
}

.left {
    width: 32%;
    float: left;
    color: #000;
}

.left img {
	display: none;
}

.submit {
    color: #109947 !important;
}

#list-goods {
	float: right;
	width: 168px;
	height: 400px;
	overflow: hidden;
	position: relative;
	padding: 25px 0px;
}

#list-goods li {
	display: inline;
}

#list-goods li div {
	padding: 4px;
	background: url("../images/border.photo.gif") no-repeat;
	float: left;
	height: 66px;
	width: 66px;
	margin: 4px;
}

#list-goods img {
	cursor: pointer;
}
#horizontal-scroll {
	height: 100px;
	float: left;
	margin: 40px 0px 20px 0px;
	position: relative;
	padding: 0px 20px;
}

#horizontal-scroll li {
	display: inline;
}

#horizontal-scroll li div {
	cursor:pointer;
	display:inline;
	float:left;
	margin:0 3px;
	text-align:center;
	width:170px;
} 

#horizontal-scroll span {
	display: block;
	padding: 3px;
	white-space: nowrap; 
}

#horizontal-scroll span.selected {
	color: #fff;
	background: url("../images/span.bg.gif");
	border: 3px solid #e5c088;	
}
	
.scrolling-list-container  a {
	color: #109947;
}