body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 0.80em;
	background-color: #FD7603;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	text-align: justify;
}

#wrapper {
	width: 900px;
	margin: 0px auto;
	/*	background-color: #CC3300;*/
	height: 400px;
	background-image: url(images/bg_ykone.jpg);
	position: relative;
	overflow: auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    padding-top: 16px;
	 padding-left: 40px;
    letter-spacing: 1px;
    font-family: "Trebuchet MS";
    text-align: left;
    color: White;
    font-weight: normal;
    font-size: 23px;
}

#slider {
	width: 777px;
	margin: 0 auto;
	position: relative;
	
}

.scroll {
    height: 540px;
    width: 777px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 0px;
    height: 300px;
    width: 776px;
}


.scrollButtons {
    position: absolute;
    top: 250px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}

.clear {
    clear:both;
    height:0;
    overflow:hidden;
    line-height:0;
    font-size:0;
}


.text {
    padding: 2px;
    width: 500px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}


