#carousel{
    width: 600px;
    margin: 25px auto;
}

#carousel #intro {
    padding-bottom: 10px;
}

#carousel #slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
	border: 10px solid #ccc;
}
#more_info #carousel p{
	margin:0 0 3px 0;
	padding:0;
}
#carousel .scroll {
	overflow: hidden;
	width: 800px;
    margin: 0 auto;
    position: relative;
}

#carousel .scrollContainer {
	position: relative;
}

#carousel .scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 318px;
}

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

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

#carousel .inside {
	padding: 10px;
	border: 1px solid #999;
	background:none;
	height:255px;
	overflow:hidden;
}
.inside{
	width:150px;
}
	
#slider .panel {
	margin-bottom:30px;
	width:162px !important;
}

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

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

#carousel .inside p {
	font-size: 10px;
	color: #555555;
}

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

#carousel a:hover {
	border-bottom: 1px solid #999;
}

#carousel .scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

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

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

#carousel .hide {
    display: none;
}