#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
	/*border: 10px solid #ccc;*/
	left:-10px;
	top:-30px;
}

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

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 0 10px;
    width: 185px;
}

#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: 0 10px;
	/*border: 1px solid #999;*/
	position:relative;
	left:0;
}


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

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

.prod1, .prod2{ float:left;}

.inside img {
	display: block;
	padding: 20px 0 15px 28px;
}


.inside a {
	font-weight: normal;
	color: #222;
	font-size: 16px;
	margin: 0 0 8px 20px;
	text-decoration:none;
}

.prod2{
	background:transparent url('images/temp2.png') 0 0 no-repeat;
	width:185px;
	height:222px;
}


.prod2 img {
	display: block;
	padding: 20px 0 15px 28px;
	width: 130px;
	height:150px;
}


.prod2 a {
	font-weight: normal;
	color: #222;
	font-size: 16px;
	margin: 0 0 8px 20px;
	text-decoration:none;
}

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

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

.hide {
    display: none;
}

#mygallery .panel a img {
	width: 190px;
	height: 227px;
}



