#slideroutsidewrapper {
background:url(/img/home-main_bkg.jpg) top left no-repeat;
padding: 4px;
width: 627px;
height: 348px;
}


.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 613px; /*width of featured content slider*/
height: 283px;
}


.contentdiv{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 0;
visibility: hidden;
width: 613px;
height: 283px;
}

.pagination { /*style for DIV used to contain toggler links. */
width: 613px;
position: relative;
}

.pagination .next {
	display: block;
position: absolute;
top: 15px;
right: 12px;
width: 15px;
height: 20px;
}
.pagination .prev {
	display: block;
position: absolute;
top: 15px;
right: 40px;
width: 15px;
height: 20px;
}
