.layout
{
	border-style: solid;
	border-width: 1px;
 	width: 300px;
	height: 220px;
	position: relative;
	background-repeat: no-repeat;
	background-position:	center center;
	background-color: #000000;
}
.description
{	
	color: #FFFFFF;
	border-color: #FFFFFF;
	border-style: dashed;
	border-width: 0px;
 	width: 295px;
	height: 40px;
	position: relative;
	top: 0px;
	left: 1px;
   background-color: transparent;
	z-index: 1;
	padding:3px;
	font-family: Arial;
	font-weight: bolder;    
	font-size:11px;
}
.alt_label
{
	position: absolute;
	bottom: 30px;
	color: yellow;
	right: 10px;
	font-family: Arial;
	font-size:10px;
	z-index: 3;
}

.next_button
{
	border-style: solid;
	border-width: 0px;
 	width: 20px;
	height: 20px;
	bottom: 1px;
	background-repeat: no-repeat;
	right: 3px;
	position: absolute;
	background-image: url(next.gif);
}

.back_button
{
	border-style: solid;
	border-width: 0px;
 	width: 20px;
	height: 20px;
	bottom: 1px;
	right: 47px;
	position: absolute;
	background-image: url(back.gif);
}

.auto_button
{
	border-style: solid;
	border-width: 0px;
 	width: 20px;
	height: 20px;
	bottom: 1px;
	right: 25px;
	position: absolute;
	background-image: url(reload.png);
}

.nav_elements
{
	height: 54px;
	width: 100%;	
	position: absolute;
	bottom: 0px;
	z-index: 2;
}

.navbar
{
	height: 60px;
	width: 100%;	
	position: absolute;
	bottom: 0px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.60;
	background-color: #3d3d3d;
}


