/*Spotlight on home page - - - - - - - - */

.spotlight {
	position: relative;
	margin: 0 0 20px 0;
	width: 460px;
	height: 187px;
}

.spotlightPic {
	position: absolute;
	top: -20px;
	left: -20px;
	width: 312px;
	height: 227px;
}

.spotlightText {
	float: right;
	padding-right: 10px;
	width: 155px;
	height: 187px;
	border-right: 1px #333333 dotted;
}

.spotlight H2 {
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -1px;
	margin: 0 0 9px 0;
}

.spotlight p {
	font-size: 12px;
	line-height: 18px;
}

/*read more video - - - - - */

a:link.readMoreVideo {
	padding: 0 0 0 15px;
	background: url(../images/videoLinkBlue.gif) left top no-repeat;
	background-position: 0 3px;
}

a:visited.readMoreVideo {
	padding: 0 0 0 15px;
	background: url(../images/videoLinkBlue.gif) left top no-repeat;
	background-position: 0 3px;
}

a:hover.readMoreVideo {
	background: url(../images/videoLinkDarkBlue.gif) left top no-repeat;
	background-position: 0 3px;
}

/*read more article - - - - - */

a:link.readMoreArticle {
	padding: 0 0 0 15px;
	background: url(../images/videoLinkBlue.gif) left top no-repeat;
	background-position: 0 3px;
}

a:visited.readMoreArticle {
	padding: 0 0 0 15px;
	background: url(../images/videoLinkBlue.gif) left top no-repeat;
	background-position: 0 3px;
}

a:hover.readMoreArticle {
	background: url(../images/videoLinkDarkBlue.gif) left top no-repeat;
	background-position: 0 3px;
}

/*rotate banner - - - - - */

.moduletable_rotateBanner {
	width: 700px;
	height:  240px;
	background: url(../images/rotateBannerBg.gif) no-repeat;
}

/*Home - - - - - */

/*this makes the article separator height 0*/
.blog_home .article_separator {
	height: 0px;
}

/*Four Buttons on home page - - - - - - - */

#fourButtonsBox {
	position: relative;
	width: 220px;
	height: 240px;
}

#fourButtons {
	position: absolute;
	top: -15px;
	right: -10px;
	width: 230px;
	height: 255px;
}

/*News - - - - */

.blog_news .article_separator {
	height: 40px;
}


/*Maps on articles - - - - - - - - */

.maps-left, .maps-right {
	width: 160px;
	display: block;
}

.maps-left h2, .maps-right h2 {
	padding: 5px 10px 5px 10px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	line-height: 100%;
	color: #FFFFFF;
	background-color: #7a0412;
}

.maps-left p, .maps-right p {
	margin: 0;
	padding: 0;
}

.maps-left .facts, .maps-right .facts {
	background-color: #7a0412;
}

.maps-left .info, .maps-right .info {
	background-color: #000000;
}

.maps-left .info p, .maps-right .info p, .maps-left .facts p, .maps-right .facts p {
	padding: 5px 10px 5px 10px;
	margin: 0;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 180%;
}

.maps-left {
	float: left;
	margin: 10px 10px 10px 0;
}

.maps-right {
	float: right;
	margin: 10px 0 10px 10px;
}

/*520 box in articles - - - - - - - - may need to add h2??*/

.box520 {
	width: 510px;
	padding: 5px;
	margin: 0 0 10px 0;
	display: block;
	border: 1px solid #999999;
}

.box520 p {
	padding: 0 0 5px 0;
	margin: 0;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 180%;
}

.box520 h2 {
	font-size: 12px;
	text-transform: uppercase;
}

/*340 box in articles - - - - - - - - may need to add h2??*/

.box340-left, .box340-right {
	width: 340px;
	padding: 5px;
	display: block;
	border: 1px solid #999999;
}

.box340-left p, .box340-right p {
	padding: 0 0 5px 0;
	margin: 0;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 180%;
}

.box340-left {
	float: left;
	margin: 10px 10px 10px 0;
}

.box340-right {
	float: right;
	margin: 10px 0 10px 10px;
}

/*280 box in articles - - - - - - - - may need to add h2?? and merge boxes css*/

.box280-left, .box280-right {
	width: 280px;
	padding: 5px;
	display: block;
	border: 1px solid #999999;
}

.box280-left p, .box280-right p {
	padding: 0 0 5px 0;
	margin: 0;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 180%;
}

.box280-left {
	float: left;
	margin: 10px 10px 10px 0;
}

.box280-right {
	float: right;
	margin: 10px 0 10px 10px;
}

/*220 box in articles - - - - - - - - may need to add h2?? and merge boxes css*/

.box220-left, .box220-right {
	width: 220px;
	padding: 5px;
	display: block;
	border: 1px solid #999999;
}

.box220-left p, .box220-right p {
	padding: 0 0 5px 0;
	margin: 0;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 180%;
}

.box220-left {
	float: left;
	margin: 10px 10px 10px 0;
}

.box220-right {
	float: right;
	margin: 10px 0 10px 10px;
}

/*160 box in articles - - - - - - - - may need to add h2?? and merge boxes css*/

.box160-left, .box160-right {
	width: 160px;
	padding: 5px;
	display: block;
	border: 1px solid #999999;
}

.box160-left p, .box160-right p {
	padding: 0 0 5px 0;
	margin: 0;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 180%;
}

.box160-left li, .box160-right li {
	padding: 0 0 5px 0;
	margin: 0 0 0 15px;
	color: #333333;
	list-style: circle;
	font-size: 10px;
	line-height: 180%;
}

.box160-left h2, .box160-right h2 {
	font-size: 12px;
	text-transform: uppercase;
}

.box160-left {
	float: left;
	margin: 10px 10px 10px 0;
}

.box160-right {
	float: right;
	margin: 10px 0 10px 10px;
}

/*blockquote - - - - - - - - */

blockquote {
	background: transparent url(../images/openquote.gif) left top no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #043882;
	font-style: italic;
	line-height: 120%;
	margin: 20px 0 20px 0;
}

blockquote div {
  padding: 0 62px;
  background: transparent url(../images/closequote.gif) right bottom no-repeat;
}

/*focus box - - - - - - - - */

.focusbox {
	padding: 9px;
	display: block;
	border: 1px dashed #999999;
	background-color: #F9F9F9;
	margin: 13px 0;
}

.focusbox h2 {
	font-size: 13px;
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 100%;
}

.focusbox ul {
	font-style: italic;
	list-style: square;
	margin: 0 0 0 20px;
}

.focusbox img {
	float: right;
	margin: 0 0 10px 10px;
}

/*about the author - - - - - - - - */

.authorinfo p {
	font-style: italic;
	font-size: 12px;
	line-height: 160%;
	margin: 0 0 6px 0;
}

.authorinfo img {
	float: left;
	margin: 0 10px 0 0;
}

/*article blog page - - - - - - - */

.blog_articles {
	font-size: 12px;
	line-height: 160%;
}

/*this is for the space under the category info */
.blog_articles br {
	font-size: 5px;
	line-height: 160%;
}

.blog_articles .small {
	font-size: 9px;
}

.blog_articles p {
	font-size: 12px;
	margin: 0 0 12px 0;
	line-height: 160%;
}

a.readon_articles {
	display: block;
	margin: 0 0 12px 0;
}

.blog_articles .contentheading_articles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 120%;
	padding: 0 0 5px 0;
}

/*the same as projects*/
.componentheading_articles, .contentheading_articles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	letter-spacing: 0;
	line-height: 100%;
	padding: 0 0 0px 0;
}

.blog_articles .article_column {
	padding-right: 10px;
}

.blog_articles .column_separator {
	padding-left: 9px;
	border-left: 1px dashed #999999;
}

/*article focus - - - - - - - */

.articleFocus {
	position: relative;
	width: 520px;
	height: 228px;
	font-size: 13px;
	line-height: 180%;
}

.articleFocusBg {
	background: transparent url(/eu/files/explore/articles/articleFocusBg.jpg) no-repeat;
	position: absolute;
	top: -20px;
	left: -20px;
	width: 540px;
	height: 248px;
}

.articleFocus p {
	font-size: 13px;
	line-height: 180%;
	margin: 0 0 13px 0;
}

.articleFocus h2 {
	font-size: 18px;
	line-height: 150%;
	margin:0 0 9px 0;
	padding: 0;
}

/*MODULES - - - - - - - */

.moduletable .contentheading, .moduletable h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 140%;
	padding: 0 0 5px 0;
	margin: 0;
}

.moduletable p {
	font-size: 12px;
	line-height: 160%;
	margin: 0 0 11px 0;
}

.moduletable {
	font-size: 12px;
	line-height: 160%;
}

.moduletable a:hover img {
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
}

.margin20 {
	margin: 0 0 20px 0;
}

/*Mobilisers - - - - - - */

.mobilisersHeadings {
	background: transparent url(/eu/files/mobilisers/mobilisersHeading.jpg) no-repeat;
	width: 520px;
}

.mobilisersCellLeft {
	width: 160px;
	float: left;
}

.mobilisersCell {
	border-left: 1px dashed #999999;
	padding-left: 9px;
	margin-left: 10px;
	width: 160px;
	float: left;
}

.mobilisersCell p, .mobilisersCellLeft p {
	line-height: 200%;
	font-size: 11px;
	margin: 0 0 5px 0;
}

/*List links - - - */

.moduletable_listlinks {
	line-height: 180%;
	font-size: 12px;
}

.moduletable_listlinks a:link {
	background: url(../images/listLinkArrow.gif) no-repeat;
	padding: 0 0 0 10px;
	margin: 0;
}

.moduletable_listlinks li {
	margin: 0 0 3px 0;
}

.moduletable_listlinks a:visited {
	background: url(../images/listLinkArrow.gif) no-repeat;
	padding: 0 0 0 10px;
	margin: 0;
}

.moduletable_listlinks a:hover {
	background: url(../images/listLinkArrowOver.gif) no-repeat;
	padding: 0 0 0 10px;
	margin: 0;
}

.moduletable_listlinks h3 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 0;
		line-height: 180%;
		margin: 0 0 3px 0;
		padding: 0;
}

/*Video Focus - - - - - */

.videoFocus {
	position: relative;
	margin: 0 0 20px 0;
	width: 700px;
	height: 299px;
}

.videoFocusPic {
	position: absolute;
	top: -20px;
	left: -53px;
	width: 562px;
	height: 321px;
}

.videoFocusText {
	float: right;
	width: 180px;
}

.videoFocus H2 {
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -1px;
	margin: 0 0 9px 0;
}

.videoFocus p {
	font-size: 13px;
	line-height: 150%;
}

/*featured items - - - - -  need to add h2 here*/

.moduletable_featured4col {
	background-color: #F9F9F9;
	padding: 12px 0 0 10px;
	margin: 10px 0 0 0;
	line-height: 150%;
	font-size: 12px;
}

.moduletable_featured3col {
	background-color: #F9F9F9;
	padding: 12px 0 0 8.5px;
	margin: 10px 0 0 0;
	line-height: 150%;
	font-size: 12px;
}

.moduletable_featured4col p, .moduletable_featured3col p {
	margin: 0 0 6px 0;
}

.moduletable_featured4col img, .moduletable_featured3col img {
	border: solid 1px #000000;
	margin-bottom: 5px;
}

.moduletable_featured4col h3, .moduletable_featured3col h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 100%;
	margin: 0 0 3px 0;
	padding: 0;
}

.moduletable_featured4col h2, .moduletable_featured3col h2 {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 100%;
}

/*sub links - - - - - - - */

.moduletable_subLinks {
	background-color: #e4f4e5;
	border: 1px solid #83cd86;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	line-height: 160%;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.moduletable_subLinks h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 37px;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 200%;
	margin: 0;
	padding: 5px 10px 0 10px;
	background: url(../images/greenH3Bg.gif) repeat-x;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.moduletable_subLinks li {
	padding: 0 0 5px 0;
}

.moduletable_subLinks a:link {
	display: block;
	padding: 0 5px 0 15px;
	color: #3d7e3e;
}
.moduletable_subLinks a:visited {
	display: block;
	padding: 0 5px 0 15px;
	color: #4c9d4e;
}
.moduletable_subLinks a:hover {
	display: block;
	color: #2e5e2f;
	text-decoration: none;
	background-color: #FFFFFF ;
}

/*get involved full term - - - - - */

.serveFullTerm {
	color: #FFFFFF;
	width: 460px;
	height: 345px;
	margin-bottom: 30px;
}

.serveFullTerm h2 {
	line-height: 100%;
}

.serveFullTerm_textLeft, .serveFullTerm_textRight {
	width: 209px;
	float: left;
	padding: 20px 10px 20px 20px;
}

.serveFullTerm_textRight {
	float: right;
}

.serveFullTerm_picLeft {
	float: left;
	border-right: dashed 1px #FFFFFF;
}

.serveFullTerm_picRight {
	float: right;
	border-left: dashed 1px #FFFFFF;
}

/*prayer resources - - - - - */

.prayerResources {
	width: 460px;
	margin-bottom: 30px;
}

.prayerResourcesRight {
	float: right;
}

.prayerResourcesLeft {
	float: left;
}

/*finance resources - - - - - */

.financeResources {
	width: 520px;
	margin-bottom: 30px;
}

.financeResourcesRight {
	float: right;
}

.financeResourcesLeft {
	float: left;
}

/*about page - - - - - - */

.aboutPage {
	position: relative;
	width: 700px;
	height: 600px;
}

.aboutSlideshow {
	position: absolute;
	width: 700px;
	height: 600px;
	z-index: 1;
}

.aboutText {
	position: relative;
	z-index: 2;
	width: 380px;
	height: 600px;
}

.aboutPage p {
	font-size: 15px;
	line-height: 200%;
	letter-spacing: -0.1px;
}

.aboutPage h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 32px;
	letter-spacing: 0;
	line-height: 120%;
	margin: 0 0 16px 0;
	padding: 0;
}

/*contact us page - - - - - - - */

.contactUs {
	background-color: #edf5f2;
	padding: 10px;
	margin-bottom: 30px;
}

.contactUsLeft {
	width: 160px;
	margin-right: 10px;
	float: left;
}

.contactUsRight {
	width: 330px;
	float: left;
}

.formCaption, .formDescription {
	text-align: right;
	padding: 0 15px 0 15px;
}

.formBody, .formDescription, .formCaption {
	margin: 5px 0 5px 0;
}

li.fieldOne {
	background-color: #edf5f2;
}

/*aim project page - - - - - - - */

.projectTn {
	width: 510px;
	padding: 5px;
	border: 1px #999982 solid;
}

.projectTn img {
	float: left;
	padding: 0 10px 0 0;
}

.projectTn p {
	font-size: 12px;
	line-height: 180%;
	margin: 0;
	padding: 0;
}
.blog_projects .contentheading_projects {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 120%;
	padding: 0 0 5px 0;
}
.blog_projects .contentheading_projects a:link {
	color:#006699;
	text-decoration: none;
}
.blog_projects .contentheading_projects a:visited {
	color:#0099cc;
	text-decoration: none;
}
.blog_projects .contentheading_projects a:hover {
	color:#003366;
	text-decoration: underline;
}


/*the same as articles*/

.componentheading_projects, .contentheading_projects {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	letter-spacing: 0;
	line-height: 100%;
	padding: 0 0 16px 0;
}
.contentheading_projects a {
	color: #333333;
	text-decoration: none;
}

.projectHeading {
	position: relative;
	width: 520px;
	height: 190px;
}

.projectHeadingPic {
	position: absolute;
	background: transparent url(/eu/files/projects/headingbg.jpg) no-repeat;
	top: -15px;
	right: -15px;
	width: 535px;
	height: 205px;
}

.projectHeadingText {
	position: relative;
	z-index:1;
	float: left;
	width: 250px;
}

.projectHeading H2 {
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -1px;
	margin: 0 0 9px 0;
}

.projectHeading p {
	font-size: 13px;
	line-height: 150%;
}

.projectFocusRel {
	position: relative;
	width: 220px;
	height: 188px;
}

.projectFocusPic {
	position: absolute;
	margin: -10px 0 0 -16px;
	width: 277px;
	height: 198;
}

.projectFocus H2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: -1px;
	margin: 0 0 9px 0;
}

.projectFocus p {
	font-size: 12px;
	line-height: 18px;
}

/*5 col contact form - - - - - - - */

.moduletable_orange {
	background-color: #f8e1c0;
	border: 1px solid #e89a2a;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	line-height: 160%;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.moduletable_orange h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 37px;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 200%;
	margin: 0;
	padding: 5px 10px 0 10px;
	background: url(../images/orangeH3Bg.gif) repeat-x;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.rsform_orange {
	padding: 0 9px 0 9px;
}

.formCaption2 {
	font-weight: bold;
}

fieldset.formFieldset ol.formContainer li {
	padding: 0;
}

.moduletable_orange input#Name, .moduletable_orange input#Church, .moduletable_orange input#Title, .moduletable_orange input#Postcode, .moduletable_orange input#Email, .moduletable_orange textarea#Address, .moduletable_orange textarea#Ministry, .moduletable_orange textarea#Country, .moduletable_orange textarea#About, .moduletable_orange textarea#Qualified, .moduletable_orange textarea#Comments {
	width: 248px;
}
/* need to change these -*/
.moduletable_orange a:link {
	display: block;
	padding: 0 5px 0 15px;
	color: #3d7e3e;
}
.moduletable_orange a:visited {
	display: block;
	padding: 0 5px 0 15px;
	color: #4c9d4e;
}
.moduletable_orange a:hover {
	display: block;
	color: #2e5e2f;
	text-decoration: none;
	background-color: #FFFFFF ;
}

/*celebrate africa - - - - - - - */

.contentpaneopen_ca {
	z-index: 1;
	position: relative;
	margin: 0 30px 0 50px;
}

.blog_ca td.article_column {
	padding: 140px 0 0 0;
}

.caLeft {
	background: transparent url(/eu/files/events/celebrateafrica/caLeft.jpg) no-repeat;
	position: absolute;
	width: 480px;
	height: 655px;
	margin: -655px 0 0 -20px;
}

.caRightRel {
	position: relative;
	width: 280px;
	height: 635px;
}

.caRightAb {
	position: absolute;
	width: 320px;
	height: 655px;
	margin: -20px -20px 0 -20px;
}

.caBottomRel {
	position: relative;
	width: 940px;
	height: 65px;
}

.caBottomAb {
	position: absolute;
	width: 980px;
	height: 85px;
	margin: 0 0 -20px -20px;
}

.contentheading_ca {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	letter-spacing: 0;
	line-height: 100%;
	padding: 140px 0 16px 0;
}

.blog_ca .contentheading_ca {
	padding: 0 0 16px 0;
}

/*Timo box - - - - - - - */

.timobox ol {
	margin: 0 10px 0 20px;
}

.timobox p {
	margin: 0 10px 13px 10px;
}

.timobox li {
	margin: 0 10px 13px 20px;
}

.timobox a:link {
	display: inline;
	padding: 0;
	color: #e89a2a;
}
.timobox a:visited {
	display: inline;
	padding: 0;
	color: #e89a2a;
}
.timobox a:hover {
	display: inline;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: transparent;
}

/*Timo page - - - - - - - */

#timoBg {
	background: transparent url(/eu/files/getInvolved/timo/timoBg.jpg) no-repeat;
	width: 1010px;
	height: 780px;
	position: absolute;
	margin: -20px 0 0 -20px;
}

#timoVideo {
	padding: 10px;
}

#timoInfo {
	width: 600px;
	margin: 40px 20px 0 20px;
}

#timoInfo input#Name, #timoInfo input#Email, #timoInfo textarea#Comments {
	width: 229px;
}

#timoText {
	border-right: dotted 1px #333333;
	width: 320px;
	float: left;
	padding-right: 20px;
	margin-right: 20px;
}

/*Ace page - - - - - - - */

#aceBg {
	background: transparent url(/eu/files/getInvolved/ace/aceBg.jpg) no-repeat;
	width: 1025px;
	height: 740px;
	position: absolute;
	margin: -20px 0 0 -20px;
}

#aceInfo {
	width: 600px;
	margin: 20px 20px 0 20px;
}

#aceInfo input#Name, #aceInfo input#Email, #aceInfo textarea#Comments {
	width: 229px;
}

#aceText {
	border-right: dotted 1px #333333;
	width: 320px;
	min-height: 605px;
	float: left;
	padding-right: 20px;
	margin-right: 20px;
}

.imageHover a:hover img {
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
}

/*Slide buttons - - - - - - */

.slideBut {
	float: right;
	width: 5px;
	height: 61px;
	position: absolute;
	margin-left: 695px;
}
.slideBut1 {
	float: left;
	height: 61px;
	width: 279px;
}
.slideBut2, .slideBut3, .slideBut4 {
	float: left;
	height: 61px;
	width: 141px;
}
.slideBut1 {
	background: url(/eu/files/adverts/slideButtons/mailingOver.jpg) left top no-repeat;
}
.slideBut2 {
	background: url(/eu/files/adverts/slideButtons/contactOver.jpg) left top no-repeat;
}
.slideBut3 {
	background: url(/eu/files/adverts/slideButtons/europeOver.jpg) left top no-repeat;
}
.slideBut4 {
	background: url(/eu/files/adverts/slideButtons/timoOver.jpg) left top no-repeat;
}		
.slideButAlpha img {
	/* for IE */
	filter: alpha(opacity=0);
	/* CSS3 standard */
	opacity: 0;
}
