* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
}

h1 {
	font-family: 'Dancing Script', cursive;
	text-align: center;
	color: #666666;
	font-size: 50px;
	margin-bottom: 30px;
}

#container {
	width: 635px;
	margin: 100px auto 0 auto;
	position: relative;
}

.slider{
	height: 332px;
}

.slider img{
	padding: 15px;
	border: 1px solid #ccc;
	background-color: #eee;
}

#nav {
	list-style-type: none;
	z-index: 150;
}

#nav li a {
	display: block;
	width: 58px;
	height: 102;
	text-indent: -9999px;
	outline: none;
}

#prev a {
	background: url(../img/prev.png);
	width: 58px;
	height: 102px;
	position: absolute;
	top: 240px;
	left: -70px;
}

#next a {
	background: url(../img/next.png);
	width: 58px;
	height: 102px;
	position: absolute;
	top: 240px;
	right: -110px;
}

#next a:hover {
	background:url(../img/next_hover.png);
}

#prev a:hover {
	background:url(../img/prev_hover.png);
}

