#slider {
    width: 750px;
	height:174px;
    margin: 0px auto 0 auto;
    position: relative;
	/*border: 10px solid #ccc;*/
	z-index:333;
}

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

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px 14px;
    width: 98px;
	height: 150px;
	float:left;
}

.inside {
	/*padding: 10px;
	border: 1px solid #999;*/
}

.inside img {
	display: block;
	/*border: 1px solid #666;*/
	/*margin: 0 0 10px 0;*/
	/*width: 250px;*/
	width:98px;
	z-index:100;
}

.scrollButtons {
    position: absolute;
    top: 60px;
    cursor: pointer;
	width:46px;
	height:55px;
	display:block;
}

.scrollButtons.left {
    left: -55px;
	background: transparent url(../images/scrollleft.png) no-repeat 0 0;
}

.scrollButtons.right {
    right: -55px;
	background: transparent url(../images/scrollright.png) no-repeat 0 0;
}

.panel .inside {
	width:98px;
	height:150px;
	background:transparent url(../images/smallbg.png) no-repeat 0 0;
	padding:5px;
	float:left;
	margin-right:12px;
}
