* { margin:0; padding:0;}

body { margin:0; padding:0;}


a:link, a:visited, a:hover, a:active {
	color: #fff;
}


#content a:link, #content a:visited, #content a:active {
	color: #ff5c43;
}

#content a:focus {
	color: #e25741;
	outline:1px solid #e25741;
}

#container {
	width: 600px;
	position: relative;
	margin: 0;
}



            /* jssor slider arrow navigator skin 05 css */
            /*
            .jssora05l              (normal)
            .jssora05r              (normal)
            .jssora05l:hover        (normal mouseover)
            .jssora05r:hover        (normal mouseover)
            .jssora05ldn            (mousedown)
            .jssora05rdn            (mousedown)
           
            .jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn
            {
            	position: absolute;
            	cursor: pointer;
            	display: block;
                background: url(slider/a02.png) no-repeat;
                overflow:hidden;
            }
            .jssora05l { background-position: -10px -40px; }
            .jssora05r { background-position: -70px -40px; }
            .jssora05l:hover { background-position: -130px -40px; }
            .jssora05r:hover { background-position: -190px -40px; }
            .jssora05ldn { background-position: -250px -40px; }
            .jssora05rdn { background-position: -310px -40px; }

 */










#carousel {
	width: 980px;
	margin: 0 auto;
}

#ui-carousel-next, #ui-carousel-prev {
	width: 55px;
	height: 85px;
    background: url(../assets/a02.png) no-repeat;
	display: block;
	position: absolute;
	z-index: 100;
	top:-25px;
}

#ui-carousel-next {
	right: 6px;
	background: url(../assets/a02.png) no-repeat;
	background-position: -60px 0px;
}

#ui-carousel-prev {
	left: 0;
}

#ui-carousel-next > span, #ui-carousel-prev > span {
	display: none;
}

.slide {
	margin: 0;
	position: relative;
	text-align: center;
}

.slide  h1 {
	font: 72px/1 Anton, sans-serif;
	color: #ff5c43;
	margin: 0;
	padding: 0;
}

.slide p {
	font: 26px/1 Ubuntu, sans-serif;	
	color: #4d4d4d;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

.slide p.cite {
	font: 32px/1 Anton, sans-serif;	
	color: #ff5c43;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: right;
}

#pages {
	width: 900px;
	margin: 10px auto;
	text-align: center;
}

.bullet {
	background: url(assets/page-off.png) center center no-repeat;
	display: block;
	width: 18px;
	height: 18px;
	margin: 0;
	margin-right: 5px;
	float: left;	
}






.ui-carousel {
	height: 60px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 300px
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 60px;
	overflow: hidden;
	width: 100px;	
}
