﻿#full-screen-slider { width:100%;  height:100%;float:left; position: absolute; margin-top:0px; }
#slides { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute;background-size: cover;
		background-attachment: fixed;}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination {  position:absolute;top:90%; width:275px;text-align:center;  z-index:1000; }
#pagination li { display:block; list-style:none; width:40px; height:5px; float:left; margin-left:15px; border-radius:5px; background:#FFF; }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#808080;}

.divcenter{ width:660px; margin:0px auto;}