body {
	background-color: #445563;
	overflow: visible;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	overflow-x:hidden;
}


a {
   outline: none;
   color: #fac767;
   text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* header style*/

#header {
	background: url('./images/header.png') no-repeat top center;
	position: absolute;
	width: 930px;
	height: 250px;
	margin-left: -465px;
	left: 50%;
	z-index: 5;
	
}

#rudekid {
	background: url('./images/rudekid2.png') no-repeat top right;
	position: absolute;
	width: 930px;
	height: 330px;
	margin-left: -365px;
	left: 50%;
	z-index: 6;
	margin-top: 100px;
	
}

#linetop {
	background: url('./images/line.png') repeat-x top left;
	position: absolute;
	height: 120px;
	width: 100%;
	overflow: hidden;
	z-index: 3;
	margin-top: 99px;
	padding: 0;
	margin-left: 0;
}

#linebottom {
	background: url('./images/line.png') repeat-x top left;
	position: absolute;
	height: 120px;
	width: 100%;
	overflow: hidden;
	z-index: 2;
	margin-top: 140px;
}

/* navigation links style*/

#nav {
	position: absolute;
	width: 950px;
	height: 40px;
	margin-left: -475px;
	left: 50%;
	z-index: 7;
	margin-top: 165px;
}

#home {
	display: block;
	float:left;
	background: url('./images/home_roll.png') no-repeat 0 0;
	height: 25px;
	width: 80px;
}

#home:hover {
	background-position: 0 -28px;
}

#home span {
	display: none;
}

#homecurrent {
	display: block;
	float:left;
	background: url('./images/home_roll.png') no-repeat 0 0;
	height: 25px;
	width: 80px;
	background-position: 0 -28px;
}

#homecurrent span {
	display: none;
}

#story {
	display: block;
	float:left;
	background: url('./images/story_roll.png') no-repeat 0 0;
	height: 25px;
	width: 80px;
	margin-left: 5px;
}

#story:hover {
	background-position: 0 -28px;
}

#story span {
	display: none;
}

#storycurrent {
	display: block;
	float:left;
	background: url('./images/story_roll.png') no-repeat 0 0;
	height: 25px;
	width: 80px;
	margin-left: 5px;
	background-position: 0 -28px;
}

#storycurrent span {
	display: none;
}

#cast {
	display: block;
	float:left;
	background: url('./images/cast_roll.png') no-repeat 0 0;
	height: 25px;
	width: 65px;
	margin-left: 2px;
}

#cast:hover {
	background-position: 0 -28px;
}

#cast span {
	display: none;
}

#castcurrent {
	display: block;
	float:left;
	background: url('./images/cast_roll.png') no-repeat 0 0;
	height: 25px;
	width: 65px;
	background-position: 0 -28px;
	margin-left: 2px;
}

#castcurrent span {
	display: none;
}

#store {
	display: block;
	float:left;
	background: url('./images/store_roll.png') no-repeat 0 0;
	height: 25px;
	width: 80px;
	margin-left: 4px;
}

#store:hover {
	background-position: 0 -28px;
}

#store span {
	display: none;
}

#media {
	display: block;
	float:left;
	background: url('./images/media_roll.png') no-repeat 0 0;
	height: 25px;
	width: 100px;
	margin-left: 65px;
}

#media:hover {
	background-position: 0 -28px;
}

#media span {
	display: none;
}

#mediacurrent {
	display: block;
	float:left;
	background: url('./images/media_roll.png') no-repeat 0 0;
	height: 25px;
	width: 100px;
	margin-left: 65px;
	background-position: 0 -28px;
}

#mediacurrent span {
	display: none;
}

#about {
	display: block;
	float:left;
	background: url('./images/filmmaker_roll.png') no-repeat 0 0;
	height: 25px;
	width: 155px;
}

#about:hover {
	background-position: 0 -28px;
}

#about span {
	display: none;
}

#aboutcurrent {
	display: block;
	float:left;
	background: url('./images/filmmaker_roll.png') no-repeat 0 0;
	height: 25px;
	width: 155px;
	background-position: 0 -28px;
}

#aboutcurrent span {
	display: none;
}

#contact {
	display: block;
	float:left;
	background: url('./images/contact_roll.png') no-repeat 0 0;
	height: 25px;
	width: 105px;
}

#contact:hover {
	background-position: 0 -28px;
}

#contact span {
	display: none;
}

#contactcurrent {
	display: block;
	float:left;
	background: url('./images/contact_roll.png') no-repeat 0 0;
	height: 25px;
	width: 105px;
	background-position: 0 -28px;
}

#contactcurrent span {
	display: none;
}

#order {
	display: block;
	float:left;
	background: url('./images/order_roll.png') no-repeat 0 0;
	height: 25px;
	width: 90px;
}

#order:hover {
	background-position: 0 -28px;
}

#order span {
	display: none;
}

/*content styling*/

#content {
	position: absolute;
	margin-top: 230px;
	margin-left: -665px;
	left: 50%;
	background: url('./images/index_content.png') no-repeat top center;
	width: 1330px;
	height: 750px;
	z-index: 1;
	
}

#storycontent{
	position: absolute;
	margin-top: 210px;
	margin-left: -665px;
	left: 50%;
	background: url('./images/story_content.png') no-repeat top center;
	width: 1330px;
	height: 750px;
	z-index: 1;
	
}

/*gallery content*/

#gallerycontent1 {
	position: absolute;
	margin-top: 200px;
	width: 990px;
	height: 750px;
	z-index: 8;
	margin-left: -485px;
	left: 50%;
}

#gallery_row1 {
	display:block;
	margin: 0 auto;
	width: 990px;
	height: 110px;
	z-index: 1;
	margin-top: 20px;
	margin-left: 10px;
}

#gallery_row2 {
	display:block;
	margin: 0 auto;
	width: 990px;
	height: 110px;
	z-index: 1;
	margin-top: 20px;
	margin-left: 5px;
}

#gallery_row3 {
	display:block;
	margin: 0 auto;
	width: 990px;
	height: 110px;
	z-index: 1;
	margin-top: 20px;
}

#gallery_row4 {
	display:block;
	margin: 0 auto;
	width: 990px;
	height: 110px;
	z-index: 1;
	margin-top: 20px;
	margin-left: 3px;
}

#cheer{
	display: block;
	float:left;
	background: url('./images/gallery/thumbnails/cheerleaders.png') no-repeat 0 0;
	height: 130px;
	width: 178px;
}
	
#cherri_wipes{
	display: block;
	float:left;
	background: url('./images/gallery/thumbnails/cherri_wipes.png') no-repeat 0 0;
	height: 130px;
	width: 178px;
}	

#chicken_ref{
	display: block;
	float:left;
	background: url('./images/gallery/thumbnails/chicken_ref.png') no-repeat 0 0;
	height: 130px;
	width: 167px;

}

#darlene_screams{
	display: block;
	float:left;
	background: url('./images/gallery/thumbnails/darlene_screams.png') no-repeat 0 0;
	height: 130px;
	width: 178px;

}

#Hair_High01{
	display: block;
	float:left;
	background: url('./images/gallery/thumbnails/Hair_High01.png') no-repeat 0 0;
	height: 130px;
	width: 178px;
}


#Hair_High02{
	display: block;
	float:left;
	background: url('./images/gallery/thumbnails/Hair_High02.png') no-repeat 0 0;
	height: 130px;
	width: 178px;
}

#Hair_High03{
	display: block;
	float:left;
	background: url('./images/gallery/thumbnails/Hair_High03.png') no-repeat 0 0;
	height: 128px;
	width: 178px;
}

#Hair_High04{
	display: block;
	float:left;
	background: url('./images/gallery/thumbnails/Hair_High04.png') no-repeat 0 0;
	height: 128px;
	width: 178px;
}

#HH_Cheri{
	display: block;
	float:left;
	background: url('./images/gallery/thumbnails/HH_Cheri.png') no-repeat 0 0;
	height: 128px;
	width: 178px;
}

#HH_Sarge{
	display: block;
	float:left;
	background: url('./images/gallery/thumbnails/HH_Sarge.png') no-repeat 0 0;
	height: 128px;
	width: 178px;

}

#kiss{
	display: block;
	float:left;
	background: url('./images/gallery/thumbnails/kiss.png') no-repeat 0 0;
	height: 128px;
	width: 160px;

}

#krazy_kock_still{
	display: block;
	float:left;
	background: url('./images/gallery/thumbnails/krazy_kock_still.png') no-repeat 0 0;
	height: 128px;
	width: 178px;

}

#motorcycles{
	display: block;
	float:left;
	background: url('./images/gallery/thumbnails/motorcycles.png') no-repeat 0 0;
	height: 128px;
	width: 178px;
}

#Rude_kid_dies{
	display: block;
	float:left;
	background: url('./images/gallery/thumbnails/Rude_kid_dies.png') no-repeat 0 0;
	height: 120px;
	width: 178px;
}

#spud_scooter{
	display: block;
	float:left;
	background: url('./images/gallery/thumbnails/spud_scooter.png') no-repeat 0 0;
	height: 120px;
	width: 178px;
}

#tall_hair{
	display: block;
	float:left;
	background: url('./images/gallery/thumbnails/tall_hair.png') no-repeat 0 0;
	height: 120px;
	width: 178px;
}

#Wally_taps_fingers{
	display: block;
	float:left;
	background: url('./images/gallery/thumbnails/Wally_taps_fingers.png') no-repeat 0 0;
	height: 120px;
	width: 178px;
}

#wally-buttercup-jojo{
	display: block;
	float:left;
	background: url('./images/gallery/thumbnails/wally-buttercup-jojo.png') no-repeat 0 0;
	height: 120px;
	width: 178px;
}

/*media content*/

#mediacontent {
	position: absolute;
	margin-top: 200px;
	width: 990px;
	height: 750px;
	z-index: 8;
	margin-left: -485px;
	left: 50%;
}

#media_row1 {
	display:block;
	margin: 0 auto;
	width: 990px;
	height: 245px;
	z-index: 1;
	margin-top: 20px;
}

#media_row2 {
	display:block;
	margin: 0 auto;
	width: 990px;
	height: 300px;
	z-index: 1;
	margin-top: 0px;
}

#trailer {
	display:block;
	float:left;
	width: 300px;
	height: 225px;
	background: url('./images/trailer_roll.png') no-repeat 0 0;
	margin-left: 150px;
}

#trailer:hover {
	background-position: 0 -230px;
}

#scene {
	display:block;
	float:left;
	width: 500px;
	height: 225px;
	background: url('./images/scene_roll.png') no-repeat 0 0;
}

#scene:hover {
	background-position: 0 -230px;
}

#anicam {
	display:block;
	float:left;
	width: 285px;
	height: 225px;
	background: url('./images/anicam_roll.png') no-repeat 0 0;
}

#anicam:hover {
	background-position: 0 -230px;
}

#cockstume {
	display:block;
	float:left;
	width: 300px;
	height: 225px;
	background: url('./images/cockstume_roll.png') no-repeat 0 0;
}

#cockstume:hover {
	background-position: 0 -231px;
}

#gallery {
	display:block;
	float:left;
	width: 300px;
	height: 225px;
	background: url('./images/gallery_roll.png') no-repeat 0 0;
}

#gallery:hover {
	background-position: 0 -232px;
}

/*about content*/

#aboutcontent {
	position: absolute;
	margin-top: 210px;
	width: 1000px;
	height: 750px;
	z-index: 8;
	margin-left: -475px;
	left: 50%;
}

#aboutrow1 {
	background: url('./images/portrait.png') no-repeat top center;
	display:block;
	float:left;
	margin: 0 auto;
	width: 300px;
	height: 600px;
	z-index: 1;
	margin-top: 0px;
	
}

#aboutrow2 {
	background: url('./images/bio_content.png') no-repeat top center;
	display:block;
	float: left;
	margin: 0 auto;
	width: 639px;
	height: 467px;
	z-index: 1;
}

#aboutrow3 {
	position: absolute;
	margin-top: 700px;
	width: 1000px;
	/*display:block;
	float: left;*/
	height: 300px;
	z-index: 8;
	margin-left: -165px;
	left: 50%;
}

/*contact content */

#contactcontent {
	background: url('./images/contact_content.png') no-repeat top center;
	position: absolute;
	margin-top: 220px;
	width: 1000px;
	height: 750px;
	z-index: 8;
	margin-left: -475px;
	left: 50%;
}

#contactrow1 {
	display:block;
	margin: 0 auto;
	width: 990px;
	height: 260px;
	z-index: 1;
	margin-top: 20px;
}

#contactrow2 {
	display:block;
	float: left;
	margin: 0 auto;
	width: 350px;
	height: 320px;
	z-index: 1;
}

#contactrow3 {
	display:block;
	float: right;
	margin: 0 auto;
	width: 230px;
	height: 300px;
	z-index: 1;
	margin-left: 70px;
	margin-top: 190px;
}

#studio {
	display:block;
	width: 300px;
	height: 225px;
	float: left;
}

#studioadd {
	display:block;
	width: 300px;
	height: 172px;
	background: url('./images/studio.png') no-repeat 0 0;
	
}

#studio_email {
	display:block;
	width: 160px;
	height: 22px;
	background: url('./images/studio_email_roll.png') no-repeat 0 0;
}

#studio_email:hover {
	background-position: 0 -24px;
}

#studio_web {
	display:block;
	width: 160px;
	height: 22px;
	background: url('./images/studio_web_roll.png') no-repeat 0 0;
}

#studio_web:hover {
	background-position: 0 -21px;
}

#sales {
	display:block;
	width: 300px;
	height: 225px;
	float:left;
}

#salesadd {
	display:block;
	width: 300px;
	height: 172px;
	background: url('./images/sales.png') no-repeat 0 0;
}

#sales_email {
	display:block;
	width: 250px;
	height: 22px;
	background: url('./images/sales_email_roll.png') no-repeat 0 0;
}

#sales_email:hover {
	background-position: 0 -22px;
}

#sales_web {
	display:block;
	width: 240px;
	height: 22px;
	background: url('./images/sales_web_roll.png') no-repeat 0 0;
}

#sales_web:hover {
	background-position: 0 -22px;
}

#distro {
	display:block;
	width: 330px;
	height: 225px;
	float:left;
}

#distroadd {
	display:block;
	width: 330px;
	height: 172px;
	background: url('./images/distro.png') no-repeat 0 0;
}

#distro_email {
	display:block;
	width: 250px;
	height: 23px;
	background: url('./images/distro_email_roll.png') no-repeat 0 0;
	margin-top:5px;
}

#distro_email:hover {
	background-position: 0 -22px;
}

#distro_web {
	display:block;
	width: 240px;
	height: 23px;
	background: url('./images/distro_web_roll.png') no-repeat 0 0;
}

#distro_web:hover {
	background-position: 0 -22px;
}


#fb_button {
	display: block;
	background: url('./images/facebook_roll.png') no-repeat 0 0;
	width: 200px;
	height: 70px;
}

#fb_button:hover {
	background-position: 0 -75px;
}


#fb_button span {
	display: none;
}

/* cast content */

#castcontent1 {
	position: absolute;
	margin-top: 200px;
	width: 990px;
	height: 750px;
	z-index: 8;
	margin-left: -485px;
	left: 50%;
}

#castrow1 {
	display:block;
	margin: 0 auto;
	width: 990px;
	height: 300px;
	z-index: 1;
	margin-top: 20px;
}

#castrow2 {
	display:block;
	margin: 0 auto;
	width: 990px;
	height: 300px;
	z-index: 1;
	margin-top: 20px;
}

#castrow3 {
	display:block;
	margin: 0 auto;
	width: 990px;
	height: 300px;
	z-index: 1;
	margin-top: 20px;
}


#spudbio {
	position: absolute;
	margin-top: 200px;
	margin-left: -665px;
	left: 50%;
	background: url('./images/spud_bio.png') no-repeat top center;
	width: 1330px;
	height: 750px;
	z-index: 1;
	
}

#cherribio {
	position: absolute;
	margin-top: 200px;
	margin-left: -665px;
	left: 50%;
	background: url('./images/cherri_bio.png') no-repeat top center;
	width: 1330px;
	height: 750px;
	z-index: 1;
	
}

#rodbio {
	position: absolute;
	margin-top: 200px;
	margin-left: -665px;
	left: 50%;
	background: url('./images/rod_bio.png') no-repeat top center;
	width: 1330px;
	height: 750px;
	z-index: 1;
	
}

#darlenebio {
	position: absolute;
	margin-top: 200px;
	margin-left: -665px;
	left: 50%;
	background: url('./images/darlene_bio.png') no-repeat top center;
	width: 1330px;
	height: 750px;
	z-index: 1;
	
}

#wallybio {
	position: absolute;
	margin-top: 200px;
	margin-left: -665px;
	left: 50%;
	background: url('./images/wally_bio.png') no-repeat top center;
	width: 1330px;
	height: 750px;
	z-index: 1;
	
}


#buttercupbio {
	position: absolute;
	margin-top: 200px;
	margin-left: -665px;
	left: 50%;
	background: url('./images/buttercup_bio.png') no-repeat top center;
	width: 1330px;
	height: 750px;
	z-index: 1;
	
}

#crumblesbio {
	position: absolute;
	margin-top: 200px;
	margin-left: -665px;
	left: 50%;
	background: url('./images/crumbles_bio.png') no-repeat top center;
	width: 1330px;
	height: 750px;
	z-index: 1;
	
}

#snerzbio {
	position: absolute;
	margin-top: 200px;
	margin-left: -665px;
	left: 50%;
	background: url('./images/snerz_bio.png') no-repeat top center;
	width: 1330px;
	height: 750px;
	z-index: 1;
	
}

#sargebio {
	position: absolute;
	margin-top: 200px;
	margin-left: -665px;
	left: 50%;
	background: url('./images/sarge_bio.png') no-repeat top center;
	width: 1330px;
	height: 750px;
	z-index: 1;
	
}

#jojobio {
	position: absolute;
	margin-top: 200px;
	margin-left: -665px;
	left: 50%;
	background: url('./images/jojo_bio.png') no-repeat top center;
	width: 1330px;
	height: 750px;
	z-index: 1;
	
}

#zipbio {
	position: absolute;
	margin-top: 200px;
	margin-left: -665px;
	left: 50%;
	background: url('./images/zip_bio.png') no-repeat top center;
	width: 1330px;
	height: 750px;
	z-index: 1;
	
}

#dwaynebio {
	position: absolute;
	margin-top: 200px;
	margin-left: -665px;
	left: 50%;
	background: url('./images/dwayne_bio.png') no-repeat top center;
	width: 1330px;
	height: 750px;
	z-index: 1;
	
}

#cheddarbio {
	position: absolute;
	margin-top: 200px;
	margin-left: -665px;
	left: 50%;
	background: url('./images/cheddar_bio.png') no-repeat top center;
	width: 1330px;
	height: 750px;
	z-index: 1;
	
}

#willbio {
	position: absolute;
	margin-top: 200px;
	margin-left: -665px;
	left: 50%;
	background: url('./images/will_bio.png') no-repeat top center;
	width: 1330px;
	height: 750px;
	z-index: 1;
	
}

#dillbio {
	position: absolute;
	margin-top: 200px;
	margin-left: -750px;
	left: 50%;
	background: url('./images/dill_bio.png') no-repeat top center;
	width: 1330px;
	height: 750px;
	z-index: 1;
	
}

#coachbio {
	position: absolute;
	margin-top: 200px;
	margin-left: -665px;
	left: 50%;
	background: url('./images/coach_bio.png') no-repeat top center;
	width: 1330px;
	height: 750px;
	z-index: 1;
	
}

#announcerbio {
	position: absolute;
	margin-top: 200px;
	margin-left: -665px;
	left: 50%;
	background: url('./images/announcer_bio.png') no-repeat top center;
	width: 1330px;
	height: 750px;
	z-index: 1;
	
}

#principalbio {
	position: absolute;
	margin-top: 200px;
	margin-left: -665px;
	left: 50%;
	background: url('./images/principal_bio.png') no-repeat top center;
	width: 1330px;
	height: 750px;
	z-index: 1;
	
}

#spud {
	display: block;
	float:left;
	background: url('./images/spud.png') no-repeat 0 0;
	height: 274px;
	width: 178px;
}

#spud span {
	display: none;
}


#cherri {
	display: block;
	float:left;
	background: url('./images/cherri.png') no-repeat 0 0;
	height: 274px;
	width: 202px;
}

#cherri span {
	display: none;
}


#rod {
	display: block;
	float:left;
	background: url('./images/rod.png') no-repeat 0 0;
	height: 274px;
	width: 216px;
}

#rod span {
	display: none;
}


#darlene {
	display: block;
	float:left;
	background: url('./images/darlene.png') no-repeat 0 0;
	height: 274px;
	width: 215px;
}

#darlene span {
	display: none;
}

#wally {
	display: block;
	float:left;
	background: url('./images/wally.png') no-repeat 0 0;
	height: 274px;
	width: 216px;
}

#wally span {
	display: none;
}

#buttercup {
	display: block;
	float:left;
	background: url('./images/buttercup.png') no-repeat 0 0;
	height: 274px;
	width: 198px;
}

#buttercup span {
	display: none;
}


#crumbles {
	display: block;
	float:left;
	background: url('./images/crumbles.png') no-repeat 0 0;
	height: 274px;
	width: 204px;
}

#crumbles span {
	display: none;
}

#snerz {
	display: block;
	float:left;
	background: url('./images/snerz.png') no-repeat 0 0;
	height: 274px;
	width: 197px;
}

#snerz span {
	display: none;
}

#sarge {
	display: block;
	float:left;
	background: url('./images/sarge.png') no-repeat 0 0;
	height: 274px;
	width: 169px;
}

#sarge span {
	display: none;
}

#jojo {
	display: block;
	float:left;
	background: url('./images/jojo.png') no-repeat 0 0;
	height: 274px;
	width: 220px;
}

#jojo span {
	display: none;
}

#zip {
	display: block;
	float:left;
	background: url('./images/zip.png') no-repeat 0 0;
	height: 274px;
	width: 190px;
}

#zip span {
	display: none;
}

#dwayne {
	display: block;
	float:left;
	background: url('./images/dwayne.png') no-repeat 0 0;
	height: 274px;
	width: 210px;
}

#dwayne span {
	display: none;
}

#cheddar {
	display: block;
	float:left;
	background: url('./images/cheddar.png') no-repeat 0 0;
	height: 274px;
	width: 200px;
}

#cheddar span {
	display: none;
}

#will {
	display: block;
	float:left;
	background: url('./images/will.png') no-repeat 0 0;
	height: 274px;
	width: 200px;
}

#will span {
	display: none;
}

#dill {
	display: block;
	float:left;
	background: url('./images/dill.png') no-repeat 0 0;
	height: 274px;
	width: 216px;
}

#dill span {
	display: none;
}


#coach {
	display: block;
	float:left;
	background: url('./images/coach.png') no-repeat 0 0;
	height: 274px;
	width: 172px;
}

#coach span {
	display: none;
}

#announcer {
	display: block;
	float:left;
	background: url('./images/announcer.png') no-repeat 0 0;
	height: 274px;
	width: 230px;
}

#announcer span {
	display: none;
}

#principal {
	display: block;
	float:left;
	background: url('./images/principal.png') no-repeat 0 0;
	height: 274px;
	width: 170px;
}

#principal span {
	display: none;
}

/* cast navigation */
#bottomnavbio {
	position: absolute;
	width: 990px;
	height: 25px;
	z-index: 8;
	margin-left: -485px;
	left: 50%;
	margin-top: 770px;
}

#prevbio {
	background: url('./images/previous_roll.png') no-repeat top left;
	display: block;
	float:left;
	height: 22.5px;
	width: 113px;
}

#prevbio:hover {
	background-position: 0 -28px;
}

#prevbio span {
	display: none;
}

#backbio {
	background: url('./images/back_roll.png') no-repeat top left;
	display: block;
	float:left;
	height: 22.5px;
	width: 200px;
}

#backbio:hover {
	background-position: 0 -27px;
}

#backbio span {
	display: none;
}

#nextbio {
	background: url('./images/next_roll.png') no-repeat top left;
	display: block;
	float: left;
	height: 22.5px;
	width: 113px;
}

#nextbio:hover {
	background-position: 0 -27px;
}

#nextbio span {
	display: none;
}



/*footer styling*/

#footer {
    background: url('./images/line.png') repeat-x top left;
	position: absolute;
	height: 120px;
	width: 100%;
	overflow: hidden;
	z-index: 3;
	margin-top: 700px;
	padding: 0;
	margin-left: 0;
}

#bottomnav {
	position: absolute;
	width: 990px;
	height: 25px;
	z-index: 8;
	margin-left: -485px;
	left: 50%;
	margin-top: 770px;
}
	
#next {
	background: url('./images/next_roll.png') no-repeat top left;
	display: block;
	height: 22.5px;
	width: 113px;
}

#next:hover {
	background-position: 0 -27px;
}

#next span {
	display: none;
}


#previous {
	background: url('./images/previous_roll.png') no-repeat top left;
	display: block;
	height: 22.5px;
	width: 113px;
}

#previous:hover {
	background-position: 0 -28px;
}

#previous span {
	display: none;
}

#copyright {
	background: url('./images/copyright.png') no-repeat top right;
	position: absolute;
	width: 930px;
	height: 100px;
	margin-left: -465px;
	left: 50%;
	z-index: 3;
	margin-top: 760px;
	
}
