#holder
{
    width: 700px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #A6A5C2;
    margin-left: auto; margin-right: auto;
    padding: 0px;
}

/* SET TO THE TOTAL WIDTH OF ALL DIVS */
#bkslider-wrapper
{
    width: 1225px;	// UPDATE ME: 175 * NUMBER OF DIVS
    padding: 0px;
    margin: 0px;
}

/* THESE ARE THE INDIVIDUAL SLIDE PROPERTIES */
.bkslide
{
    padding: 0px 0px 0px 10px;
    width: 175px;
    text-align: left;
    font-size: 9pt;
//    height: 150px;
    overflow: hidden;
    float: left;
    margin: 0px;
//    border: solid 1px #afafaf;
}

.titlebox {
  width: 125px;
}

.featuredTitle {
  height: 145px; 
  padding: 3px; 
  border: solid 1px #efefef;
}

/* THESE ARE THE BUTTON PROPERTIES */
#NextButton {
	display: block;
	width: 27px;
	height: 50px;
	background: url('https://www.stata.com/bookstore/i/bkarrow-right.png') bottom;
	background-repeat: no-repeat;
	text-indent: -99999px;
}

#NextButton:hover {
	background: url('https://www.stata.com/bookstore/i/bkarrow-right-hov.png') bottom;
	background-repeat: no-repeat;
}

#PreviousButton {
	display: block;
	width: 27px;
	height: 50px;
	background: url('https://www.stata.com/bookstore/i/bkarrow-left.png') bottom;
	background-repeat: no-repeat;
	text-indent: -99999px;
}

#PreviousButton:hover {
	background: url('https://www.stata.com/bookstore/i/bkarrow-left-hov.png') bottom;
	background-repeat: no-repeat;
}


