/* @group generic */

* {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
	color: #8a211b;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

a:hover {
	text-decoration: underline;
}

body {
	background: url(../img/page_bg.jpg) center;
}

div#headerBackground {
	position: absolute;
	height: 190px;
	width: 100%;
	background: url(../img/header_bg.gif) repeat-x 0 -10px;
}

div#pageContainer {
	width: 960px;
	margin: auto;
	min-height: 750px;
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, Georgia, serif;
	position: relative;
	padding-bottom: 30px;
}

div#pageContent {
	position: relative;
}

div#pageFooter {
	position: absolute;
	bottom: 10px;
	width: 960px;
	margin-bottom: 10px;
}

#pageFooter h3 {
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #919191;
}

#pageFooter h5 {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #919191;
}

#pageFooter h5 a {
	color: #8a211b;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#pageFooter h5 a:hover {
	text-decoration: underline;
}

/* @end */

/* @group header */

div#pageHeader {
	height: 189px;
	position: relative;
	background: url(../img/header_fill.jpg) no-repeat 0 -10px;
}

#pageHeader ul {
	list-style-type: none;
	position: absolute;
	left: 215px;
	top: 49px;
}

#pageHeader ul li {
	float: left;
	height: 42px;
}

#pageHeader ul li a {
	height: 0;
	padding-top: 55px;
	float: left;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#pageHeader ul li a:hover {
	background-position: 0 -55px;
}

#pageHeader ul li a.navHome {
	width: 213px;
	height: 0;
	padding-top: 140px;
	position: absolute;
	top: -25px;
	left: -215px;
}

a.navGirls {
	background-image: url(../img/nav_girls.png);
	width: 144px;
}

body#bGirls #pageHeader a.navGirls {
	background-position: 0 -110px;
}

body#bGirls #pageHeader a.navGirls:hover {
	background-position: 0 -165px;
}

a.navGalleries {
	background-image: url(../img/nav_galleries.png);
	width: 80px;
}

body#bGalleries #pageHeader a.navGalleries {
	background-position: 0 -110px;
}

body#bGalleries #pageHeader a.navGalleries:hover {
	background-position: 0 -165px;
}

a.navExperience {
	background-image: url(../img/nav_experience.png);
	width: 126px;
}

body#bExperience #pageHeader a.navExperience {
	background-position: 0 -110px;
}

body#bExperience #pageHeader a.navExperience:hover {
	background-position: 0 -165px;
}

a.navOffer {
	background-image: url(../img/nav_offer.png);
	width: 125px;
}

body#bOffer #pageHeader a.navOffer {
	background-position: 0 -110px;
}

body#bOffer #pageHeader a.navOffer:hover {
	background-position: 0 -165px;
}

a.navStepRightUp {
	background-image: url(../img/nav_steprightup.png);
	width: 109px;
}

body#bStepRightUp #pageHeader a.navStepRightUp {
	background-position: 0 -110px;
}

body#bStepRightUp #pageHeader a.navStepRightUp:hover {
	background-position: 0 -165px;
}

a.navBeyond {
	background-image: url(../img/nav_beyond.png);
	width: 140px;
}

body#bBeyond #pageHeader a.navBeyond {
	background-position: 0 -110px;
}

body#bBeyond #pageHeader a.navBeyond:hover {
	background-position: 0 -165px;
}

#pageHeader p#flickr {
	position: absolute;
	right: 21px;
	top: 8px;
}

#pageHeader p#flickr a {
	width: 87px;
	height: 0;
	display: block;
	padding-top: 42px;
	overflow: hidden;
	background: url(../img/flickr_badge.png) 0 0;
}

#pageHeader p#flickr a:hover {
	background-position: 0 -42px;
}

#pageHeader p#copyright {
	color: #8a211b;
	position: absolute;
	left: 225px;
	bottom: 54px;
	font-size: 12px;
}

div#headerLogo {
	width: 213px;
	height: 0;
	background-image: url(../img/rr_logo.gif);
	padding-top: 140px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	left: 2px;
}

div#headerShadow {
	height: 10px;
	width: 100%;
	position: absolute;
	right: 0;
	background: url(../img/header_shadow.png) repeat-x center bottom;
	bottom: 0;
}

p#galleryHint {
	position: absolute;
	color: #fed8a7;
	top: 117px;
	text-align: right;
	right: 25px;
}

/* @end */

/* @group text area */

div#textArea {
	top: 5px;
	left: 80px;
	width: 420px;
	display: table;
	height: 120px;
	position: absolute;
}

#textArea div.wrapper {
	display: table-cell;
	vertical-align: middle;
}

div#textArea p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 14px;
}

#textArea ul {
	list-style-type: none;
	font-size: 16px;
	line-height: 24px;
}

#textArea ul li {
	
}

#textArea ul li a {
	color: #000;
	text-decoration: none;
	padding-left: 15px;
	font-weight: normal;
	font-style: normal;
}

#textArea ul li a:hover {
	text-decoration: underline;
}

#textArea ul li a.active {
	color: #8a211b;
	background: url(../img/sub_nav_bullet.png) no-repeat left center;
}

#textArea ul li span {
	font-style: italic;
}

/* @end */

/* @group postcard */

#postcardFrame {
	width: 543px;
	height: 365px;
	background: url(../img/postcard_lscape_frame.png) no-repeat;
	position: absolute;
	top: 135px;
	left: 56px;
	z-index: 1;
}

#postcardContent {
	background: url(../img/postcard_lscape_fill.jpg) no-repeat;
	width: 420px;
	height: 310px;
	position: absolute;
	top: 25px;
	left: 25px;
	padding-right: 70px;
}

#postcardContent p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 14px;
}

#postcardContent p a {
	color: #8a211b;
	font-weight: bold;
	text-decoration: none;
}

#postcardContent p a:hover {
	text-decoration: underline;
}

div#postcardPortrait {
	width: 378px;
	height: 546px;
	background: url(../img/postcard_portrait_frame.png) no-repeat;
	position: absolute;
	top: 10px;
	left: 10px;
}

div#postcardPortraitContent {
	background: url(../img/postcard_portrait_fill.jpg) no-repeat;
	position: absolute;
	top: 26px;
	left: 24px;
	width: 300px;
	height: 460px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

body#bExperience div#postcardPortraitContent {
	padding-top: 80px;
	height: 390px;
}

body#bStepRightUp div#postcardPortraitContent {
	padding-top: 50px;
	height: 420px;
}

#postcardPortraitContent p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 14px;
}

#postcardPortraitContent ul {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 14px;
	margin-left: 20px;
}

#postcardPortraitContent img.studiolight {
	position: absolute;
	left: 50px;
	top: 250px;
}

#postcardPortraitContent img.retrophone {
	position: absolute;
	left: -10px;
	top: 30px;
}

#postcardPortraitContent img.playingcard {
	position: absolute;
	left: 70px;
	top: 220px;
	z-index: 6;
}

#postcardPortraitContent p a {
	color: #8a211b;
	font-weight: bold;
	text-decoration: none;
}

#postcardPortraitContent p a:hover {
	text-decoration: underline;
}


/* @end */

/* @group frame area */

div#pictureFrame {
	width: 430px;
	height: 570px;
	position: absolute;
	top: -90px;
	left: 510px;
	z-index: 5;
}

/* @end */

/* @group home */

div#homeContent {
	position: relative;
}

#homeContent h2 {
	background: url(../img/home_hello.gif) no-repeat;
	width: 641px;
	height: 0;
	position: relative;
	z-index: 1;
	margin: 30px auto auto;
	padding-top: 208px;
	overflow: hidden;
}

#homeContent img {
	z-index: 3;
	position: absolute;
	right: 190px;
	top: 150px;
}

div#homeText {
	position: absolute;
	left: 230px;
	top: 200px;
	width: 260px;
	color: #8a211b;
	font-size: 14px;
}

#homeText h3 {
	font-size: 42px;
	font-weight: normal;
	font-style: normal;
	line-height: 60px;
}

#homeText h3 a {
	text-decoration: none;
	color: #8a211b;
}

#homeText h3 a:hover {
	color: #000;
}

/* @end */

/* @group girls */

div#girlsFrameJeni {
	width: 378px;
	height: 528px;
	background: url(../img/girls_jeni_frame.png) no-repeat;
	position: absolute;
	top: 10px;
	left: 10px;
}

#girlsFrameJeni img {
	position: absolute;
	top: 13px;
	left: 15px;
}

div#girlsFrameRachel {
	width: 390px;
	height: 550px;
	background: url(../img/girls_rachel_frame.png) no-repeat;
	position: absolute;
	top: 7px;
	left: 7px;
}

#girlsFrameRachel img {
	position: absolute;
	top: 11px;
	left: 13px;
}

div#girlsFrameSue {
	width: 378px;
	height: 546px;
	background: url(../img/girls_sue_frame.png) no-repeat;
	position: absolute;
	top: 10px;
	left: 10px;
}

#girlsFrameSue img {
	position: absolute;
	top: 11px;
	left: 14px;
}

/* @end */

/* @group gallery */

div#gallery {
	position: absolute;
	top: 5px;
	right: 20px;
}

div#galleryTemp {
	position: absolute;
	top: 210px;
	left: 100px;
	width: 330px;
}

#galleryTemp p {
	font-size: 14px;
	color: #8a211b;
}

#galleryTemp p a {
	display: block;
	background-image: url(../img/flickr_badge.png);
	width: 87px;
	height: 0;
	padding-top: 42px;
	overflow: hidden;
}

div#galleryFrameTemp {
	position: absolute;
	top: -30px;
	left: 470px;
}

p.galleryThumbnail {
	width: 170px;
	height: 190px;
	margin: 0 0 6px 6px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	float: left;
	position: relative;
}

p.galleryThumbnail a {
	padding: 10px;
	display: block;
	width: 150px;
	height: 170px;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-align: center;
}

p.galleryThumbnail a:hover {
	background-color: #8a211b;
	color: #fff;
}

p.galleryThumbnail span {
	display: block;
	text-align: center;
	position: absolute;
	bottom: 10px;
	margin: auto;
	width: 150px;
	left: 0;
}

#screenEdgeTop {
	width: 631px;
	height: 49px;
	top: 10px;
	position: absolute;
	background-repeat: no-repeat;
	z-index: 10;
	left: 251px;
}

#screenEdgeBottom {
	width: 631px;
	height: 48px;
	position: absolute;
	top: 471px;
	background-repeat: no-repeat;
	z-index: 10;
	left: 251px;
}

#screenEdgeLeft {
	width: 48px;
	height: 510px;
	position: absolute;
	top: 10px;
	background-repeat: no-repeat;
	z-index: 10;
	left: 203px;
}

#screenEdgeRight {
	width: 51px;
	height: 510px;
	position: absolute;
	top: 10px;
	background-repeat: no-repeat;
	z-index: 10;
	left: 882px;
}

#screenEdgeTop.boudoir {
	background-image: url(../img/gal_boud_top.png);
}

#screenEdgeBottom.boudoir {
	background-image: url(../img/gal_boud_bottom.png);
}

#screenEdgeLeft.boudoir {
	background-image: url(../img/gal_boud_left.png);
}

#screenEdgeRight.boudoir {
	background-image: url(../img/gal_boud_right.png);
}

#screenEdgeTop.burlesque {
	background-image: url(../img/gal_burl_top.png);
}

#screenEdgeBottom.burlesque {
	background-image: url(../img/gal_burl_bottom.png);
}

#screenEdgeLeft.burlesque {
	background-image: url(../img/gal_burl_left.png);
}

#screenEdgeRight.burlesque {
	background-image: url(../img/gal_burl_right.png);
}

#screenEdgeTop.sfx {
	background-image: url(../img/gal_sfx_top.png);
}

#screenEdgeBottom.sfx {
	background-image: url(../img/gal_sfx_bottom.png);
}

#screenEdgeLeft.sfx {
	background-image: url(../img/gal_sfx_left.png);
}

#screenEdgeRight.sfx {
	background-image: url(../img/gal_sfx_right.png);
}

#screen {
	position: absolute;
	height: 421px;
	overflow: hidden;
	width: 641px;
	z-index: 5;
	top: 52px;
	background-image: url(../img/gallery_bg.jpg);
	left: 247px;
}

#screen img {
	position: absolute;
	cursor: pointer;
	visibility: hidden;
	width: 0px;
	height: 0px;
	-ms-interpolation-mode: nearest-neighbor;
}

#screen .tvover {
	border-style: solid;
	border-color: #8a211b;
}

#screen .tvout {
	border: solid #222;
}

#bankImages {
	display: none;
}

div#galleryNav {
	width: 210px;
	position: absolute;
	top: 380px;
	left: 20px;
}

#galleryNav ul {
	list-style-type: none;
}

#galleryNav ul li {
	margin-bottom: 5px;
}

#galleryNav ul li a {
	padding-left: 15px;
	padding-right: 20px;
	color: #000;
}

#galleryNav ul li a span {
	font-style: italic;
}

#galleryNav ul li a:hover {
	text-decoration: underline;
}

#galleryNav ul li a.active {
	background: url(../img/sub_nav_bullet.png) no-repeat left center;
	color: #8a211b;
}

div#galleryText {
	position: absolute;
	top: 460px;
	width: 320px;
	font-size: 14px;
	left: 20px;
}

#galleryLeaf {
	background-image: url(../img/gallery_photoleaf.png);
	width: 287px;
	height: 319px;
	position: absolute;
	top: -30px;
	left: -30px;
}

/* @end */

/* @group the experience */

div#testimonialFrame {
	z-index: 5;
}

div#testimonialFrame.testimonial1 {
	position: absolute;
	width: 380px;
	height: 536px;
	top: -90px;
	left: 510px;
	background: url(../img/exp_test_frame1.png) no-repeat;
}

div#testimonialFrame.testimonial1 img {
	position: absolute;
	top: 18px;
	left: 15px;
}

div#testimonialFrame.testimonial2 {
	position: absolute;
	width: 366px;
	height: 517px;
	top: -90px;
	left: 520px;
	background: url(../img/exp_test_frame2.png) no-repeat;
}

div#testimonialFrame.testimonial2 img {
	position: absolute;
	top: 9px;
	left: 10px;
}

div#testimonialFrame.testimonial3 {
	position: absolute;
	width: 384px;
	height: 532px;
	top: -90px;
	left: 520px;
	background: url(../img/exp_test_frame3.png) no-repeat;
}

div#testimonialFrame.testimonial3 img {
	position: absolute;
	top: 7px;
	left: 10px;
}

div#testimonialFrame.testimonial4a {
	position: absolute;
	width: 384px;
	height: 532px;
	top: -90px;
	left: 600px;
	background-repeat: no-repeat;
}

div#testimonialFrame.testimonial4b {
	position: absolute;
	width: 384px;
	height: 532px;
	top: 70px;
	left: 520px;
	background-repeat: no-repeat;
}

div#testimonialFrame.testimonial5 {
	position: absolute;
	width: 384px;
	height: 532px;
	top: -90px;
	left: 520px;
	background: url(../img/exp_test_frame5.png) no-repeat;
}

div#testimonialFrame.testimonial5 img {
	position: absolute;
	top: 12px;
	left: 14px;
}

img.expBeforeImg {
	position: absolute;
	top: -6px;
	left: -6px;
}

div#expQuoteWrapper {
	position: absolute;
	left: 220px;
	width: 210px;
	background: url(../img/exp_quote_left.png) no-repeat left top;
	padding-top: 30px;
}

div#expQuote {
	background: url(../img/exp_quote_right.png) no-repeat right bottom;
	padding-bottom: 10px;
}

div#expQuote p {
	font-style: italic;
	font-size: 16px;
}

div#expQuote p span {
	font-weight: normal;
	font-style: normal;
}

div#expQuoteNav {
	position: absolute;
	bottom: 0;
	left: 220px;
	width: 210px;
}

div#expQuoteNav p {
	font-weight: bold;
	margin-bottom: 0;
}

#expQuoteNav p.expQuoteNavPrev {
	float: left;
}

#expQuoteNav p.expQuoteNavNext {
	float: right;
}

/* @end */

/* @group what's on offer */

div#offerNavFrame {
	width: 378px;
	height: 459px;
	position: absolute;
	background: url(../img/offer_nav_bg.png) no-repeat;
	top: 50px;
	left: 0;
	z-index: 5;
}

div#offerNavContent {
	background: url(../img/offer_nav_fill.jpg) no-repeat;
	width: 348px;
	height: 431px;
	position: absolute;
	top: 8px;
	left: 12px;
}

#offerNavContent ul {
	position: absolute;
	top: 168px;
	left: 110px;
	list-style-type: none;
}

#offerNavContent ul li a {
	color: #000;
	text-decoration: none;
	padding-left: 15px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

#offerNavContent ul li a:hover {
	text-decoration: underline;
}

#offerNavContent ul li a.active {
	color: #8a211b;
	background: url(../img/sub_nav_bullet.png) no-repeat left center;
}

div#offerBookFrame {
	width: 637px;
	height: 444px;
	position: absolute;
	background: url(../img/offer_book_bg.png) no-repeat;
	left: 260px;
	top: -45px;
}

div#offerBookFill {
	width: 600px;
	height: 421px;
	background: url(../img/offer_book_fill.jpg) no-repeat;
	position: absolute;
	top: 8px;
	left: 16px;
}

div#offerBookPackages {
	position: absolute;
	top: 10px;
	left: 110px;
	width: 470px;
}

#offerBookPackages table tbody tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	padding: 2px;
	font-size: 14px;
}

#offerBookPackages table tbody tr td.packageName {
	width: 220px;
}

#offerBookPackages table tbody tr td.packageDetails {
	width: 70px;
	text-align: center;
}

#offerBookPackages table tbody tr td.packageDetails span {
	display: block;
	width: 70px;
	height: 0;
	padding-top: 40px;
	overflow: hidden;
	background-position: center center;
}

span#packageBettie {
	background-image: url(../img/package_bettie.png);
}

span#packageGypsy {
	background-image: url(../img/package_gypsy.png);
}

span#packageBlaze {
	background-image: url(../img/package_blaze.png);
}

span.packageTick {
	background: url(../img/package_tick.png) no-repeat center center;
	width: 70px;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 16px;
}

span.packageQuant {
	width: 70px;
	display: block;
	height: 21px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

div#offerBookExtras {
	position: absolute;
	top: 10px;
	left: 110px;
	width: 470px;
}

div#offerBookExtras h3 {
	margin-bottom: 2px;
}

div#offerBookCol1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	font-size: 14px;
	line-height: 18px;
}

#offerBookCol1 table {
	
}

#offerBookCol1 table tbody tr td {
	
}

#offerBookCol1 p {
	
}

div#offerBookCol2 {
	position: absolute;
	top: 0;
	left: 220px;
	width: 250px;
	font-size: 14px;
	line-height: 18px;
}

#offerBookCol2 p {
	
}

#offerBookCol2 p a {
	font-weight: bold;
}

div#offerPost1 {
	position: absolute;
	top: 0;
	left: -90px;
}

div#offerPost2 {
	position: absolute;
	left: -60px;
	top: 175px;
}

div#offerModel1 {
	position: absolute;
	top: 0;
	left: -90px;
}

div#offerModel2 {
	position: absolute;
	left: -25px;
	top: 175px;
}

div#offerPackage1 {
	position: absolute;
	top: 0;
	left: -45px;
	z-index: 2;
}

div#offerPackage2 {
	position: absolute;
	left: 230px;
	top: 155px;
	z-index: 2;
}

div#offerPackage3 {
	position: absolute;
	left: -135px;
	top: 135px;
	z-index: 1;
}

/* @end */

/* @group step right up */

div#stepPostcardFrame {
	background: url(../img/step_postcard_bg.png) no-repeat;
	width: 532px;
	height: 338px;
	position: absolute;
	z-index: 2;
	top: 160px;
	left: 65px;
}

div#stepPostcardContent {
	background: url(../img/step_postcard_fill.jpg) no-repeat;
	width: 520px;
	height: 323px;
	position: absolute;
	top: 5px;
	left: 3px;
}

#stepPostcardContent p.text {
	position: absolute;
	top: 110px;
	left: 40px;
	width: 145px;
	font-size: 18px;
	color: #4c4c4c;
}

#stepPostcardContent p.email {
	position: absolute;
	top: 145px;
	left: 250px;
	font-size: 18px;
}

#stepPostcardContent p.phone {
	position: absolute;
	top: 200px;
	left: 300px;
	font-size: 18px;
	color: #4c4c4c;
}

div#stepEnvelopeFrame {
	width: 551px;
	height: 358px;
	background: url(../img/step_envelope_bg.png) no-repeat;
	position: absolute;
	left: 240px;
	z-index: 0;
	top: 25px;
}

div#stepEnvelopeContent {
	background: url(../img/step_envelope_fill.jpg) no-repeat;
	width: 528px;
	height: 328px;
	position: absolute;
	top: 8px;
	left: 9px;
}

div#stepPenFrame {
	position: absolute;
	top: 455px;
	z-index: 6;
	left: 205px;
}

#stepPostcardContent img.stepnote {
	position: absolute;
	top: 20px;
	left: 70px;
}

#stepPostcardContent img.stepkiss {
	position: absolute;
	top: 160px;
	left: 0;
}



/*

@end */

/* @group beyond the boudoir */

div#beyondBookFrame {
	background-image: url(../img/beyond_book_bg.png);
	width: 733px;
	height: 522px;
	position: absolute;
	z-index: 3;
}

div#beyondBookFill {
	background-image: url(../img/beyond_book_fill.jpg);
	position: absolute;
	width: 691px;
	height: 487px;
	top: 12px;
	left: 19px;
}

div#beyondBookFill h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

div#beyondBookFill p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}

div#beyondBookFill a {
	color: #8a211b;
	text-decoration: none;
}

div#beyondBookFill a:hover {
	text-decoration: underline;
}

div#beyondBookFill ul {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
	list-style-type: none;
}

div#beyondBookCol1 {
	position: absolute;
	width: 310px;
	top: 20px;
	left: 20px;
}

div#beyondBookCol2 {
	position: absolute;
	width: 270px;
	top: 90px;
	left: 390px;
}

a.breakthroughLogo {
	display: block;
	width: 110px;
	height: 0;
	padding-top: 72px;
	overflow: hidden;
	float: right;
	background: url(../img/logo_breakthrough.png) no-repeat;
	margin-left: 20px;
}

div#beyondCover {
	position: absolute;
	top: -80px;
	left: 500px;
	width: 368px;
	height: 509px;
	background: url(../img/beyond_cover_bg.png) no-repeat;
	z-index: 1;
}

#beyondCover img {
	position: absolute;
	top: 7px;
	left: 8px;
}

div#beyondEmbrace {
	position: absolute;
	z-index: 4;
	top: -60px;
	left: 530px;
}

div#beyondGroup {
	position: absolute;
	z-index: 2;
	top: 140px;
	left: 600px;
}

/* @end */

.Container {
	position: absolute;
	top: 50px;
	left: 100px;
	width: 400px;
	height: 200px;
	background: #FFF url(images/container_background.gif) no-repeat;
}

#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 880px;
	height: 500px;
	top: 10px;
	left: 30px;
}

.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
}

#Scrollbar-Container {
	position: absolute;
	top: 30px;
	right: 50px;
}

.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: -20px;
	background-color: #888;
}

.Scrollbar-Track {
	width: 20px;
	height: 460px;
	position: absolute;
	top: 0;
	left: 0;
	background: #ccc no-repeat center center;
}

.Scrollbar-Handle {
	position: absolute;
	width: 20px;
	height: 50px;
	background-color: #666;
}

.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 460px;
	width: 20px;
	height: 20px;
	background-color: #888;
}

div#galleryEdgeTop {
	background: url(../img/gallery_edge_top.png) repeat-x;
	width: 900px;
	height: 10px;
	top: 0;
	left: 0;
	position: absolute;
}

div#galleryEdgeBottom {
	background: url(../img/gallery_edge_bottom.png) repeat-x;
	width: 900px;
	height: 10px;
	left: 0;
	bottom: 0;
	position: absolute;
}