/*
 * manolis bournadas - architects template
 * Copyright (c)2010 by Emmanuel Tzevelekakis (manosATfivosnetDOTcom)
 * Last update: Dec 22, 2010
*/

/* rotator in-page placement */
div.rotator {
	position:relative;
	float: right;

	padding: 0px;
	margin: 0px;
	width:450px;
	height:450px;
}

/* rotator css */
div.rotator ul li {
	top: 0px;
	left: 0px;
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
div.rotator ul li img {
	border:0px solid #ccc;
	padding: 0px;
/* background: #FFF; */
	background-color:#959595;
}
div.rotator ul li.show {
	z-index:500;
}

/* lang buttons */
.intro-lang {
	margin: 0px;
	padding: 0px;
	position:absolute;
	bottom:0;
}
.intro-lang img {
	margin-right: 8px;
	border:0px solid black;
}
.intro-lang a {
	text-decoration: none;
}

/* footer */
#intro-footer {
	position:relative;
	margin-top:30px;
	padding:0px;
	border-top:1px solid red;
}
