


#slide-conta
{
	background:url(../images/sli-bg.png) repeat-x;
	width:750px;
}

#slider {
    width: 652px;
	height:300px;
    margin: 0 auto;
    position: relative;
	background:#FFF;
	
}

.scroll {
	overflow: hidden;
	width: 652px;
    margin: 0 auto;
    position: relative;
	background:url(../images/sli-bg.png) repeat-x;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    width: 250px;
	height: 300px;
}

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

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

.inside {
	padding: 10px;
	

}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 140px;
}

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


.scrollButtons {
    position: absolute;
    top: 30px;
    cursor: pointer;
}

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

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

.hide {
    display: none;
}

.spec
{
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.spec-tit

{
	text-decoration:none;
	color:#F09;
}

.spec-pri

{
	color:#fff;
}
