

#wrapper
{
	width: 750px;
      margin:0 auto;
    	/* Rounded Corners */
cursor:pointer;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	/* Background color and gradients */
/* Background color and gradients */
	
	background: #ffffff;
	background-image: linear-gradient(right , rgb(255,255,255) 84%, rgb(250,211,209) 100%);
background-image: -o-linear-gradient(right , rgb(255,255,255) 84%, rgb(250,211,209) 100%);
background-image: -moz-linear-gradient(right , rgb(255,255,255) 84%, rgb(250,211,209) 100%);
background-image: -webkit-linear-gradient(right , rgb(255,255,255) 84%, rgb(250,211,209) 100%);
background-image: -ms-linear-gradient(right , rgb(255,255,255) 84%, rgb(250,211,209) 100%);

background-image: -webkit-gradient(
	linear,
	right top,
	left top,
	color-stop(0.84, rgb(255,255,255)),
	color-stop(1, rgb(250,211,209))
);
/*background-image: linear-gradient(left , rgb(236,187,175) 0%, rgb(250,211,209) 0%);
background-image: -o-linear-gradient(left , rgb(236,187,175) 0%, rgb(250,211,209) 0%);
background-image: -moz-linear-gradient(left , rgb(236,187,175) 0%, rgb(250,211,209) 0%);
background-image: -webkit-linear-gradient(left , rgb(236,187,175) 0%, rgb(250,211,209) 0%);
background-image: -ms-linear-gradient(left , rgb(236,187,175) 0%, rgb(250,211,209) 0%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	right bottom,
	color-stop(0, rgb(236,187,175)),
	color-stop(0, rgb(250,211,209))
);	*/	
	/* Borders */
	
	border: 1px solid #cacaca;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;

padding-left:5px;
}

#slider {}
 .slider    
{
border-left:solid 4px #ba4f49;
border-right :solid 4px #ba4f49;
	width: 750px;
height:220px;
    	/* Rounded Corners */
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

position: relative;
}
.scroll {
	overflow: hidden;
	width: 750px;
   
    position: relative;	
}

.scrollContainer {
	position: relative;
	
}
.scrollContainer span{
	position: relative;
display:table-cell;

	
}
.scrollContainer div.panel {
    padding: 0px;
    width: 200px;
	height: 200px;
}

#wrapper #left_shadow {
	position: absolute;
	top: 0;
	left:0px;
	width:12px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#wrapper #right_shadow {
	position: absolute;
	top: 0;
	right: 4px;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}

.inside {
	height:210px;
text-align:center;
	 }
.scrollButtons {
    position: absolute;
    top: 77px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -39px;
}

.scrollButtons.right {
    right: -39px;
}

.hide {
    display: none;
}