.cs-buttons {
	position: absolute !important;
	top: 0 !important;
	left: auto !important;
	right: 0 !important;
	margin: 0 !important;
}

.cs-buttons a {
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #c4c4bf;
    margin: 2px;
    background-color: #f5f3d2;
}

.cs-buttons a.cs-active {
    background-color: #ff9711;
    border: 1px solid #f5f3d2;
}

.cs-title { 
	display: none !important;
}

.cs-prev, 
.cs-next { 
	display: none !important;	
}

