.toppush-home{
background-image:url(images/frontpage/showcase-bg-lite.jpg);
background-repeat:no-repeat;
/*background-position:center;*/
margin: 0 20px;
/*height: 142px; works */
height: 150px;
}
.contentslide{
/*border: 1px solid navy;*/
/*border-bottom-width: 6px;*/
/*padding: 8px;*/
width: 600px;




}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;

text-align:left;
}

.contentdiv, .contentbackup {
padding: 10px 15px 10px 10px;
height: 112px;
overflow: hidden;
}
.pagination{

/*width: 416px; Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
margin-left: 20px;

/*background-color: navy;
border: 10px solid navy;*/
/*border-width: 0 10px; Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

/* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
/*width: 400px; /*IE5 width*/
/*w\idth: 416px; }/*IE6 width*/


.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
border: 1px solid #ccc;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #ccc;
}

/* set millions of background images #003366 - dark blue  */
.b-rbroundbox { background-color: #003366; color:#FFFFFF; margin-top: 10px;}
.b-rbroundbox .rbtop div { background: url(images/frontpage/b-tl.gif) no-repeat top left; }
.b-rbroundbox .rbtop { background: url(images/frontpage/b-tr.gif) no-repeat top right; }
.b-rbroundbox .rbbot div { background: url(images/frontpage/b-bl.gif) no-repeat bottom left; }
.b-rbroundbox .rbbot { background: url(images/frontpage/b-br.gif) no-repeat bottom right; }

.b-rbroundbox .rbcontent a {color: #FFFFFF}

/* set millions of background images -grey  */
.rbroundbox { background-color: #8ba1b6; color:#FFFFFF;}
.rbtop div { background: url(images/frontpage/g-tl.gif) no-repeat top left; }
.rbtop { background: url(images/frontpage/g-tr.gif) no-repeat top right; }
.rbbot div { background: url(images/frontpage/g-bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/frontpage/g-br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 5px;
font-size: 1px;
}
.rbcontent {/* margin: 10 5px;*/ text-align:center;}
.rbroundbox { width: 100%; margin: 1em auto; }
.rbroundbox .rbcontent a {color: #FFFFFF}
.rbcontent .hx {color: #FFFFFF; font-size:18px; font-family: 'Myriad Pro'; } 
