#wrapper {
    width: 786px;
    margin: 0px auto;
}

#slider {
   width: 786px;
   position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px solid #ccc;
}

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

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
   width: 189px;
	padding-right:11px;
	margin:0;
	height:auto;
}

.inside {
	padding: 20px;
	background-color: #1d1d1d;
	min-height: 299px;
	background-image: url(../img/box-back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #BFBFBF;
	line-height: 22px;
}
.inside_beauty {
	padding: 20px;
	background-color: #1d1d1d;
	min-height: 299px;
	background-image: url(../img/box-back-beauty.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #BFBFBF;
	line-height: 22px;
}
.inside_beauty_men {
	padding: 20px;
	background-color: #1d1d1d;
	min-height: 299px;
	background-image: url(../img/box-back-beauty-men.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #BFBFBF;
	line-height: 22px;
}
.inside h3,
.inside_beauty h3,
.inside_beauty_men h3 {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 18px;
   word-spacing: 2.8pt;
	padding:0px;
	margin:0px;
	color: #E69731;
	font-weight:normal;
}
.inside img,
.inside_beauty img,
.inside_beauty_men img  {
	border:0px;
}
.inside img a,
.inside_beauty img a,
.inside_beauty_men img a {
	border:0px;
}

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

a {
	color: #BFBFBF;
	text-decoration: none;
}

a:hover {
	color: #cdab6e;
	text-decoration: none;
}

.scrollButtons {
    position: absolute;
    top: 85px;
    cursor: pointer;
 	 z-index: 20;
}

.scrollButtons.left {
    left: -20px;
  	 z-index: 20;
}

.scrollButtons.right {
    right: -20px;
  	 z-index: 20;
}

.hide {
    display: none;
}