/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#fff;
	font:80% Arial, Helvetica, sans-serif;
	color:#555;
	line-height:180%;
}

a:link {color: #999; text-decoration:none;}
a:visited {color: #999; text-decoration:none;}
a:hover {color: #999; text-decoration:underline;}
a:active {color: #999;}


h1 {
	font-size:180%;
	font-weight:normal;
}
h2 {
	font-size:160%;
	font-weight:normal;
}
h3 {
	font-size:140%;
	font-weight:normal;
}
img {
	border:none;
}
/* Easy Slider */
#solider{
}

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{
}
#slider, #slider li {
	width:500px;
	height:685px;
	overflow:hidden;
	margin:0 auto;
	display:inline-block;
	
	-webkit-border-radius:.5em;
	-moz-border-radius:.5em;
	box-shadow:0px 0px 10px rgba(0, 0, 0, .4);
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, .4);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, .4);

}
span#prevBtn {
}
span#nextBtn {
}					

/* // Easy Slider */

.content {
	width:500px;
	margin:0 auto;
}

#copyright{
	width:100%;
	margin:20px 0;
	clear:both;
}

#copyright a{
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	text-decoration:none;
	letter-spacing:1px;
}
