*{  
    margin: 0;  
    padding: 2px;
    border: 0 none;  
    outline: 0;  
}  
  
body{  
    font-family: "Lucida Grande", "Verdana", sans-serif;  
    font-size: 12px;  
}  
  
/*p{
    margin: 20px 0 40px 0;  
}  
  */
h1{  
    font-size: 30px;  
    font-family: "Myriad Pro", "Lucida Grande", "Verdana", sans-serif;  
    padding: 0;  
    margin: 0;  
}  
  
h2{  
    font-size: 20px;  
}  
  
#containerS{  
	float:left;
    width: 100%;
   /* margin-left: auto;  
    margin-right: auto;   */
	/*margin-left:9px;*/
    margin: 1em 0 1em 0;
	height:100%;
/*	border:15px solid #FFF;*//*64003c*/
	background-color:#FFF;
    position: relative;  
	overflow:hidden;
}

#containerS p{
    margin: 20px 0 40px 0;
}
  
#galleryS img{  
    display: block;  
}  
  
#galleryS, #thumbs{  
    float: left;  
}  
  
#galleryS{  
    width: 850px;
	overflow:hidden;
    height: 303px;
    overflow: hidden;  
}  
  
/*#gallery img{  
    position: absolute;  
}  */
  
#thumbsS{  
    width: 295px;
    height: 303px;
	overflow:hidden;
    position: absolute;  
	right:0;
    color:black;
} 
#thumbsS div{
	background-image:url('/img/but-slider.png');
	height:101px;
	position:relative;
    color:black;
	font-size:14px;
	font-weight:bold;
}

.thumbsText{
    color:#4c4c4c;
}

#thumbsS div.active {
	background-image:url('/img/but-slider-active.png');
    color:white;
}

#thumbsS div.active a{
    color:white;
}

#arrowS{
	width: 24px;  
    height: 370px; 
	position:absolute;
	left:851px;
}
#arrowS div{
	width:24px;
	height:100px;
    padding-top:20px;
}
#arrowS div.active{
background:url(/img/arrow-slider.png) no-repeat scroll left center;

}
#nextS{  
    display: block;  
    width: 47px;  
    height: 43px;  
    background: url(img/arrow.png);  
    position: relative;  
    top: 257px;  
    left: 855px;  
}  
  
#nextS:hover{  
    background: url(img/arrowmo.png);  
}  
  
.clear{  
    clear: both;  
} 