

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

img {
	border: none;
}

#wrapper {
width: 900px;
background: #fff;
height:131px;
}


#slider {
	width: 751px;
	height:131px;
	margin: 0 0px 0 0px;
	position: relative;
	border:1px #CCC solid;
}

.scroll {
overflow: hidden;
width: 751px;
height:131px;
margin-left:auto;
margin-right:auto;
margin-top:5px;
position: absolute;
}

.scrollContainer {
position: relative;
height: 131px;
}

.scrollContainer div.panel {
width: 900px;
height: 131px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: ;
      height:139px;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background:;
      height:139px;
}

.inside {
}

.inside img {
}

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

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


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

.scrollButtons.left {
    left: 0px;
    top:37px;
}

.scrollButtons.right {
    left: 720px;
    top:37px;
}

.hide {
    display: none;
}

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gallery li {
float:left;
height:109px;
margin:0px;
padding:5px;
position:relative;
width:160px;
}

.gallery li:hover img {
border-color:#000000;
}

.gallery img {
background: #fff;
border:1px solid #CCC;
padding:5px;
}

.gallery em {
background:#fff url(images/grey-gradient.gif) repeat-y;
color:#000;
font-style:normal;
padding:2px 10px;
display:block;
position: absolute;
left:9px;
top:89px;
border: 1px solid #999;
border-left-color: #888;
}

.gallery a {
text-decoration:none;
}

.gallery a:hover em {
background:#ffdb01 url(images/orange-gradient.gif) repeat-y;
border-color: #c25b08;
}
