
@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright Copyright 2005-2007, Dirk Jesse
 * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 * YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link http://www.yaml.de
 * @package yaml
 * @version 3.0.4
 * @revision $Revision: 138 $
 * @lastmodified $Date: 2007-11-19 21:05:33 +0100 (Mo, 19 Nov 2007) $
 * @appdef yaml
 */
/*@media all
{*/
/**
* Fonts
* (en) font-family and font-size selection for headings and standard text elements
*
* @section content-fonts
*/
/* (en) reset font size for all elements to standard (16 Pixel) */
html * { font-size: 100.01% }
/* (en) reset monospaced elements to font size 16px in Gecko browsers */
textarea, pre, tt, code {
font-family: "Courier New", Courier, monospace;
}
/* (en) base layout gets standard font size 12px */
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 75.00%;
color: #444;
}
h1,h2,h3,h4,h5,h6 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #000000;
margin: 0 0 0.25em 0;
}
h1 { font-size: 300%; line-height: 1em; }
h2 { font-size: 250%; line-height: 1em; }
h3 a {color: #666666; font-weight: bold; font-family: Tahoma, Verdana; font-size: 12px; text-align:left;}
h3 a:hover {color: #666666; font-weight: bold; font-family: Tahoma, Verdana; font-size: 12px; text-align:left;}
h4 { font-size: 133.33% }
h5 { font-size: 116.67% }
h6 { font-size: 116.67%; font-style:italic }
#header h1 {
font-size: 630%;
letter-spacing: -2px;
line-height: 0.7em;
color: #000;
}
#header span {
color:#999;
}
p { line-height: 1.5em; margin: 0 0 1em 0; }
/* ### Lists | Listen #### */
ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em }
li { margin-left: 1.5em; line-height: 1.5em }
dt { font-weight: bold }
dd { margin: 0 0 1em 2em }
/* ### text formatting | Textauszeichnung ### */
cite, blockquote { font-style:italic }
blockquote { margin: 0 0 1em 1.5em }
strong,b { font-weight: bold }
em,i { font-style:italic }
pre, code { font-family: monospace; font-size: 1.1em; }
acronym, abbr {
 letter-spacing: .07em;
 border-bottom: .1em dashed #c00;
 cursor: help;
}
/**
* Generic Content Classes
* (en) standard classes for positioning and highlighting
* (de) Standardklassen zur Positionierung und Hervorhebung
*
* @section content-generic-classes
*/
.note {background: #dfd; padding: 1em; border-top: 1px #bdb dotted; border-bottom: 1px #bdb dotted;}
.important {background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted;}
.warning {background: #fdd; padding: 1em; border-top: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}
.float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em; }
.float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em; }
.center { text-align:center; margin: 0.5em auto }
/**
* External Links
*
* (en) Formatting of hyperlinks
*
*/
a {color: #0091B9; text-decoration:none;}
a:focus,
a:hover,
a:active {color:#0091B9; text-decoration:underline;}
#topnav a { color: #000000; font-size: 90%; font-weight: normal; background:transparent; text-decoration:none; }
#topnav a:focus,
#topnav a:hover,
#topnav a:active { text-decoration:underline; background-color: transparent; }
#footer a { color: #000000; font-size: 90%;margin: 0 5px; font-weight: normal; background:transparent; text-decoration:none; }
#footer a:focus,
#footer a:hover,
#footer a:active { text-decoration:underline; background-color: transparent; }
/**
* (en) Emphasizing external Hyperlinks via CSS
* (de) Hervorhebung externer Hyperlinks mit CSS
*
* @section content-external-links
* @app-yaml-default disabled
*/
/*
#main a[href^="http://www.my-domain.com"],
#main a[href^="https://www.my-domain.com"]
{
padding-left: 5px;
background-image: url('your_image.gif');
background-repeat: no-repeat;
background-position: 0 0.45em;
}
*/
/**
* Tables | Tabellen
* (en) Generic classes for table-width and design definition
* (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
*
* @section content-tables
*/
table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
table.full { width: 100%; }
table.fixed { table-layout:fixed }
th,td { padding: 0.5em; }
thead th { background: #444; color: #fff }
tbody th { background: #ccc; color: #333 }
tbody th.sub { background: #ddd; color: #333 }
/**
* Some more columns
*/
.c20l, .c85l, .c15l, .c59l, .c59ltko, .c65l {float: left; }
.c20r, .c15r, .c85r, .c41r, .c41rtko, .c35r {float: right; margin-left: -5px; }
.c20l, .c20r { width: 20% }
.c85l, .c85r { width: 85%; }
.c15l, .c15r { width: 15%; }
.c65l { width: 65%; }
.c35r { width: 35%; }
.c59l { width: 59% }
.c59ltko { width: 59%; min- height: 400px}
.c41r { width: 41% }
.c41rtko { width: 41%; min-height: 400px}
.clear {
clear: both;
}
#contentwrapper {
}
/**
* Editor's Choice
*/
#logo {
float: left;
}
#editorschoice {
width: 950px;
color: #666;
border-bottom: 1px solid #DADADA;
background: #F3F3F3 url(/image/view/-/825210/data/64/-/14p2v8rz/-/bg_editorschoice.png) repeat-x top left;
}
#ec_nav {
 width: 110px;
 margin: 0;
 padding: 15px 16px 0px 0px;
text-align: right;
}
#ec_nav h2 {
 margin: 0 0 5px 0;
}
#ec_nav p {
 margin: 0;
}
#ec_wrapper {
width: 800px;
overflow: hidden;
position: relative;
}
#ec_wrapper a {
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
color: #000000;
display: block;
margin-top: 2px;
}
#ec_inner {
width: 1600px;
position: relative;
}
.ec_item {
 border-left: 1px solid #BDBDBF;
 height: 140px;
 width: 159px;
 float: left;
}
.ec_item_inner {
float: left;
width: 115px;
margin: 0;
padding: 10px 22px 0px 22px
}
/**
* Panel Tabs
*/
.paneltabs {
 padding: 1px 0;
 margin: 0;
 margin-bottom: 0;
 list-style-type: none;
 text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.justtabs {
border-bottom: 1px solid #DADADA;
margin-bottom: 5px;
}
.paneltabs li {
 display: inline;
 margin: 0;
}
.paneltabs li a {
 text-decoration: none;
 position: relative;
 z-index: 1;
 padding: 3px 7px;
 background: #F1F1F3;
 color: #4D4D4D;
 font-size: 90%;
}
.paneltabs li a:visited {
 background: #F3F3F3 url(/image/view/-/825224/data/71/-/hjng19z/-/bg_tab.png) repeat-x top left;
 color: #4D4D4D;
}
.paneltabs li a:hover {
 background: #3A3A3A url(/image/view/-/825226/data/72/-/4lh1c3z/-/bg_tab_active.png) repeat-x top left;
 color: #FFFFFF;
}
.paneltabs li a.selected { /*selected main tab style */
 background: #3A3A3A url(/image/view/-/825226/data/72/-/4lh1c3z/-/bg_tab_active.png) repeat-x top left;
 color: #FFFFFF;
 font-size: 115%;
}
.paneltabs li a.selected:hover { /*selected main tab style */
 text-decoration: none;
}

/**
* Date
*/
.date {
        position: absolute;
        top: 50px;
        width: 150px;
        left: 520px;
        font-size: 11px;
        color: #fff;
        line-height: 11px;
}

/**
* Search and Login Panel
*/
#navtools {
height: 30px;
float: right;
line-height: 1.2;
}
#search {
position: absolute;
width: 250px;
right: 30px;
top: 40px;
height:25px;
}
#login_btn {
float: left;
height: 20px;
}
#login_btn a {
color: #FFFFFF;
display: block;
margin: 6px 8px 0 8px;
}
#droplogin {
position: absolute;
width: 170px;
top: 27px;
right: 20px;
background: #626262;
color: #FFFFFF;
padding-bottom: 10px;
display: none;
}
#droplogin table {
width: 100px;
margin: 5px 0 0 5px;
}
#droplogin label {
font-size: 90%;
}
#droplogin a {
color: #FFFFFF;
text-decoration: underline;
}

/**
* Breadcrumb
*/
 
div.breadcrumbs {
margin: 0;
padding: 0;
/*-- sample only --*/
color: #33333;
margin-top: 20px;
font-size: 100%;
font-style: normal;
padding-bottom: 0px;
height: 35px;
 
}
 
div.breadcrumbs a {
background: url(/image/view/-/825244/data/81/-/p1k9diz/-/bread_bg.bmp);
padding: 2px 2px 2px 5px;
overflow: hidden;
font-style: normal;
color: #ffffff;
font-family: Arial,Helvetica,sans-serif;
float: left;
}
 
div.breadcrumbs a:hover {
color: #cccccc;
text-decoration: none;
}
 
div.breadcrumbs span {
padding: 0;
font-size: 130%;
float: left;
}
 
div.breadcrumbs h2 {
color: #333333;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 300%;
font-weight: normal;
margin-top: 5px;
font-style: normal;
}
 
div.breadcrumbs p {
position: relative;
top: -8px;
display: inline;
color: #4a4a4a;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 200%;
 
padding-left: 2px;
}

/**
* Article column
*/
#articlepagecontent {
min-height: 1700px;
}
#articlebody {
 padding: 5px 0 5px 0;
}
/**
* Form Elements
*/
label {
display: block;
}
input.textInput,
textarea.textInput,
select {
border: 1px solid #bbb;
border-top-color: #666;
border-left-color: #666;
font-size: 90%;
padding: 2px;
}
select {
padding: 1px;
}
textarea.textInput {
padding-right: 0;
padding-bottom: 0;
}
#searchInput {
border: none;
position: absolute;
right: 40px;
background: url('/image/view/-/825274/data/128563/-/15qijew/-/search_bg.png')no-repeat top left;
padding: 5px;
margin-top: 1px;
}
#searchInput{    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(/image/view/-/825274/data/128563/-/15qijew/-/search_bg.png);}
#username, #password {
border: none;
background: url(/image/view/-/825274/data/128563/-/15qijew/-/search_bg.png) no-repeat top left;
padding: 2px 3px 4px 3px;
margin-top: 3px;
}
/**
* Miscellaneous
*/
hr {
 color: #fff;
 background:transparent;
 margin: 0.5em 0 1em 0;
 padding: 0 0 0.5em 0;
 border: 0;
 border-bottom: 1px #DADADA solid;
}
.photo_specialreport {
width: 70px;
height: 87px;
}
.photo_tabpht {
width: 119px;
height: 143px;
}
.photo_small {
width: 108px;
height: 70px;
border: 3px solid #000000;
}
.photo_mapscroll {
width: 133px;
height: 130px;
}
.photo_columnist{
width: 70px;
height: 70px;
}
.newstabs {
 width: 300px;
 padding: 20px 0 15px 0;
 margin-left: 15px;
}
.newslist {
 list-style: none;
 margin: 0;
 padding: 0;
border-botom-style: solid; border-botom-width:1px; border-botom-color: #efefef; 
}
.newslist li {
 padding: 0px;
 margin: 0 0 0 0.2em;
 padding: 3px 4px 4px 16px;
 background: url(/image/view/-/825056/data/43/-/t6ilkxz/-/ico_plus.png) no-repeat top left;
 background-position: 0 6px;
 line-height: 1em;
}
.newslist li.ico_photo { background: url(/image/view/-/825258/data/86/-/2v5t6nz/-/ico_photo.png) no-repeat top left; background-position: 0 6px; }
.newslist li.ico_video { background: url(/image/view/-/825262/data/88/-/11afnap/-/ico_video.png) no-repeat top left; background-position: 0 6px; }
.newslist li a {
 color: #4D4D4D;
}
.bloglist {
 list-style: none;
 margin: 0;
 padding: 0;
}
.bloglist li {
 padding: 0;
 margin: 0;
 padding: 4px 4px 4px 16px;
 border-bottom: 1px solid #DADADA;
 background: url(/image/view/-/825056/data/43/-/t6ilkxz/-/ico_plus.png) no-repeat top left;
 background-position: 0 6px;
 line-height: 1.3em;
}
.bloglist li a {
 color: #4D4D4D;
}
.newstype {
 text-transform: uppercase;
 font-size: 80%;
 font-weight: bold;
 color: #333333;
 padding-left: 13px;
 background: url(/image/view/-/825256/data/85/-/ftc8utz/-/ico_file.png) no-repeat top left;
 background-position: 0 2px;
 margin-bottom: 5px;
}
.newstime {
 font-size: 80%;
 font-weight: bold;
 color: #999999;
 margin-bottom: 2px;
}
.commentbar {
 font-size: 90%;
 padding-left: 18px;
 background: url(/image/view/-/825208/data/63/-/fsl6oc/-/bg_comment.png) no-repeat top left;
}
.commentbar a {
 color: #FFFFFF;
}
.bigcommentbar {
height: 30px;
color: #FFFFFF;
 padding-left: 32px;
padding-top: 3px;
 background: url(/image/view/-/825194/data/56/-/9iuvbhz/-/bg_bigcomment.png) no-repeat top left;
font-size: 120%;
}
/**
* Styling for Polls
*/
.poll_question {
font-size: 120%;
margin-bottom: 5px;
}
.poll_list {
list-style: none;
margin: 0;
padding: 0;
}
.poll_list li {
margin: 0;
padding: 2px 0;
}
/**
* Styling for Buttons
*/
.searchbtn {
position: absolute;
float: right;
right: 20px;
}
.btn-black {
background: transparent url(/image/view/-/750/data/77/-/7f7unc/-/blackbtn_left.png) top left no-repeat;
display: inline-block;
font-size: 10px;
font-weight: bold;
padding: 2px 0 4px 4px;
}
.btn-black span {
background: transparent url(/image/view/-/825238/data/78/-/4kpy5n/-/blackbtn_right.png) top right no-repeat;
padding: 2px 8px 4px 4px;
}
a.btn-black:link, a.btn-black:visited {
color: #FFFFFF;
text-decoration: none;
background-color: transparent;
}
a.btn-black:hover {
color: #FFFFFF;
text-decoration: none;
background-color: transparent;
}
a.btn-black:active {
color: #FFFFFF;
text-decoration: none;
background-color: transparent;
}
.btn-blue {
background: transparent url(/image/view/-/825240/data/79/-/ut61xu/-/bluebtn_left.png) top left no-repeat;
display: inline-block;
font-size: 120%;
padding: 6px 0 6px 5px;
line-height: 1.1;
}
.btn-blue span {
background: transparent url(/image/view/-/825242/data/80/-/12yqo2oz/-/bluebtn_right.png) top right no-repeat;
padding: 6px 10px 6px 5px;
}
a.btn-blue:link, a.btn-blue:visited {
color: #DCE7F4;
text-decoration: none;
background-color: transparent;
}
a.btn-blue:hover {
color: #FFFFFF;
text-decoration: none;
background-color: transparent;
}
a.btn-blue:active {
color: #FFFFFF;
text-decoration: none;
background-color: transparent;
}
.submitbtn {
margin: 10px 0 10px 0;
}
/**
* News List
*/
.newslist li.sectionnews_first {
background: none;
padding: 5px 0 5px 0;
}
.newslist li.sectionnews_first img {
float: left;
}
.newslist li.sectionnews_first h3 {
width: 89px;
float: left;
margin-left: 6px;
line-height: 1em;
font-size: 160%;
}
.newslist li.sectionnews_first h3 a {
color: #0091B9;
}
/**
* Video gallery
*/
#video {
width: 330px;
background: #E7E8EA;
border-top: 1px solid #DADADA;
border-bottom: 1px solid #DADADA;
margin-left: 1px;
}
#video_content {
margin: 15px;
}
#video_clip {
margin-bottom: 10px;
}
#video_description {
font-size: 90%;
line-height: 1.3em;
}
.video_preview {
border: 3px solid #000000;
float: left;
margin-right: 21px;
}
.video_playing {
border: 3px solid #0091B9;
}
#video_preview_last {
margin-right: 0;
}

/**
* Photo gallery channel
*/
#pictures {
width: 330px;
border-bottom: 1px solid #DADADA;
margin-left: 1px;
}
#pictures_content_teaser {
margin: 15px;
}
#picture_active {
 border-bottom: 1px solid #DADADA;
margin-bottom: 10px;
padding-bottom: 10px;
}
#picture_description {
font-size: 90%;
line-height: 1.3em;
}
.picture_small_teaser {
float: left;
margin-right: 10px;
padding-right: 10px;
width: 86px;
border-right: 1px solid #DADADA;
}
.picture_small_teaser img {
border: 3px solid #000000;
}
.picture_small_teaser p {
font-size: 90%;
line-height: 1.2;
margin: 4px 0 0 0;
}
.picture_small {
float: left;
margin-right: 21px;
width: 86px;
}
.picture_small img {
border: 3px solid #000000;
}
.picture_small p {
font-size: 90%;
line-height: 1.2;
margin: 4px 0 0 0;
}
#picture_small_last {
margin-right: 0;
}
.picture_small img.dotplus {
position: absolute;
border: none;
margin: 4px 0 0 4px;
}
/**
* Photo gallery home
*/
.photorow {
border-bottom: 1px solid #DADADA;
}
.photorow_last {
border-bottom: none;
}
.photorow .c50l .subcl {
border-right: 1px solid #DADADA;
}
.photorow .subcl img {
margin: 10px 0 0 17px;
}
.photorow .subcl span {
display: block;
margin: 3px 17px 0 17px;
padding-bottom: 10px;
line-height: 1.3em;
font-size: 90%;
}
/**
* Various ads
*/
.mpuad {
 width: 300px;
}
.mpu {
 margin: 15px;
}
.fullbannerad {
width: 476px;
}
.fullbanner {
 margin: 15px 0;
}
.tower {
margin-top: 5px;
}
.leaderboardad {
text-align: center;
}
.leaderboard {
margin: 20px 0;
}
.halfbanner {
float: right;
}

.newslist li.sectionnews_first h3 {
      width: 89px;
      float: left;
      margin-left: 6px;
      line-height: 1.1em;
      font-size: 130%;
}

/**
 * Mauritius Richtext Styles
 */
p.p--info {
background-color:#EDEDED;
float:right;
width: 200px;
padding: 10px;
border: 10px;
}
table.tablestyle--SimpleLayout {
width: 460px;
border-style: solid;
border-color: black;
border-width: 1px;
margin-left: 20px;
}
table.tablestyle--Colored {
background-color:#EDEDED;
width: 460px;
border-style: solid;
border-color: black;
border-width: 1px;
margin-left: 20px;
empty-cells:show;
}
table.tablestyle--Colored * td {
border-style: solid;
border-color: black;
border-width: 1px;
}
tr.color--gray {
background-color:#C0C0C0;
}
tr.color--black {
background-color:#000000;
}
tr.color--white {
background-color:#FFFFFF;
}
tr.color--red {
background-color:#FFC0C0;
}
tr.color--green {
background-color:#C0FFC0;
}
tr.color--blue {
background-color:#C0C0FF;
}

/**
* Media Attachment
*/
#article_mediaattachment {
float:left;
}
.mediaattachment_image_left {
padding-bottom:10px;
padding-left:0px;
padding-right:5px;
padding:left;
}
.mediaattachment_image_right {
padding-bottom:10px;
padding-left:5px;
padding-right:0px;
padding:right;
}

/*Africa Top Title CSS*/
.maintitle a{font-family: Arial, Helvetica, sans-serif; font-size:16px; color:#666666; font-weight:600;}
.maintitle a:Hover{font-family: Arial, Helvetica, sans-serif; font-size:16px; color:#666666; font-weight:600;}
.sp_maintitle{float:left; }
.sp_photo{float:left; width:70px; padding: 5px;}
.sp_text{color:#666666; font-family:Arial,Helvetica,sans-serif; font-size:12px; font-weight:400; float:left; width: 200px; postion:relative;}
.tab_photo{float:left; width:120px; padding: 2px;}
.tab_text{color:#666666; font-family: Arial,Helvetica,sans-serif; font-size:12px; font-weight:400; float: right; text-align: left; width: 100px;}
.hr{border-bottom-style:solid; border-bottom-width:1px; border-bottom-color: #ebebeb;}
.section_top a{color:#195782; font-family:Arial,Helvetica,sans-serif; font-size:16px; font-weight:700; text-align:left;}
.section_top a:hover {color:#195782; font-family:Arial,Helvetica,sans-serif; font-size:16px; font-weight:700; text-align:left;}
/*left container side*/
#templatemo_content_left .tempaltemo_content_left_section_01 {
clear:both;
width:100%;
}
.tempaltemo_content_left_section_01 .section_01_two_col {
float:left;
margin:0 5px 0 2px;
width:52%;
}
/*section 1 content*/
.section_01_box .section_01_box_title{
font-weight: bold;
font-size: 14px;
}
.section_01_box img{
float: left;
margin: 3px 15px 0 0;
}
/*right container side*/ 
.tempaltemo_content_left_section_01 .section_02_two_col{
float:left;
margin: auto;
width:44%;
border-left-color:#cccccc; border-left-width:1px; border-left-style:solid;
} 
.cleaner{
clear:both;
height:1px;
width:100%;
}
/*Latest News Ticker*/
#framecontent_latest{
position: absolute;
top:35px;
bottom: 0;
left: 0;
width: 100%; /*Width of frame div*/
height: 25px;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: transparent;
color: #fff;
}
#maincontentlatest{
top:5px;
width:100%;
left:0; /*Set left value to WidthOfFrameDiv*/
right: 0;
height: 26px;
bottom: 3px;
}
.innertube{
margin: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}
* html { /*IE6 hack*/
padding: 0 0 0 8px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}
* html #maincontentlatest{ /*IE6 hack*/
height: 25px;
width: 90%;
}
.latestnewsticker{
font-family:Arial, Helvetica, sans-serif;
font-size:12px; color: #fff;
font-weight:700;}
/*}*/
/*}*/
/*Mapscroll script*/
#slideshow {list-style:none; color:#fff;}
#slideshow span {display:none;}
#wrapper {width:402px; margin: auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:400px; height:480px; padding:2px; border:1px solid #ccc; background:#fff;}
#information {position:absolute; bottom:0; width:400px; height:0; background:#000; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:11px font-type: Arial; font-size:14px; font-weight: bold; color:#fff; }
#information p {padding:0 8px 8px}
#image {width:400px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:10%; height:350px; cursor:pointer; z-index:150;}
#imgprev {left:0; background:url(/image/view/-/847858/data/129739/-/3c5nj9z/-/africailluLeftScroll.gif) left center no-repeat}
#imgnext {right:0; background:url(/image/view/-/847860/data/129740/-/vp3lso/-/africaillusrightscroll.gif) right center no-repeat}
#imglink {position:absolute; height:206px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(/image/view/-/847862/data/129741/-/kj26hl/-/AfricaLeftImage.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(/image/view/-/847864/data/129742/-/9d0q6i/-/AfricaRightImage.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:350px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}
.readmore a{color: #195782; font-weight: 600; font-size: 95%; }
.readmore a: hover {color: #288DD3; font-weight: 600; font-size: 95%; }
#col5_content{
float: center;
width: 96%;
min-height: 550px;
}