
.ipPluginSimpleSlideshowImages {
    display: none;
}

.ipPluginSimpleSlideshowTabs {
    display: none;
}

.ipPluginSimpleSlideshowTabs a{
    -webkit-border-radius: 99%; 
	-moz-border-radius: 99%;
	-o-border-radius: 99%;
	border-radius: 99%;
	display: block;
	width: 6px;
	height: 0;
	padding-top: 6px;
	background: #fff;
	background-position: 0 0;
	float: left;
	overflow: hidden;
	border: #fff 4px solid;
}


.ipPluginSimpleSlideshowImages > div {
    position: absolute;
}


