/*----------------- Design #107 ------------------*/

/* ------ Resets ------*/

a:active {outline:none;}
:focus {-moz-outline-style: none; outline:none;}
* html a {noFocusLine: expression(this.onFocus=this.blur()); outline: none;}

img {border:none;}

/* ------ General Styles ------*/

body {
	background: url(./images/bg.jpg) no-repeat center top #013e5b;
	line-height: 1.125em;
	font-size: 100.01%;
	font-family: verdana, arial, "Helvetica Neue", helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	word-wrap: break-word;
}

body, html {
	margin: 0; padding: 0;
}

a {color: #109bb9; font-weight: bold;}
a:hover {cursor:pointer; text-decoration: none;}

h1, .ContentHeader {
	font-family: arial, "Helvetica Neue", helvetica, sans-serif;
	font-size: 21px;
}

h2, .ContentSubHeader, .ContentHighlight {
	font-family: arial, "Helvetica Neue", helvetica, sans-serif;
	font-size: 18px;
}
h3 {
	font-family: arial, "Helvetica Neue", helvetica, sans-serif;
	font-size: 14px;
}

hr {
	height: 1px;
	width: 100%;
	background: #fff;
	border: none;
	color: #fff;
	opacity: .20;
    filter: alpha(Opacity=20);
}

ol,ul,li {list-style-position: inside;}

.clear {clear:both; height:0;}
.floatleft {float: left; display: inline;}
.floatright {float: right; display: inline;}
.hidden {visibility: hidden; position: absolute;}

/*--------------------------------------------------
------------------ Structure -----------------------
--------------------------------------------------*/

#wrapper {
	height: auto;
	margin: 0 auto;
	width: 940px;
}

	#navbar {
	background: url(./images/navbar_bg.png) no-repeat;
	height: 50px;
	margin: 10px 0 0;
	width: 940px;
}

	#main_top, #interest_top, #footer_top {
	background: url(./images/main_top.png) no-repeat;
	height: 20px;
	margin: 10px 0 0;
	width: 940px;
}

	#main_bottom, #interest_bottom, #footer_bottom {
	background: url(./images/main_bottom.png) no-repeat;
	height: 20px;
	width: 940px;
}

	#main {
	background: url(./images/main_repeat.png) repeat-y;
	height: 360px;
	width: 940px;
}	

		#flashbox_wrap {
		border: 1px solid #156070;
		height: 245px;
		margin: 114px 0 0 19px;
		position: absolute;
		width: 900px;
}
		
		#flashbox {
		height: 245px;
		width: 900px;
}

		#recent_news {
		height: 340px;
		margin: 1px 0 0 600px;
		position: absolute;
		width: 300px;
		z-index: 400;
}
		
			#recent_news_top {
			background: url(./images/news_top.png) no-repeat;
			height: 65px;
			width: 300px;
}
			
			#recent_news_body {
			background: url(./images/news_bg.png) repeat-y;
			height: 275px;
			width: 300px;
}
				
				#recent_news_content {
				color: #00000d;
				font-size: 12px;
				height: 165px;
				margin: 0 0 0 20px;
				.margin: 0 0 0 2px;
				overflow: hidden;
				width: 260px;
}

	#interest {
	background: url(./images/main_repeat.png) repeat-y;
	height: 210px;
	.padding-bottom: 5px;
	width: 940px;
}

	#footer {
	background: url(./images/main_repeat.png) repeat-y;
	float: left;
	font-size: 12px;
	height: auto;
	width: 940px;
}

		#footer_bottom {
		clear: both;
		margin: 0 0 10px 0;
}

/* ----- Sub-page ----- */

#sub_main {
	background: url(./images/main_repeat.png) repeat-y;
	float: left;
	height: auto;
	width: 940px;
}
	
	#sub_main_bottom {
	background: url(./images/main_bottom.png) no-repeat;
	clear: both;
	height: 20px;
	width: 940px;
}

	#content {
	display: inline;
	float: left;
	font-size: 12px;
	height: auto;
	line-height: 1.5;
	margin: 120px 0 0 20px;
	width: 580px;
}

		#content_sans_sidebar {
		display: inline;
		float: left;
		font-size: 12px;
		height: auto;
		line-height: 1.5;
		margin: 120px 0 0 20px;
		width: 900px;
}	

	#sidebar {
	display: inline;
	float: right;
	height: auto;
	margin: 0 20px 0 0;
	width: 300px;
}
		
		#sidebar_body {
		background: url(./images/sidebar_repeat.png) repeat-y;
		height: auto;
		width: 300px;
}
			
			#sidebar_content {
			color: #00000d;
			font-size: 12px;
			height: auto;
			line-height: 1.5;
			margin: 0 0 0 20px;
			padding: 0 0 20px 0;
			width: 260px;
}

	#no_sidebar {display: none;}

	#breadcrumbs {
		background: url(./images/trans_white.png);
		padding: 10px;
		min-height: 20px;
		height: auto !important;
		height: 20px;
	}
	
		#breadcrumbs a {color: #00000d;}
		#breadcrumbs a:hover {color: #109bb9;}

/*--------------------------------------------------
------------------ Navbar ----------------------
--------------------------------------------------*/

#site_search {
	background: url(./images/search_input.png) no-repeat;
	height: 30px;
	margin: 11px 0 0 700px;
	.margin-top: -38px;
	position: absolute;
	width: 220px;
}

#site_search fieldset {
	border: none;
	margin: 0; padding: 0;
}

.search_field {
	background: none;
	border: none;
	color: #fff;
	outline: none;
	margin-top: 9px;
	padding: 0 0 0 10px;
	position: absolute;
	width: 170px;
}
.submit_button {
	background: url(./images/search_button.png);
	color: #fff;
	cursor: pointer; cursor: hand;
	border: none;
	height:  30px;
	margin-left: 185px;
	position: absolute;
	text-indent: -9999px;
	width: 35px;
}

/*--------------------------------------------------
------------------ Navigation ----------------------
--------------------------------------------------*/

/* standard menu setup */
.menu {
	width: 700px;
}
.menu, .menu ul {z-index:1999; list-style-type:none; padding:0px; margin:0px; text-align:left; display:block; position:relative;}
.menu li {float:left;}
.menu li:hover {position:relative;z-index:1999;}
.menu li:hover>ul {display:block; position:absolute;}
.menu ul li {clear:both; display:block;}

/* first level styling (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu a {
	color: #fff; 
	display:block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 15px;
	text-decoration: none;
}

a.first {
	margin-left: 1px;
	padding-left: 19px;
}

/* first level vertical centering */
.menu .cssnavlevelone, .menu .first {height: 48px; margin-top: 1px; vertical-align: middle;}
img.cssnavlevelone {border:0px;}

/* submenu colors/style */
.menu li ul li a {
	padding: 5px 10px;
	background: #00000d;
	color: #fff; 
	font-size: 11px;
	font-weight: normal;
	width: 150px;
	}

/* first level sub menu container */
.menu li ul {display:none;}
/* 2nd level sub menu container */
.menu ul li ul {margin-left:240px; margin-top:0px;}
/* 3rd+ level sub menu container */
.menu li ul li ul {margin-left:160px; margin-top:-25px;}

/* ------- Hover Styling ----------*/

/* first level rollovers */
#navbar .menu li:hover>a.cssnavlevelone, #navbar .menu li:hover>a.first {display:block; background: #00000d; color: #109bb9;}

/* 1st level active page button color or bg */
a.active {}

/* 1st level active page rollover, if desired to be different */
#navbar li:hover>a.active {}

/* submenu rollovers (if desired) */
.menu li ul li:hover>a {background: #111; color: #109bb9; display:block;}

/* 2nd+ level active page button color or bg */
.menu li ul li a.active {background: #109bb9; color: #000;}

/* 2nd+ level active page rollover, if desired to be different */
#navbar li ul li:hover>a.active {background: #111; color: #109bb9; }

/* ------- Graphic Menu ------*/

#navbar a.cssnavlevelone {position: relative; height: 48px; overflow: hidden; display: block;}
#navbar .navimg {position: relative;}
#navbar .firstlevel:hover>a.cssnavlevelone img, .firstlevel:hover>a.first img {top: -48px;}

/* active states */
#navbar a.active img {top:-96px;}

/* --- don't show ie6 text --- */
#navbar span {display:none;}

/* --- IE6 undo graphic menu --- */
* html #navbar .navimg {display:none;}
* html #navbar span {display:inline;}
* html #navbar a.cssnavlevelone {overflow:visible; padding:0px 10px;}

/*--------------------------------------------------
------------------ ie6 nav ----------------------
--------------------------------------------------*/

* html .menu {display:inline-block; float: left; padding:0;margin:0;}
* html .menu li a {display:block;float:left;}
* html .menu table a {border:0px; padding:0; margin:0; background: none; text-decoration: none;}
* html .menu li ul {display:block;position:absolute;visibility:hidden;}

* html .menu iframe {position:absolute; left:-9999px; top:-9999px; width:0px; height:0px; margin:0px; padding:0px; list-style:none;display:none;visibility:hidden;}
* html .menu a:hover iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}

/* correct position issue */
* html .menu li a table {position:relative; top: -1px; left: -17px;}
* html .menu li ul li a table {position:relative; top: 5px;}

/* correct table border issue */
* html .menu table {border-collapse:collapse;}

/* first level (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {background:#00000d; color:#109bb9; text-decoration: none;}
/* sub level rollovers (if desired) */
* html #navbar table a:hover {color:#109bb9; text-decoration: none;}

/* enter as many levels as you wish to support */
* html .menu a:hover ul ul {visibility:hidden;}
* html .menu a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}

* html .menu a:hover ul {visibility:visible;z-index:2000;}
* html .menu a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}

/*--------------------------------------------------
--------------------- Main -------------------------
--------------------------------------------------*/

#main h1 {margin: 0;}

#logo {
	background: url(./images/logo.png) no-repeat;
	border: none;
	height: 125px;
	margin: -21px 0 0 19px;
	position: absolute;
	width: 510px;
	text-indent: -9999px;
}

	#recent_news_content ul {padding: 0; margin: 0;}

	#recent_news_content li {
	height: 33px;
	line-height: 180%;
	list-style: none;
	overflow: hidden;
}
	
	#recent_news_content li:hover {
	background: #fff url(./images/arrow.png) no-repeat center right;
	.background: #fff url(./images/arrow_ie.png) no-repeat right;
	opacity: .80;
    filter: alpha(Opacity=80);
}

	#recent_news_content li a {
	color: #00000d;
	display: block;
	font-weight: normal;
	height: 30px;
	padding: 7px 0 7px 10px;
	width: 210px;
}

#visitor_button {
	background: url(./images/visitor_button.png) no-repeat;
	border: none;
	display: block;
	height: 95px;
	margin: 13px 0 0 0;
	width: 300px;
}

	#visitor_button:hover {background-position: bottom;}

/*--------------------------------------------------
------------------- Interest -----------------------
--------------------------------------------------*/

#interest a {display: block; float: left; height: 220px; width: 220px; text-indent: -9999px;}

#interest1 {background: url(./images/image_links.jpg) 0 0; margin: -5px 0 0 15px;}
#interest2 {background: url(./images/image_links.jpg) -230px 0; margin: -5px 0 0 10px;}
#interest3 {background: url(./images/image_links.jpg) -460px 0; margin: -5px 0 0 10px;}
#interest4 {background: url(./images/image_links.jpg) -690px 0; margin: -5px 0 0 10px;}

#interest1:hover {background: url(./images/image_links.jpg) 0 -220px; margin: -5px 0 0 15px;}
#interest2:hover {background: url(./images/image_links.jpg) -230px -220px; margin: -5px 0 0 10px;}
#interest3:hover {background: url(./images/image_links.jpg) -460px -220px; margin: -5px 0 0 10px;}
#interest4:hover {background: url(./images/image_links.jpg) -690px -220px; margin: -5px 0 0 10px;}


/*--------------------------------------------------
------------------ Footer -----------------------
--------------------------------------------------*/

#footer a {
	color: #fff;
}

#fc_logo {position: absolute; left: -9999em;}

#episcopal_logo {
	background: url(./images/episcopal_logo.png);
height: 60px;
width: 214px;
display: block;
float: right;
margin: -20px 0 0;
}

#copyright {
	display: inline;
	float: left;
	line-height: 1.75em;
	margin: 0 0 0 20px;
}

#design_credit {
	display: inline;
	float: right;
	margin: 0 20px 0 0;
	text-align: right;
}

	#social_media {margin-bottom: 5px;}

/*--------------------------------------------------
------------------ Calendar ------------------------
--------------------------------------------------*/

/* ----------- CSS Tooltip ------------*/
a.tt {position:relative;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background:#00000d;
    color:#fff;
    display:block;
    opacity: .90;
        filter: alpha(Opacity=90);
    padding: 10px;
    position:absolute;
    text-align:left;
    top:15px; left:15px;
    width:200px;
    z-index:101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #00000d;
    width: 200px;
    color:#fff;
    font-size: 12px;
    opacity: .90;
    filter: alpha(Opacity=90);
    display: inline-block;
    padding: 10px 15px 10px 15px;
}

.CalOverTitle {font-weight:bold; color: #109bb9;}

/* ----------- Mini Cal Styles ------------*/

#calendartable {margin-top: 10px;}
#calendartable td a {display:block; height:25px; text-align:center; text-decoration: none;}
#calendartable td a:hover {background:#109bb9; z-index:1}
#calendartable .emptyday a:hover {background:transparent;}

/* ----------- MAIN Cal Styles ------------*/

#mainCal td {
    width: 14%;
    vertical-align: top;
    padding: 5px 10px;
    font-size: 12px;
}
#mainCal td a {text-decoration: none;}

#ajaxCal span.ContentSubHeader, #ajaxCal h2 {display: inline; line-height: 1; .float: left; .line-height: 1.2; .margin: -20px 0 0 8px;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {z-index:1; color: #00000d;}
#mainCal .WeekendDay A, A.CalendarWeekendDayLink {color:#fff; line-height: 1em;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {color: #fff; line-height: 1em;}
#mainCal .ToDay A, A.CalendarToDayLink {color: #fff; line-height: 1em;}

img.caldot {border:0px; vertical-align: middle; padding-right: 2px;}
.calEventName {margin-bottom:3px;}

.CalendarDayOn {cursor: pointer; cursor: hand; background: #109bb9;}

.ToDay {background: #109bb9;}
.WeekendDay {background: #38717f;}
.WeekDay {background: #306774;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {
    color: #fff;
	font-size: 10px;
}

/*--------------------------------------------------
------------- Global App Styles --------------------
--------------------------------------------------*/

.ColumnHeader {
    color: #fff;
    background: #00000d;
    font-weight: bold;
    padding: 5px;
}

IMG.PicOff {border: 2px solid #fff; margin:5px;vertical-align:middle;}
IMG.PicOn {border: 2px solid #109bb9;margin:5px;vertical-align:middle;}

.RequiredFieldLabel, .NonRequiredFieldLabel {font-size: 12px; color: #109bb9;}

/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #fff;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#109bb9;border:1px solid #109bb9;}
#pagination .OnPageNumber {color:#fff;border:1px solid transparent;}

form {margin:0px;padding:0px;}
input, select {margin-bottom:5px; margin-right:10px;vertical-align:middle;}

.RequiredFieldLabel {font-weight: bold;}

table td.top, table th.top, #mainCal td {vertical-align:top;}
table.contentTable, table.itemTable {width:100%;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #38717f;text-align:left;}
.contentTable th {color:#fff;border-bottom: 2px solid #38717f;text-align:left;font-size:110%;}
.contentTable th strong, .itemTable th strong {font-size:120%;}
.contentTable th span {font-size:80%;font-weight:normal;}
.contentTable td, .contentTable th, .itemTable td, .itemTable th {padding:5px;}
.itemTable th {color:#fff;width:100px;border-bottom: 1px solid #38717f;text-align:right;font-size:110%;padding-right:20px;}
.contentTable tr:hover td {background:url(/sr/images/datahoverbg.png)}
.itemTable td, .itemTable th, .contentTable td, .contentTable th {vertical-align:middle;}
.itemTable tr.last td, .contentTable tr.last td, .itemTable tr.last th, .contentTable tr.last th {border-bottom:none;}
table td.center, table th.center {text-align:center;}
table td.right, table th.right {text-align:right;}
.tdcheckbox {width:75px;text-align:center;}

fieldset {
 border:1px solid #38717f;
 padding:0px 15px 15px 15px;margin:20px 0;
}
fieldset legend { color:#fff; font-weight:bold; font-size: 120%; }

.GraphBar {background: #109bb9; margin: 0 10px;}

.submitbutton, .smallbutton, .smallselect, .smallinput {color:#444;border:1px solid #ccc;letter-spacing:0px;font-family:arial, helvetica;font-size:12px;font-weight:bold;background:#fff url(/sr/images/buttonbg.jpg) repeat-x;margin:1px;
padding:0px 7px;overflow:visible;vertical-align:middle;}
.smallbutton, .smallselect, .smallinput {font-size:10px;font-weight:normal;padding:2px;text-transform:uppercase;}
.smallinput {background-image:none;}
.smallbutton, .submitbutton {cursor:pointer;}
.smallselect {border:none;}

.borderbox {padding:5px;border:1px solid #38717f;}
.iconlink {margin:0px 2px;border:none;}

#editorbg>td {background:#fff;}
#editorbg td {color:#000;}

#help, .help {margin-bottom:10px;padding:10px;background:#ffffcc;border:2px solid #dddb54;color: #000;line-height:1em;}
#help ol {margin-top:3px;margin-bottom:3px;}
#error, .error {background-color: #fbe3e4; border: 3px solid #FBC2C4; color: #BB0000;
font-size: 11px; margin-bottom: 20px; padding: 5px;}
#error ul, .error ul {margin:0px;margin-left:15px;padding:0px;}
#success, .success {margin-bottom:10px;padding:10px;background-color:#E6EFC2;border:2px solid #C6D880;color:#529214}

/* --- END GLOBAL FRONT-END --- */


/*--------------------------------------------------
------------------  Marquee Box  -------------------
--------------------------------------------------*/
 
.marquee-rotator #timer {left: 0; height: 4px; background: #000; filter: alpha(opacity=60); opacity: 0.6;}
 
.marquee-rotator .button-over {background: #fff;}
 
/* --- FOR BUTTON NAV CENTERING (to absolutely position, comment this out) --- */
/* ---.marquee-rotator .c-panel {width:100%;}
.marquee-rotator .thumbnails {margin:0px auto;}--- */
/* --- FOR BUTTON NAV CENTERING (to absolutely position, comment this out) --- */
 
.marquee-rotator .c-panel {bottom: 10px; left: 10px; position:absolute;}
 
#rotator-tooltip .tt-img {border: 2px solid #fff; margin: 4px 0;}
 
/*----- PREV & BACK BUTTONS -----*/
 
.marquee-rotator .prev-btn, .marquee-rotator .next-btn {
 display:block;
 height:50px; width:50px; 
 margin: 5px; 
 position: absolute;
 text-align: center;
 text-indent:-9999px;
 z-index: 11;
}
 
.marquee-rotator .prev-btn {background:url(/sr/images/marquee_controls.png) 0 -50px; top: 40%; left: 0px;}
.marquee-rotator .next-btn {background:url(/sr/images/marquee_controls.png) -50px -50px; top:40%; right: 320px;}
 
.marquee-rotator .prev-btn:hover {background:url(/sr/images/marquee_controls.png) 0 0;}
.marquee-rotator .next-btn:hover {background:url(/sr/images/marquee_controls.png) -50px 0;}
 
/*------ PAGINATION -----*/
 
.marquee-rotator .thumbnails li {
 background: url(/sr/images/marquee_controls.png) -20px -100px; 
 height: 15px; width: 15px;
 margin: 3px;  /* --- keep margin even on both left and right --- */
 text-align: center;
}
 
.marquee-rotator .thumbnails ul li a img {width:200px;}
 
.marquee-rotator .thumbnails li:hover {background: url(/sr/images/marquee_controls.png) -40px -100px;}
.marquee-rotator .thumbnails li.curr-thumb {background: url(/sr/images/marquee_controls.png) -80px -100px;}
.marquee-rotator .thumbnails li.curr-thumb:hover {background: url(/sr/images/marquee_controls.png) -60px -100px;}
 
/* --- END Marquee Box --- */
