#wrapper{
overflow:hidden;
width:600px;}

#slider {
height:350px;
overflow-y:auto;
position:relative;
width:600px;
}

.scroll {
	overflow: hidden;
/*	width: 600px;*/
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 7px;
  width:220px;
}

/*#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/left_gallery_arrow.gif) no-repeat;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/right_gallery_arrow.gif) no-repeat;
}*/

.inside{}

#content .inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width:200px;
	float:none;
}

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

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

a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#content .scrollButtons {
border:medium none;
cursor:pointer;
position:absolute;
top:262px;
z-index:100;
}

.scrollButtons.left {
    left: 10px;
}

.scrollButtons.right {
    right: 10px;
}

.hide {
    display: none;
}