﻿.mgMainNavigation
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 8px;
	list-style:none;
	display:block;
	z-index:101;
	position:absolute;
	bottom:0;
}

.mgMainNavigation li.selectedButton
{
	background: url('selectedbutton.png') no-repeat center center;
	width:30px;
	height:30px;
	float:left;
	display:block;
}

.mgMainNavigation li.unselectedButton
{
	background: url('unselectedbutton.png') no-repeat center center;
	width:30px;
	height:30px;
	float:left;
	display:block;
}

.mgMainNavigation li a 
{
	font-family: 'Arial', 'Verdana';
	color:#000;
	float:left;
	text-align:center;
	margin-top:10px;
	margin-left:12px;
	font-size:10px;
	text-decoration:none;
}

.mgMainNavigation li.selectedButton a
{
    margin-top:9px;
    font-size:11px;
    font-weight: bold;
}

.mgMainNavigation li a:focus
{
	-moz-outline-style: none; 
}

.mgMainGalleryCaption
{
    z-index:102;
    position:absolute;
    bottom:8px;
    right:280px;
    font-weight:bold;
}

.mgMainGalleryController
{
    width:100%;
    height:0;
    background-color:#eeeeee;
    z-index:100;
    position:absolute;
    bottom:0;
    color:#fff;
    border-top:1px solid #fff;
}




