ul.ppt {
	position: relative;
        margin: 0px;
}

.ppt li {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
        margin: 0px;
        padding: 0px;
}






.sliderwrapper{
    position: relative;
    overflow: hidden;
    border: 0px;
    width: 320px;
    height: 220px;
    line-height: 220px;
}

.sliderwrapper .contentdiv{
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0px;
    background: white;
    width: 320px;
    height: 100%;
    filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.pagination{
    margin-top: -30px;
    width: 300px;
    text-align: right;
    position: relative;
    z-index: 998;
    height: 16px;
    line-height: 16px;
}

#paginate-slider button {
    background: #ffffff;
    border: 0px;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    padding: 0px;
}
