.slideshow_menu {
text-align:right;
}

.slideshow{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.slideshow ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
background: #E8E8E8;

}

.slideshow ul li{
display: inline;
}

.slideshow ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;

}

.slideshow ul li a:visited{
color: white;
}

.slideshow ul li a.selected{
color: #DA42A6 !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: #D5D7D9;
}


.slideholder{ /*style of tab content oontainer*/


margin-bottom: 1em;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}