#contener {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 700px;
}

#title {
	color: #999999;
	font-size: 10px;
}

#header {
}

#menu {
	font-size: 15px;
	padding-top: 10px;
	height: 35px;
	border-bottom-style: none;
	border-top-style: double;
	border-top-width: 2px;
}

a.menu:link {
	padding: 10px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	background-color: #e6e6e6;
}

a.menu:hover {
	padding: 10px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	background-color: #ff6fcf;
}

a.menu:visited {
	padding: 10px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a.menuk:link {
	padding: 10px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	background-color: #cc66ff;
}

a.menuk:hover {
	padding: 10px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	background-color: #ff6fcf;
}

a.menuk:visited {
	background-color: #cc66ff;
	padding: 10px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

a.menued:hover {
	padding: 10px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

#main {
	color: #4c4c4c;
	font-size: 12px;
	height: auto;
	border-top-style: solid;
	border-top-width: 2px;
}

.contents {
	padding: 10px;
	font-size: 12px;
}

.l_blue {
	color: #0080ff;
	font-size: 15px;
	font-weight: bold;
}

.l_pink {
	color: #ff66ff;
	font-size: 15px;
	font-weight: bold;
}

.l_green {
	color: green;
	font-size: 15px;
	font-weight: bold;
}#footer {
	border-top-style: solid;
	border-top-width: 2px;
}

#copy {
	margin-top: 5px;
	height: 9px;
	width: 700px;
	background-position: right;
	background-image: url(../img_new/copyright.gif);
	background-repeat: no-repeat;
}

/* ------ mobilyslider
-----------------------------------------------*/

.slider {
width:700px;
height:300px;
}

.sliderContent {
width:700px;
height:300px;
position:relative;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(../gfx/prev_next.png);
width:42px;
height:42px;
position:absolute;
top:50%;
margin-top:-34px;
}

.prev {
background-position:0 0;
left:15px;
}

.prev:hover {
background-position:0 -44px;
}

.next {
right:15px;
background-position:-44px 0;
}

.next:hover {
background-position:-44px -44px;
}

.sliderContent .item {
position:absolute;
width:700px;
height:300px;
background:#fff;
}

.sliderBullets {
position:absolute;
bottom:0;
left:50%;
z-index:50;
margin-left:-45px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
background:url(../gfx/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}

.sliderContent a {
outline:none;
}

