* {
	margin: 0;
	padding: 0;
}

body { 
    font: 11px Helvetica, Arial, sans-serif;
}

#wrapper {
    width: 800px;
    margin: 25px auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
	background-color:#1d1d1d;
    width: 730px;
    margin: 0 auto;
    position: relative;
	border: 5px solid #F2F1E9;
}

.scroll {
	overflow: hidden;
	width: 730px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 200px;
	height: 186px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height:241px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0px;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}


.inside img {
	display: block;
	border: 1px solid #666;
	width: 190px;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}

a {
	color: 0000ff;
	text-decoration: none;
}

a:hover {

}

.scrollButtons {
	width:45px;
	height:58px;
    position: absolute;
    top: 80px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}
.left-nav img {
	display: block;
	margin-top: 10px;
}
.left-nav a {
	margin-left: 10px;
}
.antique-container{
	float:left;
	width:122px;
	}
.antique-wrap{
	float:left;
	width:495px;
	}
.antique-thumb{
	float:left;
	width:122px;
	height:75px;
	}
.antique-detail{
	float:left;
	width:122px;
	}
.ant-con1{
	color:#fff;
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	}
.ant-con2{
	color:#fff;
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	}
