﻿#slider{
	clear: both;
	height: 750px;
	width:600px;
	padding:0;
	margin: 0 auto;
	z-index: 0;
	clear:both;
	display:block;
	
}

.show1{
	background:url("images/i_1.jpg") no-repeat scroll 0 0 transparent;
	padding: 0;
	height: 750px;
	width:600px;
	
	position:absolute;
	top: 50%;
	left:50%;
}

.show2{
	background:url("images/i_2.jpg") no-repeat scroll 0 0 transparent;
	padding: 0;
	height: 750px;
	width:600px;
	
	position:absolute;
	top: 50%;
	left:50%;


}

.show3{
	background:url("images/i_3.jpg") no-repeat scroll 0 0 transparent;
	padding: 0;
	height: 750px;
	width:600px;
	
	position:absolute;
	top: 50%;
	left:50%;

}