/* http://www.menucool.com */

#sliderFrame {
	position:absolute;
	width:760px;
	margin-left:250px;
	margin-right:auto;
	margin-top:0px;
	border:#FFF 10px solid;
	} /*remove the "margin:0 auto;" if you want to align the whole slider to the left side*/

        
#slider {
    width:760px;height:400px;/* Make it the same size as your images */
	position:relative;
	margin-left: auto;/*make the image slider center-aligned */
	margin-right:auto;

}
#slider img {
	position:absolute;
	display:none;
}

/* --------- Others ------- */
#slider 
{
	transform: translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
}
