/* 
*	XXL Webhosting Carousel CSS
*/

a { 
	color: #666666; 
	text-decoration: none;
}
a:hover { 
	color: #1d5a91; 
}
a:active, a:focus { 
	outline: none; 
}
h1 { 
	font-size: 1.4em; 
	font-weight: bold; 
	padding-bottom: 10px; 
}
p { 
	padding-bottom: 10px; 
}
.left { float: left; }
.right { float: right; }

#wrapper { 
	width: 870px; 
	margin: 20px auto; 
}
.menu { 
	position: relative; 
	list-style-type: none; 
	margin-bottom: 2px; 
}
.menu a.tab { 
	border: 1px solid #CCD8E3; 
}
a.selected { 
	background: url("../img/slider-active-arrow.gif") no-repeat center;
	color: #1d5a91;
	text-decoration: underline;
}
a.fiveSlide {
	display: block;
	height: 55px;
	padding: 0;
	line-height: 4.2em;
	float: left;
}

/* 
*	Declaratiile ramase sunt necesare functionarii fiecarui demo in parte:
*/

.slidermain {
	width: 420px;
	}

.scroller {
width: 600px;
height: 345px;
overflow: hidden;
position:relative;
}

.scroller#scroller-3 {
	width: 868px;
	height: 300px;
	}

#content-1 {
	width: 3000px;
	}

#content-2 {
	width: 600px;
	}

.slide {
	width: 550px;
	height: 285px;
	float: left;
	background: #ffffff url("../img/slider-background.png");
	padding: 40px 0 20px 50px;
	position: relative;
	}
.slide p {
	color: #acd2f6;
	line-height: 1.7em;
	font-size: 1.1em;
	font-weight: normal;
}
.slide img {
	border: 0px;
	position: absolute;
	right: 0;
	bottom: 0;
	
}
.slideText {
	width: 290px;
}

/* Slider menu */
.navSlider {
	width: 600px;
	height: 55px;
	padding: 0;
	margin: 0;
	background: url("../img/slider-nav-background.png");
}
.navSlider ul {
	list-style: none;
	margin:0;
	padding:0;
}
.fiveSlides ul li {
	float: left;
	text-align: center;
	margin-left: 20px;
}