/********************************************************/
/** resets ***/
/********************************************************/

* { margin: 0; padding: 0; }

body {
	margin: 0 auto;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #575450;
	background: url(/images/background.gif) top left repeat-x #000000;
	
}
p {
	clear: both;
	padding: 0 0 1em 0;
}
ul, ol {
	margin: 0 2em;
	padding: .5em 0;
}
img {
	border: none;
	text-decoration: none;
}
a, a:visited {
	color: #3c7fb7;
	outline:none;
	text-decoration: underline;
}
a img, a:visited img {
	text-decoration: none;
	border: none;
}
a:hover {
	text-decoration: none;
}

ul.nobullet, ul.nobullet li {
	list-style-type:none;
}


/********************************************************/
/* All pages */
/********************************************************/

#top-bar {
	position: relative;
	margin: 0 auto;
	width: 946px;
	height: 40px;
}
#header {
	margin: 0 auto;
	width: 946px;
	height: 152px;
}
#nav {
	margin: 0 auto;
	width: 861px;
	height: 36px;
	padding: 0 0 0 85px;
	background: url(/images/nav.gif) top left no-repeat;
	text-align:center;
}
#nav ul {
	display: block;
	margin: 0; /** removed auto margin inorder to center menu **/
	padding: 0;
	list-style: none;
	text-align:center;
}
#nav li {
	float: left;
}
#nav a {
	display: block;
	padding: 10px 55px;
	border-right: 1px solid #131312;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #ddd2c6;
}
#nav a:hover {
	color: #ffc82e;
}
#nav li.last a {
	border-right: none;
}
#wrapper {
	clear: both;
	margin: 0 auto;
	width: 946px;
	padding: 10px 0 0 0;
	background: #35352f;
}
#float-wrap {
	float: left;
	width: 741px;
}

/********************************************************/
/* footer */
/********************************************************/
#footer {
	margin: 0 auto;
	width: 946px;
	padding: 0 0 10px 0;
	background: #35352f;
}
#footer .content {
	color: #ffffff;
	margin: 0 auto;
	width: 924px;
	background: #252525 url(/images/footer-cap-top.gif) top left no-repeat;
}
#footer .content h4 {
	padding: 11px 0 17px 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}
#footer .box {
	float: left;
	width: 200px;
	height:160px;
	padding: 0 10px;
	border-right: 1px solid #222;
}
#footer .last.box {
	border-right: none;
}
#footer .cap-bot {
	margin: 0 auto;
	width: 924px;
	height: 10px;
	background: url(/images/footer-cap-bot.gif) top left no-repeat;
}

#footer #navigate ul {
	list-style:none;
	margin: 1px;
	padding: 1px 2px 1px 6px;
}
#footer #navigate ul li {
	list-style:none;
	margin: 0 0 0 6px;
	padding: 1px;
}
/********************************************************/
/* search */
/********************************************************/

#search-form {
	position: absolute;
	display: block;
	width: 400px;
	height: 24px;
	padding: 8px;
	top: 0;
	right: 0;
	text-align: right;
}
#search-form label {
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}
#searchbox {
	width: 170px;
	height: 17px;
	padding: 2px;
	border: none;
	background: url(/images/search-box.gif) top left no-repeat;
}
#go-button {
	width: 26px;
	height: 21px;
	padding: 0 0 0 6px;
}


/********************************************************/
/* Front page */
/********************************************************/

.frontpage #float-wrap {
	float: left;
	width: 663px;
}
.frontpage #main {
	float: right;
	width: 458px;
	padding: 0 0 6px 0;
}
.frontpage #main .cap-top {
	width: 458px;
	height: 41px;
	background: url(/images/front-middle-top.gif) top left no-repeat;
}
.frontpage #main .content {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 20px 10px 0px 10px;
	background: #ffffff;
}
/* holly hack - fixes stupid IE text bug */
/* Hides from IE5-mac \*/
* html .frontpage #main .content {height: 1%;}
/* End hide from IE5-mac */ 


.frontpage #main .cap-bot {
	width: 458px;
	height: 10px;
	background: url(/images/front-middle-bot.gif) top left no-repeat;
}
.frontpage #news-resources {
	padding: 0 0 6px 0;
}
.frontpage #main .doubles {
	float: left;
}
.frontpage #main .doubles .box {
	float: left;
	width: 226px;
}
.frontpage #top-stories {
	margin: 0 6px 0 0;
}
.frontpage #main .doubles .cap-top {
	width: 226px;
	height: 41px;
	background: url(/images/front-doubles-top.gif) top left no-repeat;
}
.frontpage #main .doubles .content {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 20px 10px 0px 10px;
	background: #ffffff;
}
.frontpage #main .doubles .cap-bot {
	width: 226px;
	height: 10px;
	background: url(/images/front-doubles-bot.gif) top left no-repeat;
}
.frontpage #main .doubles h4 {
	padding: 11px 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}
.frontpage #main #news-resources h1 {
	float:left;
	display:inline;
	padding: 11px 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}
.frontpage #main #news-resources .cap-top a img { /* rss icon */
	margin: 10px 10px 0 0;
}
.frontpage #main h1 {
	padding: 11px 0 0 5px;
	font: bold 13px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
}
.frontpage #main #news-resources .news-resource h3 {
	font: bold 14px/14px Arial, Helvetica, sans-serif;
}

.frontpage #left-rail {
	float: left;
	padding: 0 0 0 6px;
	width: 199px;
}
.frontpage #right-rail {
	float: left;
	padding: 0 6px 0 0;
	width: 277px;
}
.frontpage #left-rail .box {
	margin: 0 auto .5em auto;
	width: 188px;
}
.frontpage #left-rail .box .cap-top {
	width: 188px;
	height: 41px;
	background: url(/images/narrow-rail-top.gif) top left no-repeat;
}
.frontpage #left-rail .box .cap-bot {
	width: 188px;
	height: 10px;
	background: url(/images/narrow-rail-bot.gif) top left no-repeat;
}
.frontpage #right-rail .box {
	margin: 0 auto .5em auto;
	width: 266px;
}
.frontpage #right-rail .box .cap-top {
	width: 266px;
	height: 41px;
	background: url(/images/rail2-cap-top.gif) top left no-repeat;
}
.frontpage #right-rail .box .cap-bot {
	width: 266px;
	height: 10px;
	background: url(/images/rail2-cap-bot.gif) top left no-repeat;
}
.frontpage #left-rail .box .cap-top h4, 
.frontpage #right-rail .box .cap-top h4 {
	padding: 11px 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}
.frontpage #left-rail .box .content, 
.frontpage #right-rail .box .content {
	font: 11px Arial, Helvetica, sans-serif;
	background: #ffffff;
	padding: 10px;
	white-space:normal;
	word-wrap: break-word; /* IE 6 hack */
}


#left-rail .box .twit-bot {
	width: 188px;
	height: 26px;
	background: #FFF url(/images/narrow-rail-bot.gif) no-repeat 0 17px;
	text-align:center;
}

/********************************************************/
/* Sub pages */
/********************************************************/


.subpage #main {
	float: right;
	width: 536px;
}
.subpage #main .cap-top {
	width: 536px;
	height: 37px;
	background: url(/images/sub-main-cap-top.gif) top left no-repeat;
}
.subpage #main .content {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 20px 10px 0px 10px;
	background: #ffffff;
}
.subpage #main .cap-bot {
	width: 536px;
	height: 10px;
	background: url(/images/sub-main-cap-bot.gif) top left no-repeat;
}

.subpage .date {
	display: block;
	font-size:11px;
	color: #666666;
}
.subpage #left-rail {
	float: left;
	padding: 0 0 0 6px;
	width: 199px;
}

.subpage #right-rail {
	float: left;
	padding: 0 6px 0 0;
	width: 199px;
}
.subpage #left-rail .box, 
.subpage #right-rail .box {
	margin: 0 auto .5em auto;
	width: 188px;
}
.subpage #left-rail .box .cap-top, 
.subpage #right-rail .box .cap-top {
	width: 188px;
	height: 41px;
	background: url(/images/narrow-rail-cap-top.gif) top left no-repeat;
}
.subpage #left-rail .box .cap-bot, 
.subpage #right-rail .box .cap-bot {
	width: 188px;
	height: 10px;
	background: url(/images/narrow-rail-cap-bot.gif) top left no-repeat;
}

.subpage #left-rail .box .cap-top h4, 
.subpage #right-rail .box .cap-top h4 {
	padding: 11px 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}
.subpage #left-rail .box .content, 
.subpage #right-rail .box .content {
	font: 11px Arial, Helvetica, sans-serif;
	background: #ffffff;
	padding: 10px;
	white-space:normal;
	word-wrap: break-word; /* IE 6 hack */
}
.subpage #main .cap-top h1 {
	float:left;
	display:inline;
	padding: 11px 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}
.subpage #main .cap-top a img { /* rss icon */
	margin: 10px 10px 0 0;
}

.subpage .box .content {
	font: 12px Arial, Helvetica, sans-serif;
	background: #ffffff;
	padding: 10px;
	white-space:normal;
	word-wrap: break-word; /* IE 6 hack */
}
.subpage .content h2 {
	display:block;
	font: bold 20px Arial, Helvetica, sans-serif;
	margin:2px 0 8px 0;
}
.subpage .content h3 {
	display:block;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin:2px 0 8px 0;
}
.subpage .content h4 {
	display:block;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin:1px 0 4px 0;
}


/********************************************************/
/* Two-column pages */
.two-columns #float-wrap {
	float: left;
	width: 940px;
}
.two-columns #main {
	float: right;
	width: 730px;
	padding: 0 0 6px 0;
}
.two-columns #main .cap-top {
	width: 730px;
	height: 41px;
	background: #35352F url(/images/two-column-wide-top.gif) top left no-repeat;
}
.two-columns #main .content {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 10px 10px 0px 10px;
	background: #ffffff;
}
.two-columns #main .cap-bot {
	width: 730px;
	height: 8px;
	background: url(/images/two-column-wide-bot.gif) top left no-repeat;
}
.two-columns h2 {
	float: left;
	margin: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #575850;
}

.two-columns #left-rail {
	float: left;
	padding: 0 0 0 6px;
	width: 199px;
}
.two-columns #left-rail .box {
	margin: 0 auto .5em auto;
	width: 188px;
}
.two-columns #left-rail .box .cap-top {
	width: 188px;
	height: 41px;
	background: url(/images/narrow-rail-top.gif) top left no-repeat;
}
.two-columns #left-rail .box .cap-bot {
	width: 188px;
	height: 10px;
	background: url(/images/narrow-rail-bot.gif) top left no-repeat;
}
.two-columns #main .cap-top h1, 
.two-columns #left-rail .box .cap-top h4 {
	padding: 11px 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}
.two-columns #left-rail .box .content {
	font: 11px Arial, Helvetica, sans-serif;
	background: #ffffff;
	padding: 10px;
	white-space:normal;
	word-wrap: break-word; /* IE 6 hack */
}



/********************************************************/
/*** multimedia ***/


.two-columns #main .multimedia {
	width: 702px;
	padding: 0 0 10px 0;
	margin: 0 auto;
}
.two-columns #main .multimedia .cap-top {
	width: 702px;
	height: 25px;
	background: url(/images/multimedia-top.gif) top left no-repeat;
}
.two-columns #main .multimedia .cap-top h2 {
	padding: 4px 0 0 6px; 
	font-size: 14px;
	font-weight: bold;
	color: #82786f;
}
.two-columns #main .multimedia .content {
	width: 690px;
	padding: 6px;
	background: url(/images/multimedia-bot.gif) bottom left no-repeat;
}
.two-columns #left-rail .box .content {
	font: 11px Arial, Helvetica, sans-serif;
	background: #ffffff;
	padding: 10px;
	white-space:normal;
	word-wrap: break-word; /* IE 6 hack */
}

/********************************************************/
/*** gallery ***/


.two-columns #main .image-gallery {
	width: 705px;
	margin: 0 auto;
}
.two-columns #main .image-gallery .cap-top {
	width: 705px;
	height: 28px;
	background: url(/images/gallery-image-top.gif) top left no-repeat;
}
.two-columns #main .image-gallery .cap-top h2 {
	padding: 4px 0 0 6px; 
	font-size: 14px;
	font-weight: bold;
	color: #82786f;
}
.two-columns #main .image-gallery .content {
	width: 693px;
	padding: 5px;
	border-right: 1px solid #b9b8b8;
	border-left: 1px solid #b9b8b8;
	background: url(/images/gallery-gradient.gif) bottom left repeat-x;
}
.two-columns #main .image-gallery .cap-bot {
	width: 705px;
	height: 4px;
	background: url(/images/gallery-bot.gif) top left no-repeat;
}

.two-columns #main .image-gallery .viewport {
	float: left;
	width: 425px;
	padding: 16px;
	border: 1px solid #b9b8b8;
}
.two-columns #main .image-gallery .gallery-rail {
	float: left;
	width: 225px;
	padding: 0 0 0 9px;
}

.two-columns #main .image-gallery .gallery-rail h4{
	display:block;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin:1px 0 4px 0;
}

.gallery-rail .outerImgWrapper {
	border: 1px solid #ccc;
	float:left;
	height:60px;
	overflow:hidden;
	padding:2px;
	margin: 3px; 
	width:60px;	
}
.gallery-rail .innerImgWrapper {
	height:50px;
	margin:0;
	padding: 3px;
	overflow:hidden;
	width:50px;
}
.gallery-rail .innerImgWrapper img {
	width:150px;
	margin:0;
	padding: 0;
}

.gallery-rail #gallery-thumbs {
	position:relative; 
	overflow:hidden;
	height: 362px;
	width:225px;
}
.gallery-rail #gallery-list {
	position:relative; 
	overflow:hidden;
	height: 500px;
	width:225px;
}

.gallery-rail a.next,
.gallery-rail a.next-gal {
	background: url(/images/gallery-down-arrow.gif) no-repeat left top;
	display:block;
	height: 20px;
	cursor:pointer;
	width: 225px;
}
.gallery-rail a.next:hover,
.gallery-rail a.next-gal:hover {
	background: url(/images/gallery-down-arrow-over.gif) no-repeat left top;
	display:block;
	height: 20px;
	cursor:pointer;
	width: 225px;
}
.gallery-rail a.prev,
.gallery-rail a.prev-gal {
	background: url(/images/gallery-up-arrow.gif) no-repeat top left;
	display:block;
	height: 20px;
	cursor:pointer;
	width: 225px;
}
.gallery-rail a.prev:hover,
.gallery-rail a.prev-gal:hover {
	background: url(/images/gallery-up-arrow-over.gif) no-repeat top left;
	display:block;
	height: 20px;
	cursor:pointer;
	width: 225px;
}

ul.thumbs {
	position:absolute; 
	/* this time we have very large space for height */     
	height:20000em;
	clear: both;
	margin: 0 0 0 4px;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 2px;
	margin: 3px 6px 3px 1px;
	list-style: none;
	width:60px;
	height:60px;
	overflow:hidden;
	border: 1px solid #DDD;
}
a.thumb {
	display: block;
}
ul.thumbs li.hover {
	background: #FFC82E;
}
ul.thumbs li.selected {
	border: 1px solid #990000;
	background: #FFF;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	width:80px;
	border: none;
	display: block;
}

.gallery-rail #gallery-list ul.thumbs {
	position:absolute; 
	/* this time we have very large space for height */     
	height:20000em;
	clear: both;
	margin: 0 0 0 4px;
	padding: 0;
}
.gallery-rail #gallery-list ul.thumbs li {
	float: left;
	padding: 2px;
	margin: 3px 6px 3px 1px;
	list-style: none;
	width:220px;
	height:88px;
	overflow:hidden;
	border: 1px solid #DDD;
}
.gallery-rail #gallery-list a.thumb {
	display: block;
}
.gallery-rail #gallery-list ul.thumbs li.hover {
	background: #FFC82E;
}
.gallery-rail #gallery-list ul.thumbs li.selected {
	border: 1px solid #990000;
	background: #FFF;
}
.gallery-rail #gallery-list a.thumb:focus {
	outline: none;
}
.gallery-rail #gallery-list ul.thumbs img {
	width:80px;
	border: none;
	display: block;
}


/********************************************************/
/* misc */
/********************************************************/


.article-item {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0 10px;
}
.article-item img {
	padding-right: 10px;
}
/*.featured-story {
	background: #FFF;
	border-bottom:1px dotted #CCC;
}*/


.clear {
	clear:both;
	display:block;
	width:100%;
	overflow:auto;
	background:none;
	border:none;
	padding:3px 0;
}
.hr {
	background:none;
	border-top: 1px dotted #999;
	clear:both;
	display:block;
	height:1px;
	margin-top:10px;
	padding-bottom:10px;
	overflow:hidden;
}
.lowlight {
	color:#AA8C8C;
	font: 10px Arial, Helvetica, sans-serif;
}

.outerImgWrapper {
	border: 1px solid #ccc;
	float:left;
	height:90px;
	overflow:hidden;
	padding:5px;
	margin: 5px; 
	width:90px;	
}
.innerImgWrapper {
	height:90px;
	margin:0;
	padding: 0;
	overflow:hidden;
	width:90px;
}
.innerImgWrapper img {
	width:100px;
	margin:0;
	padding: 0;
}
.innerImgWrapper img.noresize {
	width:150px;
}
.alert {
	border: 1px solid #990000;
	color:#990000;
	padding:10px;
}

/********************************************************/
/* social bookmark bar */
/********************************************************/

#socialBar {
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	display:block;
	margin: 10px auto;
	padding: 1px;
	width: 99%;
	text-align:center;
}

div.leftSocialBar {	
	display:inline;
	float:left;	
	width: 49%;
	font: 10px Arial, Helvetica, sans-serif;
}
div.leftSocialBar div {
	
	display:inline;
	float:left;
	margin: 1px;
	padding: 3px 5px 3px 6px;
	border-right:1px solid #DDD;
}

div.leftSocialBar div a,
div.leftsocialBar div span{
	float:left;
}
div.rightSocialBar {
	display:inline;
	float:right;
	margin-right: 1px;	
	width:48%;
	font: 10px Arial, Helvetica, sans-serif;
}


div.rightSocialBar div {
	display:inline;
	margin: 1px;
	padding: 0;
	overflow:hidden;
}
div.share {
	line-height:17px;
	float:left;
	display:inline;
}
div.rightSocialBar div a img {
	padding-top:3px;
	border: none;
}


/********************************************************/
/* forms */
/********************************************************/

label {
	font: 11px Tahoma, Helvetica, sans-serif;
	color:#666666;
	display:block;
	padding: 2px;
	overflow:hidden;
}
input,select,textarea {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	margin: 2px;
	padding: 2px;
}
.formAlert {
	color: #990000;
	font-weight:bold;
}
input.noborder {
	border:none;
}



/********************************************************/
/* comments */
/********************************************************/

.commentBox {
	background:none;
	border-bottom:1px dashed #E8E8E8;
}
.commentBox h4{
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
}
.white {
	background: #FFF;
}
.gray {
	background: #F8F8F8;
}
.commentCopyLeft {
	background:none;
	float:left;
	display:inline;
	padding: 5px;
	width: 150px;
}
.commentCopyRight {
	background:none;
	border-left:1px solid #F1F1F1;
	float:left;
	display:inline;
	padding: 9px;
	width: 300px;
}


/********************************************************/
/* home page news tips */
/********************************************************/

.news-tooltip {
	border-bottom: 1px dotted #E8E8E8;
	background: #FFF;
	cursor:pointer;
}
.news-tooltip-hover {
	border-bottom: 1px dotted #CCC;
	background: #DDD;
	cursor:pointer;
}
.news-tooltip div.dateCol {
	float:left;
	display:inline;
	width:80px;
}
.news-tooltip div.titleCol {
	float:left;
	display:inline;
	width:270px;
	word-wrap: break-word; /* IE 6 hack */
}
.news-tooltip div.sourceCol {
	float:left;
	display:inline;
	width:120px;
	word-wrap: break-word; /* IE 6 hack */
}
.news-tooltip .alt{
	background: #E8E8E8;
}


.cluetip-hoverDiv {
	background: #FFF;
	border: 1px solid #777;
	font: 11px Tahoma, Helvetica, sans-serif;
	width: 250px;
}
.cluetip-hoverDiv #cluetip-outer {
	position: relative;
	margin: 0;
	background: #FFFFFF;
}
.cluetip-hoverDiv h3#cluetip-title {
	font: 11px Tahoma, Helvetica, sans-serif;
	margin: 0;
	padding: 20px 20px 1px;
	color: #bbb;
}

.cluetip-hoverDiv #cluetip-inner {
  padding: 1px 20px 20px 20px;
}




/********************************************************/
/* twitter box */
/********************************************************/

a#twit-box-open {
	background: url(/images/more-twitter-narrow.png) no-repeat top center;
	display: block;
	height: 27px;
	line-height:27px;
	outline:none;
	width: 188px;
}
a#twit-box-open:hover {
	background: url(/images/more-twitter-narrow-over.png) no-repeat top center;
	display: block;
	height: 27px;
	line-height:27px;
	outline:none;
	width: 188px;
}

a#twit-box-wide-open {
	background: url(/images/more-twitter-wide.gif) no-repeat top center;
	display: block;
	height: 27px;
	line-height:27px;
	outline:none;
	width: 266px;
}
a#twit-box-wide-open:hover {
	background: url(/images/more-twitter-wide-over.gif) no-repeat top center;
	display: block;
	height: 27px;
	line-height:27px;
	outline:none;
	width: 266px;
}

#twit-box-main {
	display:none;
}
#twit-box-content {
	background:#DDD;
	margin-left: 11px;
	padding: 5px 10px 0 10px;
	text-align:left;
	width:146px;	
}


#twit-box-wide-content {
	background:#DDD;
	margin-left: 49px;
	padding: 5px 10px 0 10px;
	text-align:left;
	width:146px;	
}

/* holly hack - fixes stupid IE text bug */
/* Hides from IE5-mac \*/
* html #twit-box-content,
* html #twit-box-wide-content,
{height: 1%;}
/* End hide from IE5-mac */

.twit-box-bot {
	background: transparent url(/images/more-twitter-bot.png) no-repeat center top;
	height:10px;
	margin-left: 11px;
	width:166px;	
}
.twit-box-wide-bot {
	background: transparent url(/images/more-twitter-bot.png) no-repeat center top;
	height:10px;
	margin-left: 49px;
	width:166px;	
}


#twit-load {
	display:block;
	width:150px;
	height:130px;
	background: url(/images/loading.gif) no-repeat center center;
}

.twit-content {	
	background:#DDD;
}

/********************************************************/
/* image gallery elements */
/********************************************************/

#img-gal .outerImgWrapper {
	border: 1px solid #ccc;
	float:left;
	height:50px;
	overflow:hidden;
	padding:5px;
	margin: 5px; 
	width:50px;	
}
#img-gal .outerImgWrapper .innerImgWrapper {
	height:50px;
	margin:0;
	padding: 0;
	overflow:hidden;
	width:50px;
}
#img-gal .outerImgWrapper .innerImgWrapper img {
	width:75px;
	margin:0;
	padding: 0;
}
#img-gal .outerImgWrapper .innerImgWrapper img.noresize {
	width:75px;
}



/********************************************************/
/* pagination elements */
/********************************************************/

.pagination {
	margin: 6px auto;
	text-align:center;
	display:block;
}
.pagination a {
	padding: 1px 6px;
	margin: 1px 3px;
}
.pagination a:hover {
	padding: 1px 6px;
	margin: 1px 3px;
	background:#E8E8E8;
}
.pagination span.pagingOn {
	padding: 1px 6px;
	margin: 1px 3px;
	background:#F8F8F8;
	border: 1px solid #E8E8E8;
}

