#carousel-wrapper {
float: left;
width: 670px;
height: 355px;
overflow: hidden;
}
#carousel-content {
width: 10000px;
}
#carousel-content .slide {
float: left;
width: 670px;
height: 355px;   
overflow: hidden;
}
.pageBlock {
float: left;
width: 835px;
height: 508px;
margin: 0;
background: url(../images/pageBgLogo.jpg) no-repeat;
padding: 45px 0 0 0;
}
.pageBlockSpecialty {
float: left;
width: 835px;
height: 550px;
margin: 0;
background: url(../images/pageBgLogoSpecialty.jpg) no-repeat;
padding: 45px 0 0 40px;
}
.slideL {
float: left;
}
.slideL h1 {
color: #753c19;
font-size: 15px;
font-weight: 400;
margin: 0 0 0 20px;
}
.slideL h2 {
color: #000;
font-size: 12px;
font-weight: 400;
margin: 0 0 0 20px;
}
.previous_button {
float:left;
width: 26px;
height: 41px;
margin: 130px 0 0 55px;
}
.previous_button a:link, .previous_button a:active, .previous_button a:visited  {
display: block;
background: url(../images/b-left.png) no-repeat;
width: 26px;
height: 41px;
}
.previous_button a:hover  {
background: url(../images/b-leftRoll.png) no-repeat;
text-decoration: none;
}
.next_button {
float:left;
width: 26px;
height: 41px;
margin: 130px 0 0 15px;
}
.next_button a:link, .next_button a:active, .next_button a:visited  {
display: block;
background: url(../images/b-right.png) no-repeat;
width: 26px;
height: 41px;
}
.next_button a:hover  {
background: url(../images/b-rightRoll.png) no-repeat;
text-decoration: none;
}
