body{
margin: 0px; 
padding: 0px;
background-image: url(images/bg.jpg);
background-size:100%;
}

#container {
margin:5% auto;
width:1000px;
height:450px;
background-image: url();
background-repeat:no-repeat;
background-position:;
}

.header {
	height:90px;
}

.main{
	width:1000px;
	height:450px;
	position:absolute;
}

ul {
list-style:none;
margin:0px;
padding:0px;
}

ul a {
color:#bbbbbb;
font-family: "Arial Black", sans-serif;
font-size:48px;
text-decoration:none;
line-height:50px
}

ul li :hover{
	color:#565656;
	margin-left:5px;
	
    -webkit-transition: all .9s ease-out;
    -moz-transition: all .9s ease-out;
    -o-transition: all .9s ease-out;
    transition: all .9s ease-out;
	
}

.appoint{
	font-size:18px;
}

.navbar {
	width:275px;
	height:170px;
	position:absolute;
	top:50px;
}

.contentxt{
	font-family: Verdana, Geneva, sans-serif;
	color:#3a3a3a;
	width:600px;
	margin-left:2px;
	font-size:17px;
	line-height:5px;
}
span{
	font-size:20px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
}

.selected {
	color:#565656;
}

#content {
    margin-left:260px;;
    width: 600px;
}

#example {
	width:550px;
	height:350px;
	position:relative;
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	top:15px;
	left:84px;
	z-index:100;
	background-image: url(images/background.png);
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:570px;
	height:270px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	padding:20px;
	width:530px;
	height:230px;
	display:block;
	background-image: url(images/background1.png);
}

#slides .slide2 {
	padding:20px;
	width:530px;
	height:230px;
	display:block;
	background-image: url(images/background2.png);
}

#slides .slide3 {
	padding:20px;
	width:530px;
	height:230px;
	display:block;
	background-image: url(images/background3.png);
}

#slides .slide4 {
	padding:20px;
	width:530px;
	height:230px;
	display:block;
	background-image: url(images/background6.png);
}

#slides .slide5 {
	padding:20px;
	width:530px;
	height:230px;
	display:block;
	background-image: url(images/background5.png);
}

#slides .slide6 {
	padding:20px;
	width:530px;
	height:230px;
	display:block;
	background-image: url(images/background4.png);
}

#slides .slide7 {
	padding:20px;
	width:530px;
	height:230px;
	display:block;
	background-image: url(images/background7.png);
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

.containertxt{
	font-family: Verdana, Geneva, sans-serif;
	color:#3a3a3a;
	font-size:16px;
}