div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:300px; 
}
div.content a, div.navigations a {
	text-decoration: none;
	color: #777;
}

div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}


/* Navigation Start */
div.controls 
{
	width:632px;
	height:40px;
	padding:0;
	margin-left:18px;
	margin-right:18px;
	display:block;
	overflow:hidden;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	background: url('img/bottom_part2.jpg');
	background-repeat: no-repeat;
	text-align:center;
}

div.controls a 
{   
	padding: 0px;
}

div.ss-controls 
{
    float:left;
    margin-top:4px;    
}
div.nav-controls 
{
    float:left;
	margin-top:4px;
	margin-left:250px;	
}

div.nav-controls2 
{
    float:left;
	margin-top:4px;
}
/* Navigation End */

/*
div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
	
}*/

/* #contents .PAV .AfricanPhoto .wrap */
div.slideshow 
{
    float:left;
	display:block;
	width:632px;
	margin-top:15px;
	margin-right:18px;	
	margin-left:18px;
}

/* #contents .PAV .AfricanPhoto span.image a */
div.slideshow span.image-wrapper 
{
	width:630px;
	height:450px;
	padding:1px;
	margin:0;
	display:block;
	overflow:hidden;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
}

div.slideshow a.advance-link {
	
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}


/*Text Box Start*/
div.embox {
	width:632px;	
	float:left;
	margin-top:15px;
	margin-left:18px;
	margin-bottom:15px;
	background-color: #EBEBEB;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
}

            /*View Original*/
            div.download 
            {
                font-size:10pt;
                font-weight: normal;
                color: #333333;
	            margin: 0 12px 10px 13px;
	            padding: 0;
                display: block;
	            float: right;
            }


div.image-title {
    font-size:12pt;
    font-weight:bold;
    text-align:left;
    color:#FF3300;
	margin: 5px 10px 5px 13px;
	padding: 0;
	display:block;
	overflow:hidden;
}

div.image-desc 
{
    font-size:10pt;
    font-weight: normal;
    text-align:left;
    color: #333333;
	margin: 0 12px 10px 13px;
	padding: 0;
	display:block;
	overflow:hidden;
}
/*Text Box End*/


div.navigations {
	/* The navigations style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
   	width:620px;
	margin:15px 0 28px 24px;
	text-align:right;
	font-size:12px;
	color: #333333;

}
ul.thumbs {
	clear: both;
	margin: 1 1 1 1;
	padding: 0;
}
ul.thumbs li {
	/*float: left;	
	margin: 5px 50px 5px 0;
	list-style: none;*/
}
a.thumb 
{       	
	padding: 15px 26px 15px 26px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	/*background: #FFFFFF;
	border: 1px solid green;*/
}

ul.thumbs a:hover
{
	/*background: #FFFFFF;
	border: 1px solid red;    */
    }

a.thumb:focus {
	/*outline: blue;*/
}
ul.thumbs img {
	/*border: none;
	display: block;*/
}

div.pagination {
	clear: both;
	text-align:right;
}
div.navigations div.top {
/*	margin-bottom: 12px;
	height: 11px;*/
	
	width:620px;
	margin:15px 0 18px 0;
	text-align:right;
	font-size:12px;
	color: #333333;    
}
div.navigations div.bottom {
	/*margin-top: 12px;*/
	
    width:620px;
	margin:15px 0 18px 0;
	text-align:right;
	font-size:12px;
	color: #333333;

}
div.pagination a, div.pagination span.current {
    display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 2px 2px 7px;	
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	border-color: #000;
	
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}
