html body {
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden; }
	
#middle {
width: 100%;
position: absolute;
top: 50%;
margin-top: -81px; }

#container {
	margin:0 auto;
	padding:0;
	width:710px;
	height:162px;
	background-image:url(images/backgroung_index.jpg);}
	
#enter {
	width:114px;
	height:26px;
	margin-top:136px;
	float:right;
	background-image:url(images/enter.jpg); }
	
h1 {
	font-weight:bold;
	font-size:11pt;
	color:#595959;
}

a {
	font-family:Arial, Arial CE;
	font-size:10pt;
	color:#999;
	text-decoration:none; }

a:hover {
	color:#595959; }

#mycarousel {
	margin:0;
	padding:0;
	width:100%; }

#logo {
	margin:0;
	padding:0;
	height:109px;
	width:600px;
	float:left;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat; }
	
#menu {
	padding-top:79px;
	padding-left:69px;
	color:#dddddd;
	font-family:Arial;
	font-size:22pt; }

#pointmenu {
	margin-right:25px;
	margin-top:90px;
	margin-bottom:25px;
	padding:0;
	text-align:right;
	float:right;}
	
#gallery {
	clear:both;
	width:100%;}

#about {
	display:block;
	width:200px;
	margin-left:75px;
	margin-top:25px;
	font-family:Arial, Arial CE;
	font-size:10pt;
	color:#999;
	float:left; }

.point {
	display:block;
	margin-right:3px;
	text-align:center;
	float:left;
	padding:0;
	width:14px;
	height:14px;
	overflow:hidden;
	background-color:#595959;
	font-size:5px;
	color:#595959;}

.descripion {
	display:block;
	clear:both;
	font-size:10pt;
	font-family:Arial, Arial CE;
	color:#333;
	margin-top:10px; }



/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
	visibility:hidden;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
	visibility:hidden;
}

.jcarousel-skin-ie7 .jcarousel-container {
    -moz-border-radius: 10px;
    border: 0px;
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal {
    width:100%;
	margin:0;
	padding:0;
	text-align:center;
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width:100%;
    height:100%;
	margin:0;
	padding:0;
	text-align:center;
}

.jcarousel-skin-ie7 .jcarousel-item {
	width:330px;
	height:550px;
    border:0px;
	padding-left:25px;
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin: 0;
}