﻿html{
height:100%;
}
body
{
    background-color: Black;
    margin:0;
    height:100%;
    padding:0;
}

a
{
    color: #ffcc33;
    text-decoration: none;
}
a:hover
{
    color: #efefef;
    text-decoration: underline;
}

#holder_images, #carouselText
{
    display: none;
}

#buttonwrapper
{
    width: 100px;
    height: 50px;
    position: relative;
}

#left
{
    background: url(images/left.gif) bottom left no-repeat;
    width: 39px;
    height: 50px;
    float: left;
}

#right
{
    background: url(images/right.gif) bottom left no-repeat;
    width: 39px;
    height: 50px;
    float: right;
}

#left:hover, #right:hover
{
    cursor: hand;
    cursor: pointer;
    background-position: top left;
}

#carousel img
{
    border: 1px solid #ddd;
}

#carousel img.link:hover
{
    border: 1px solid #0e0893;
}

#text
{
    position: absolute;
    width: 500px;
    padding: 0.5em;
    font: 1em/1em Gill Sans,Verdana;
    border: 1px solid #DDD;
    color: #FFF;
    background-color: #666;
    display: none;
}



.micro_List
{
position:absolute;
top:10px;

	
	}
	
.micro_List ul
{
	list-style:none;

	color:#fff;
	
	}

.micro_List li
{
	list-style:none;
display:block;
	float:left;
	
	
	}

.micro_List a
{
	color:#fff;
	font:normal normal 500 10px/20px verdana;

	text-decoration:none;
	border-right:1px solid #efefef;
	
	padding:2px 5px;
margin:5px 0;
	}

	
.micro_List a:hover
{
	color:#fff;
	
	background-color:#999;
	
	}
	
.main{
position:relative;
height:100%;
}

.lang	
{
    text-align:center;

    width:270px;
    margin:0 auto;



}
