
#holder{
    width: inherit;
    overflow:hidden;
    position:relative;
    padding-bottom:10px;
    margin: auto;
}

.swControls{
    position:absolute;
}

a.swShowPage{
	background-color:#444444;
	float:left;
	height:7px;
	margin:4px 3px;
	text-indent:-9999px;
	width:7px;
	/*border:1px solid #ccc;*/

	/* CSS3 rounded corners */

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

a.swShowPage:hover,
a.swShowPage.active{
	background-color:#2993dd;

	/*	CSS3 inner shadow */

	-moz-box-shadow:0 0 7px #1e435d inset;
	/*-webkit-box-shadow:0 0 7px #1e435d inset;*/
	box-shadow:0 0 7px #1e435d inset;
}

#holder li{
    width: inherit;
    height: inherit;
    list-style:none outside none;
    float:left;

}

#holder,
#holder li{

}

.clear{
    /* This class clears the floated elements */
    clear:both;
}

