

* {margin:0; padding:0; outline:0}
/* -------------------------  MENU BAR STLYLES ----------------------------*/

/* ----------------- FOR SLIDER STYLE -----------------------------*/
#wrapper {top:200px; width:1024px; margin:0px auto }

#container { position:relative; background:#fff; padding:0px; height:270px; border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc}
.sliderbutton {	float:left; width:0px; height:270px; cursor:pointer}



#slider {float:left; position:relative; overflow:auto; width:1022px; height:270px}
#slider ul {position:absolute; list-style:none; top:0; left:0}
#slider li {float:left; width:1022px; height:270px}

.pagination {position:absolute; top:20px; right:20px; list-style:none; height:25px}
.pagination li {float:left; cursor:pointer; height:10px; width:10px; background:#9E0B0E; margin:0 4px 0 0; border:1px solid #fff}
.pagination li:hover, li.current {background:#F9D2D3}
