@import url(/core/css/reset.css);
@import url(/core/css/forms.css);

body {
	font-size: 13px;
	color: #666;
}



body, input, select, textarea, button, .sidebar blockquote p cite {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

@font-face {
	font-family: 'icons';
	src:url('/fonts/icons.eot');
	src:url('/fonts/icons.eot?#iefix') format('embedded-opentype'),
		url('/fonts/icons.ttf') format('truetype'),
		url('/fonts/icons.woff') format('woff'),
		url('/fonts/icons.svg#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Viner Hand';
	src:url('/fonts/viner-hand-itc-std.eot');
	src:url('/fonts/viner-hand-itc-std.eot?#iefix') format('embedded-opentype'),
		url('/fonts/viner-hand-itc-std.woff2') format('woff2'),
		url('/fonts/viner-hand-itc-std.woff') format('woff'),
		url('/fonts/viner-hand-itc-std.ttf') format('truetype');
}

.sidebar h2, h2.script, .sidebar blockquote p {
	font-family: 'Viner Hand';
	border-bottom: 0;
	color: Black;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 0;
	padding-top: 0.3em;
}

.icon-font {
	font-family: 'icons';
	/*speak: none;*/
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/*line-height: 1;*/
	font-size: 16px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/**********************************************************
 * General Styles                                         *
 **********************************************************/

p, li, cite {
	margin-bottom: 1em;
}

p, dt, dd, li, cite, em, strong, i, b, s, a, span {
	line-height: 1.6em;
}

#page {
	font-size: 0.9em;
}

#content .intro,
body.mceContentBody .intro {
	font-weight: bold;
	font-size: 1.4em;
	font-family: Garamond, "Times New Roman", serif;
	color: #888;
	line-height: 1.3em;
}

#content .intro strong,
#content .intro a,
body.mceContentBody .intro strong,
body.mceContentBody .intro a {
	line-height: 1.3em;
	color: #633563;
}

.clear {
	clear: both;
}


blockquote {
	background-image: url(/graphics/blockquote_background.png);
	background-position: 10px 0;
	background-repeat: no-repeat;
	padding: 8px 40px 0 70px;
	margin: 2em 0;
	font-style: italic;
	font-size: 0.9em;
}

blockquote em {
	font-style: normal;
}

cite {
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	display: block;
}

.sidebar blockquote {
	background-image: none;
	padding: 0;
	font-size: 1.6em;
	margin: 0.5em 0;
}

.sidebar cite {
	font-size: 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	background-color: White;
	color: White;
	border: none;
	border-top: 2px solid Gray;
	height: 1px;
	width: 100%;
	margin: 0.5em 0 1em 0;
	padding: 0;
	float: left;
	clear: both;
}


.center {
	text-align: center;
}


.hidden {
	position: absolute;
	top: -5000px;
	left: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.IE6only.hidden {
	display: none;
}

img {
	border: none;
}

img.icon {
	vertical-align: middle;
}

.flash-replaced div.alt {
	display: none;
}

ul.audio-player li {
	background-image: none;
	padding-left: 0;
}

ul.audio-player span.play {
	float: left;
	margin: 2px 5px 0 0;
}



#top-content p.loading {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 0;
	left: 0;
	color: White;
	padding-bottom: 30px;
}

p.prefix {
	font-size: 0.9em;
	padding: 0.5em 5px;
	margin: 0;
	color: #888;
}

.sidebar div.caption {
	font-size: 0.8em;
	color: #AAA;
	font-style: italic;
}

.sidebar div.caption .title {
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 0;
}

.sidebar div.caption em {
	font-style: normal;
}

.sidebar div.caption a {
	color: #666;
}

.prev, .next, .more {
	text-transform: lowercase;
	font-variant: small-caps;
}


div.errors {
	clear: both;
}

div.errors div.left,
div.errors div.right {
	background-color: transparent;
}

/**********************************************************
 * Forms                                                  *
 **********************************************************/

input, textarea, select {
	border: 1px solid #999;
	font-size: 12px;
	padding: 3px;
	vertical-align: top;
	margin: 0;
}

input.blur {
	color: #CCC;
}

button {
	border: none;
	background-color: #666;
	color: white;
	font-size: 12px;
	padding: 3px;
	cursor: pointer;
}

label {
	font-weight: bold;
}

div.boxout input,div.boxout button{
	font-size: 10px;
	padding: 2px;
}

div.buttons-plain {
	float: left;
	clear: both;
	padding: 1em 0 0 170px;
}

.form-container div.controlset {
	padding-left: 170px;
}

.form-container .password input,
.form-container .text input,
.form-container textarea {
	position: relative;
	top: -2px;
}

.form-container input {
	position: relative;
	top: 4px;
}



.sidebar .form-container label {
	width: 100%;
	text-align: left;
	padding: 1em 0 0.25em 0;
}

.sidebar .form-container input,
.sidebar .form-container select,
.sidebar .form-container textarea {
	width: 174px;
}

.sidebar .buttons {
	width: 182px;
	float: none;
	margin: 0;
	padding: 0.5em 0;
	clear: both;
	position: relative;
}

.sidebar .buttons button,
.sidebar .buttons a {
	float: none;
	margin: 0.5em 0;
}

.error {
	color: #C00;
	border-color: #C00;
}





/**********************************************************
 * Links                                                  *
 **********************************************************/

a {
	color: #017FC6;
}

a:hover {
	text-decoration: none;
}

/**********************************************************
 * Lists                                                  *
 **********************************************************/
dl {
	margin: -1em 0 1em 0;
}

dt {
	margin-top: 1em;
	font-weight: bold;
}

ul {
	list-style-type: none;
	display: block;
	margin-bottom: 1em;
	
}

#content ul {
	margin-left: 18px;
}

#content ul ul {
	margin-left: 0px;
}

ul li {
	background-image: url(/graphics/bullet.png);
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding: 0 0 0 18px;
}

ol {
	list-style-type: decimal;
	display: block;
	list-style-position: outside;
	margin-left: 3em;
	margin-bottom: 1em;
}

li {
	display: list-item;
	margin-bottom: 0.5em;
}

dl.inline dt {
	clear: left;
	padding-top: 1em;
}

dl.inline dd {
	float: left;
	width: 3em;
}

dl.inline dd.block {
	float: none;
	width: auto;
}

dl.details {
	position: relative;
	margin-top: 0;
}

dl.details dt {
	width: 6em;
	position: absolute;
	left: 0;
	margin: 0;
	padding-top: 0em;
}

dl.details dd {
	margin: 0 165px 0 7em; /* If left margin changed, also change dt margin in ie6 css */
	padding-top: 0em;
	line-height: 1.5em;
}


/**********************************************************
 * Headings                                               *
 **********************************************************/

h1, h2, h3 {
	font-family: Garamond, "Times New Roman", serif;
}

h1 {
	color: #6C312C;
	font-size: 2.8em;
	letter-spacing: -0.03em;
	margin: 0 0 0.3em 0;
	line-height: 1.3em;
	font-weight: normal;
}

#top-content h1 {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: White;
	background-image: url(/graphics/h1-bg.png);
	margin: 0;
	padding: 5px 10px;
	z-index: 10;
}

body.home h1 {
	display: none;
}

h2 {
	color: #6C312C;
	font-variant: small-caps;
	font-size: 1.6em;
	margin: 1em 0 0.3em 0;
	padding: 0 0 0.3em 0;
	border-bottom: 2px solid #E4DBCB;
	font-weight: bold;
}

.cols h2.script {
	margin-top: 0;
}

h3 {
	font-weight: bold;
	margin: 1em 0 0.3em 0;
	font-size: 1.4em;
}

dl.inline dt {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 1.5em 0 0.3em 0;
}

/**********************************************************
 * Global Footer                                          *
 **********************************************************/

#footer {
	text-align: center;
	font-size: 0.8em;
	color: #BBB;
}

#footer h2 {
	color: #BBB;
	background-color: #444;
	border: 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 6px 6px 5px 6px;
	margin: 0;
	line-height: 1em;
	text-transform: none;
	font-variant: normal;
	font-size: 1.3em;
}

#footer a {
	color: #BBB;
}

#footer ul.logos {
	float: left;
	margin: 20px 0 0 0;
	padding: 20px 3px 0 2px;
	border-top: 1px solid #444;
}

#footer ul.logos li {
	float: left;
	background-image: none;
	padding: 0;
	margin: 0 25px 0 0;
	border: none;
}

#footer ul.logos li.this-is-durham img {
	margin-top: 8px
}

#footer ul.logos li.durham-city-vision img {
	margin-top: 11px
}

#footer ul.logos li.unesco {
	margin-right: 0;
}

#footer ul.logos li.unesco img {
	margin-top: -5px;
}

#footer .cols ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #444;
}

#footer .cols ul li {
	background-image: none;
	margin: 0;
	padding: 0.5em 4px;
	border-bottom: 1px solid #444;
}

#footer .cols ul li.hover {
	background-color: #444;
	background-image: url(/graphics/top-link-arrow-over.png);
}

#footer .cols ul li.can-hover {
	cursor: pointer;
	background-image: url(/graphics/top-link-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 16px;
}

#footer .cols ul li a {
	display: block;
	font-weight: bold;
	padding: 0;
	text-transform: uppercase;
	text-decoration: none;
}

#footer .cols ul.headlines li a {
	font-weight: bold;
	display: inline;
}


/**********************************************************
 * Home Page                                              *
 **********************************************************/

.home-intro {
	font-size: 1.2em;
	color: #8C8058;
	font-weight: bold;
}

.home-intro .uni-logo {
}

.home-intro .cath-logo {
	float: right;
	margin-right: 10px;
}

.home-intro p {
	line-height: 1.6em;
	text-align: justify;
}

.home-intro strong {
}

.home-intro a {
	color: #8B0450;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.6em;
}

.home-intro a:hover {
	text-decoration: underline;
}

.home-intro .signature {
	float: right;
	color: #323B7A;
	text-align: justify;
	font-size: 0.8em;
	clear: right;
	font-weight: bold;
	line-height: 1.4em;
}

.home-intro .signature a {
	color: #323B7A;
	text-decoration: none;
	line-height: 1.4em;
}

.home-intro .signature a:hover {
	text-decoration: underline;
}

#content .home-intro .join-us {
	float: right;
	font-size: 2.5em;
	color: #8B0450;
	line-height: 1em;
	margin-bottom: 0.3em;
	padding-right: 20px;
	
}



p.ms-signature {
	width: 225px;
	float: left;
}

p.ch-signature {
	width: 216px;
	float: left;
	margin-right: 22px;
}

p.ch-signature img {
	margin-bottom: -33px;
}

body.home ul.events h3 {
	color: #777;
}

body.home ul.events a {
	color: #780606;
}


/**********************************************************
 * Tables                                                 *
 **********************************************************/
 
table {
	font-size: 0.8em;
	border-collapse: collapse;
	border-bottom: 2px solid #2C3517;
	margin-bottom: 1em;
}

tr.disabled {
	color: Gray;
}

td {
	border-top: 1px dotted #778B3B;
	border-bottom: 1px dotted #778B3B;
	padding: 3px;
}

th {
	text-align: left;
	border-top: 2px solid #2C3517;
	border-bottom: 2px solid #2C3517;
	padding: 3px;
	font-weight: bold;
}

th.label {
	border-top: 1px dotted #778B3B;
	border-bottom: 1px dotted #778B3B;
	background-color: #999;
	color: White;
}


/**********************************************************
 * Page Blocks                                            *
 **********************************************************/
 
 
#content div.block {
	border-top: 1px solid #DDD;
	margin: 0;
	padding: 1em 0 0.5em 0;
	float: left;
	width: 100%;
	clear: both;
}

#content div.block img.left {
	float: left;
	margin: 0 15px 10px 0;
}

#content div.block img.right {
	float: right;
	margin: 0 0 10px 15px;
}

#content .cols div.block {
	border-top: none;
	padding-top: 0;
}


/**********************************************************
 * Side Boxes & Boxouts                                   *
 **********************************************************/

.left {
	float: left;
	clear: left;
	margin: 5px 22px 10px 0;
}

.right {
	float: right;
	clear: right;
	margin: 5px 0 10px 22px;
}

img.left {
	margin-right: 1em;
	clear: none;
}

img.right {
	margin-left: 1em;
	margin-left: 0;
}

div.left {
	padding-right: 20px;
	background-color: White;
	margin-right: 0;
}

div.right {
	padding-left: 20px;
	padding-bottom: 1.5em;
	background-color: White;
	margin-left: 0;
}


/**********************************************************
 * Captioned Images                                       *
 **********************************************************/

div.image-caption {
	font-weight: bold;
	font-size: 0.9em;
	position: relative;
}

div.image-caption img {
	display: block;
	margin: 0 auto;
}

div.image-caption p.copyright {
	color: #888;
	font-style:italic;
	font-weight:normal;
	font-size: 0.9em;
}

div.image-caption p.copyright a {
	color: #888;
}

.cols div.image-caption {
	padding: 0;
	border: 0;
}

div.image-caption div.caption-text {
	padding: 5px 10px 1px 10px;
	border-bottom: 2px solid #E4DBCB;
}


/**********************************************************
 * Sidebars                                               *
 **********************************************************/



.sidebar div.block {
	border-bottom: 2px solid #E4DBCB;
	margin-bottom: 1em;
}

.sidebar div.spaced {
	border-top: 2px solid #E4DBCB;
}

.sidebar h2 {
	margin-top: 0.5em;
}








/**********************************************************
 * Gallery                                                *
 **********************************************************/

#top-gallery {
	width: 914px;
	height: 95px; 
	float: left;
	overflow: auto;
}

#top-gallery.interactive {
	
}

.jcarousel-container {
	padding: 0 18px;
}

.jcarousel-clip {
	width: 914px;
}

.jcarousel-prev,
.jcarousel-next {
	position: absolute;
	top: 33px;
	width: 10px;
	height: 33px;
	overflow: hidden;
	background-image: url(/graphics/carousel-buttons.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.jcarousel-next {
	right: 0;
	background-position: right top;
}

.jcarousel-prev {
	left: 0;
	background-position: left top;
	
}

.jcarousel-next-disabled {
	background-position: right bottom;
	cursor: default;
}

.jcarousel-prev-disabled {
	background-position: left bottom;
	cursor: default;
	
}

ul.image-gallery {
	list-style-type: none;
}

ul.image-gallery li {
	float: left;
	width: 120px;
	height: 90px;
	background-color: #333;
	text-align: center;
	border: 2px solid White;
	margin: 0 7px 0 0;
	padding: 0;
	background-image: none;
	overflow: hidden;
}

ul.image-gallery a span.title,
ul.image-gallery li .caption,
ul.image-gallery li .copyright {
	display: none;
}





/**********************************************************
 * Events                                                 *
 **********************************************************/
 
 
ul.events,
ul.headlines {
	list-style-type: none;
	margin: 0.75em 0 0 0 !important;
	padding: 0;
}

ul.events li,
ul.headlines li {
	padding: 0 0 0.75em 0;
	margin: 0 0 0.75em 0;
	border-bottom: 1px solid #DDD;
	font-size: 0.9em;
	color: #777;
	clear: left;
	float: left;
	width: 522px;
	background-image: none;
}

.cols ul.events li,
.cols ul.headlines li {
	width: 100%;
}

ul.events li h3,
ul.headlines li h3 {
	padding: 0;
	margin: 0;
}

ul.headlines li h3 {
	display: inline;
	font-size: 1.3em;
}

ul.headlines li p {
	margin-bottom: 0;
}

ul.events li span.date {
	display: block;
	float: left;
	font-size: 18px;
	text-align: center;
	padding: 12px 0 0 0;
	margin: 3px 8px 0 0;
	width: 32px;
	height: 33px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	color: #666;
}

ul.events li.jan span.date { background-image: url(/core/graphics/calendar/red/jan.png); }
ul.events li.feb span.date { background-image: url(/core/graphics/calendar/red/feb.png); }
ul.events li.mar span.date { background-image: url(/core/graphics/calendar/red/mar.png); }
ul.events li.apr span.date { background-image: url(/core/graphics/calendar/red/apr.png); }
ul.events li.may span.date { background-image: url(/core/graphics/calendar/red/may.png); }
ul.events li.jun span.date { background-image: url(/core/graphics/calendar/red/jun.png); }
ul.events li.jul span.date { background-image: url(/core/graphics/calendar/red/jul.png); }
ul.events li.aug span.date { background-image: url(/core/graphics/calendar/red/aug.png); }
ul.events li.sep span.date { background-image: url(/core/graphics/calendar/red/sep.png); }
ul.events li.oct span.date { background-image: url(/core/graphics/calendar/red/oct.png); }
ul.events li.nov span.date { background-image: url(/core/graphics/calendar/red/nov.png); }
ul.events li.dec span.date { background-image: url(/core/graphics/calendar/red/dec.png); }

ul.events li span.info {
	display: block;
	margin-left: 40px;
}


ul.events li span.info span {
	color: #666;
	font-weight: bold;
}

ul.events li span.info a {
	color: #666;
}

ul.events li a.more {
	margin-left: 40px;
	display: block;
}

ul.events h3 a,
ul.headlines h3 a {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.3em;
}

ul.events span.date,
ul.headlines span.date {
	font-weight: bold;
}

ul.events span.location {
	font-style: italic;
	margin-right: 2em;
}

ul.calendar {
	list-style-type: none;
	margin: 0 0 10px 0;
}

ul.calendar li {
	padding: 0;
	background-image: none;
}

ul.calendar li a.month {
	background-color: #2B3D69;
	background-image: url(/core/graphics/icons/calendar.png);
	background-position: 2px center;
	background-repeat: no-repeat;
	padding: 2px 2px 2px 22px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: White;
	display: block;
}

ul.calendar table {
	margin: 0.5em 0 1em 0;
	border-collapse: collapse;
	width: 100%;
}

ul.calendar td,
ul.calendar th {
	padding: 4px;
	text-align: right;
}

ul.calendar td {
	color: #999;
}

ul.calendar th {
	font-weight: bold;
}

ul.calendar td a {
	font-weight: bold;
	line-height: 1em;
}

ul.calendar tr {
	border-bottom: 1px solid #DDD;
}

div.event-description {
	clear: left;
}

p.more-events {
	text-align: right;
}

p.more-events a {
	color: #780606;
}


/**********************************************************
 * News & News Archive                                    *
 **********************************************************/

div.news {
	width: 100%;
	float: left;
}

div.news div.headline {
	border-bottom: 2px solid #DDD;
	padding: 1em 0;
}

div.news div.headline h3 {
	padding: 0;
	margin: 0;
}	


div.news .summary {
	padding-bottom: 0;
}

div.news .added {
	color: #999;
	font-style: italic;
	font-size: 0.85em;
	margin: 0.5em 0 0 0;
	padding: 0;
}

div.news .return {
	float: right;
}

div.archive {
	float: left;
	width: 100%;
}

div.archive h2 {
	margin-top: 0.5em;
}

div.archive h3 {
	background-color: #2B3D69;
	background-image: url(/core/graphics/icons/calendar.png);
	background-position: 2px center;
	background-repeat: no-repeat;
	padding: 2px 2px 2px 22px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: White;
	display: block;
	clear: both;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
}

div.archive ul.months {
	margin: 0;
	padding: 0;
	width: 100%;
}

div.archive ul.months li {
	list-style-type: none;
	display: block;
	float: left;
	width: 37px;
	height: 1.2em;
	padding: 4px;
	margin: 0;
	color: #999;
	background-image: none;
	text-transform: uppercase;
	border-bottom: 1px solid #DDD;
	font-size: 0.8em;
	line-height: 1em;
}

div.archive ul.months li a {
	font-weight: bold;
	line-height: 1em;
}


/**********************************************************
 * Tabs                                                   *
 **********************************************************/

.ui-tabs {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

.ui-tabs-nav {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #C1AD88;
}

#content .ui-tabs-nav {
	margin: 0;
}

ul.ui-tabs-nav li {
	float: left;
	display: block;
	padding: 0;
	margin: 0 5px;
	background-image: none;
}

ul.ui-tabs-nav li a{
	color: #5E5648;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: #F2EEE6;
	padding: 5px 10px;
}

ul.ui-tabs-nav li a:hover {
	background-color: #E4DBCB;
}

ul.ui-tabs-nav li.ui-tabs-selected a {
	color: White;
	background-color: #C1AD88;
}

.ui-tabs-panel {
	background-color: #F2EEE6;
	padding: 20px;
	float: left;
	width: 890px;
	border-bottom: 2px solid #C1AD88;
}

.sidebar .ui-tabs-panel {
	width: 142px
}

.has-right-sidebar .ui-tabs-panel,
.has-left-sidebar .ui-tabs-panel {
	width: 686px;
}

.has-left-sidebar.has-right-sidebar .ui-tabs-panel {
	width: 482px;
}

.ui-tabs-hide {
	display: none;
}


/**********************************************************
 * P A G I N A T O R S                                    *
 **********************************************************/

#content ul.selector {
	list-style-type: none;
	margin: 1em 0;
	text-align: left;
	clear: both;
}

ul.selector li {
	display: inline;
	background-image: none;
	padding: 0;
}

ul.selector a {
	display: inline;
	position: relative;
	margin: 0 3px 0 0;
	padding: 0 2px;
	border: 1px solid #1A3352;
	background-color: #1A3352;
	color: White;
	text-decoration: none;
	outline: none;
}

ul.selector a:hover,
ul.selector li.current a:hover {
	background-color: #ABC8E2;
	color: White;
}

ul.selector li.current a {
	color: #1A3352;
	background-color: White;
}

ul.selector li.prev a,
ul.selector li.next a {
	color: #1A3352;
	background-color: transparent;
	border: none;
}

ul.selector li.prev a:hover,
ul.selector li.next a:hover {
	text-decoration: underline;
}

ul.selector li.disabled a {
	color: #AAA;
	cursor: default;
}

ul.selector li.disabled a:hover {
	text-decoration: none;
}

ul.selector li.start-group a {
	margin-left: 10px;
}


/**********************************************************
 * Search                                                 *
 **********************************************************/

.search-form label {
	position: absolute;
	top: -5000px;
	height: 1px;
	overflow: hidden;
}

.search-form input {
	width: 250px;
}

p.provided-by {
	font-size: 0.8em;
	text-align: right;
	font-style: italic;
}

ol.search-results {
	list-style-type: none;
	margin-left: 0;
}

ol.search-results li {
	
}

ol.search-results li p, ol.search-results li h3 {
	margin-bottom: 0;
}


ol.search-results li p.url{
	color: #A6C462;
	font-size: 0.9em;
}

/**********************************************************
 * Slideshow                                              *
 **********************************************************/

body.home #top-content {
	background-image: url(/images/home/start.jpg);
	background-position: 10px 10px !important;
	background-repeat: no-repeat;
	height: 390px;
	width: 930px;
	overflow: hidden;
}

body.home #top-content ul.images,
body.home #top-content ul.images li {
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: none;
}

body.home #top-content ul.images img {
	display: none;
}
